Skip to content

Instantly share code, notes, and snippets.

@neolit123
Last active October 26, 2018 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neolit123/b48fc27c8be1eb598fb41ce3cb2366f4 to your computer and use it in GitHub Desktop.
Save neolit123/b48fc27c8be1eb598fb41ce3cb2366f4 to your computer and use it in GitHub Desktop.
cmd/go-unit-tests
=== RUN TestAbsolutePath
--- PASS: TestAbsolutePath (0.04s)
=== RUN TestACL
--- PASS: TestACL (0.79s)
=== RUN TestBuildComplex
=== PAUSE TestBuildComplex
=== RUN TestFileLineInErrorMessages
=== PAUSE TestFileLineInErrorMessages
=== RUN TestProgramNameInCrashMessages
=== PAUSE TestProgramNameInCrashMessages
=== RUN TestBrokenTestsWithoutTestFunctionsAllFail
--- PASS: TestBrokenTestsWithoutTestFunctionsAllFail (0.49s)
go_test.go:819: running testgo [test ./testdata/src/badtest/...]
go_test.go:819: standard output:
go_test.go:819: panic: badexec
goroutine 1 [running]:
_/c_/dev/go/src/cmd/go/testdata/src/badtest/badexec.init.0()
c:/dev/go/src/cmd/go/testdata/src/badtest/badexec/x_test.go:4 +0x40
FAIL _/c_/dev/go/src/cmd/go/testdata/src/badtest/badexec 0.026s
FAIL _/c_/dev/go/src/cmd/go/testdata/src/badtest/badvar [build failed]
go_test.go:819: standard error:
go_test.go:819: # _/c_/dev/go/src/cmd/go/testdata/src/badtest/badsyntax
testdata\src\badtest\badsyntax\x_test.go:3:6: expected 'IDENT', found 'func'
FAIL _/c_/dev/go/src/cmd/go/testdata/src/badtest/badsyntax [setup failed]
# _/c_/dev/go/src/cmd/go/testdata/src/badtest/badvar_test [_/c_/dev/go/src/cmd/go/testdata/src/badtest/badvar.test]
testdata\src\badtest\badvar\x_test.go:4:6: undefined: notdefined
go_test.go:819: testgo failed as expected: exit status 2
=== RUN TestGoBuildDashAInDevBranch
--- FAIL: TestGoBuildDashAInDevBranch (0.58s)
go_test.go:833: running testgo [install math]
go_test.go:835: running testgo [build -v -a math]
go_test.go:835: standard error:
go_test.go:835: internal/cpu
math
go_test.go:836: testgo build -a math in dev branch DID NOT build runtime, but should have
go_test.go:836: pattern runtime not found in standard error
=== RUN TestGoBuildDashAInReleaseBranch
--- FAIL: TestGoBuildDashAInReleaseBranch (0.77s)
go_test.go:849: running testgo [install math net/http]
go_test.go:851: running testgo [install -v -a math]
go_test.go:851: standard error:
go_test.go:851: internal/cpu
math
go_test.go:852: testgo build -a math in release branch DID NOT build runtime, but should have
go_test.go:852: pattern runtime not found in standard error
=== RUN TestNewReleaseRebuildsStalePackagesInGOPATH
--- FAIL: TestNewReleaseRebuildsStalePackagesInGOPATH (3.24s)
go_test.go:892: running testgo [install -a p1]
go_test.go:893: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
go_test.go:893: standard output:
go_test.go:893: false:
go_test.go:902: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
go_test.go:902: standard output:
go_test.go:902: false:
go_test.go:909: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
go_test.go:909: standard output:
go_test.go:909: false:
go_test.go:909: ./testgo list claims p1 is NOT stale, incorrectly, after changing sys.go
=== RUN TestGoListStandard
--- PASS: TestGoListStandard (1.76s)
go_test.go:933: running testgo [list -f {{if not .Standard}}{{.ImportPath}}{{end}} ./...]
go_test.go:948: running testgo [list std cmd]
go_test.go:948: standard output:
go_test.go:948: archive/tar
archive/zip
bufio
bytes
compress/bzip2
compress/flate
compress/gzip
compress/lzw
compress/zlib
container/heap
container/list
container/ring
context
crypto
crypto/aes
crypto/cipher
crypto/des
crypto/dsa
crypto/ecdsa
crypto/elliptic
crypto/hmac
crypto/internal/cipherhw
crypto/md5
crypto/rand
crypto/rc4
crypto/rsa
crypto/sha1
crypto/sha256
crypto/sha512
crypto/subtle
crypto/tls
crypto/x509
crypto/x509/pkix
database/sql
database/sql/driver
debug/dwarf
debug/elf
debug/gosym
debug/macho
debug/pe
debug/plan9obj
encoding
encoding/ascii85
encoding/asn1
encoding/base32
encoding/base64
encoding/binary
encoding/csv
encoding/gob
encoding/hex
encoding/json
encoding/pem
encoding/xml
errors
expvar
flag
fmt
go/ast
go/build
go/constant
go/doc
go/format
go/importer
go/internal/gccgoimporter
go/internal/gcimporter
go/internal/srcimporter
go/parser
go/printer
go/scanner
go/token
go/types
hash
hash/adler32
hash/crc32
hash/crc64
hash/fnv
html
html/template
image
image/color
image/color/palette
image/draw
image/gif
image/internal/imageutil
image/jpeg
image/png
index/suffixarray
internal/bytealg
internal/cpu
internal/nettrace
internal/poll
internal/race
internal/singleflight
internal/syscall/windows
internal/syscall/windows/registry
internal/syscall/windows/sysdll
internal/testenv
internal/testlog
internal/trace
io
io/ioutil
log
log/syslog
math
math/big
math/bits
math/cmplx
math/rand
mime
mime/multipart
mime/quotedprintable
net
net/http
net/http/cgi
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httptrace
net/http/httputil
net/http/internal
net/http/pprof
net/internal/socktest
net/mail
net/rpc
net/rpc/jsonrpc
net/smtp
net/textproto
net/url
os
os/exec
os/signal
os/user
path
path/filepath
plugin
reflect
regexp
regexp/syntax
runtime
runtime/cgo
runtime/debug
runtime/internal/atomic
runtime/internal/sys
runtime/pprof
runtime/pprof/internal/profile
runtime/race
runtime/trace
sort
strconv
strings
sync
sync/atomic
syscall
testing
testing/internal/testdeps
testing/iotest
testing/quick
text/scanner
text/tabwriter
text/template
text/template/parse
time
unicode
unicode/utf16
unicode/utf8
unsafe
vendor/golang_org/x/crypto/chacha20poly1305
vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20
vendor/golang_org/x/crypto/cryptobyte
vendor/golang_org/x/crypto/cryptobyte/asn1
vendor/golang_org/x/crypto/curve25519
vendor/golang_org/x/crypto/poly1305
vendor/golang_org/x/net/dns/dnsmessage
vendor/golang_org/x/net/http/httpguts
vendor/golang_org/x/net/http2/hpack
vendor/golang_org/x/net/idna
vendor/golang_org/x/net/internal/nettest
vendor/golang_org/x/net/nettest
vendor/golang_org/x/text/secure
vendor/golang_org/x/text/secure/bidirule
vendor/golang_org/x/text/transform
vendor/golang_org/x/text/unicode
vendor/golang_org/x/text/unicode/bidi
vendor/golang_org/x/text/unicode/norm
cmd/addr2line
cmd/api
cmd/asm
cmd/asm/internal/arch
cmd/asm/internal/asm
cmd/asm/internal/flags
cmd/asm/internal/lex
cmd/buildid
cmd/cgo
cmd/compile
cmd/compile/internal/amd64
cmd/compile/internal/arm
cmd/compile/internal/arm64
cmd/compile/internal/gc
cmd/compile/internal/mips
cmd/compile/internal/mips64
cmd/compile/internal/ppc64
cmd/compile/internal/s390x
cmd/compile/internal/ssa
cmd/compile/internal/syntax
cmd/compile/internal/test
cmd/compile/internal/types
cmd/compile/internal/wasm
cmd/compile/internal/x86
cmd/cover
cmd/dist
cmd/doc
cmd/fix
cmd/go
cmd/go/internal/base
cmd/go/internal/bug
cmd/go/internal/cache
cmd/go/internal/cfg
cmd/go/internal/clean
cmd/go/internal/cmdflag
cmd/go/internal/doc
cmd/go/internal/envcmd
cmd/go/internal/fix
cmd/go/internal/fmtcmd
cmd/go/internal/generate
cmd/go/internal/get
cmd/go/internal/help
cmd/go/internal/list
cmd/go/internal/load
cmd/go/internal/run
cmd/go/internal/str
cmd/go/internal/test
cmd/go/internal/tool
cmd/go/internal/version
cmd/go/internal/vet
cmd/go/internal/web
cmd/go/internal/work
cmd/gofmt
cmd/internal/bio
cmd/internal/browser
cmd/internal/buildid
cmd/internal/dwarf
cmd/internal/edit
cmd/internal/gcprog
cmd/internal/goobj
cmd/internal/obj
cmd/internal/obj/arm
cmd/internal/obj/arm64
cmd/internal/obj/mips
cmd/internal/obj/ppc64
cmd/internal/obj/s390x
cmd/internal/obj/wasm
cmd/internal/obj/x86
cmd/internal/objabi
cmd/internal/objfile
cmd/internal/src
cmd/internal/sys
cmd/internal/test2json
cmd/link
cmd/link/internal/amd64
cmd/link/internal/arm
cmd/link/internal/arm64
cmd/link/internal/ld
cmd/link/internal/loadelf
cmd/link/internal/loadmacho
cmd/link/internal/loadpe
cmd/link/internal/mips
cmd/link/internal/mips64
cmd/link/internal/objfile
cmd/link/internal/ppc64
cmd/link/internal/s390x
cmd/link/internal/sym
cmd/link/internal/wasm
cmd/link/internal/x86
cmd/nm
cmd/objdump
cmd/pack
cmd/pprof
cmd/test2json
cmd/trace
cmd/vendor/github.com/google/pprof/driver
cmd/vendor/github.com/google/pprof/internal/binutils
cmd/vendor/github.com/google/pprof/internal/driver
cmd/vendor/github.com/google/pprof/internal/elfexec
cmd/vendor/github.com/google/pprof/internal/graph
cmd/vendor/github.com/google/pprof/internal/measurement
cmd/vendor/github.com/google/pprof/internal/plugin
cmd/vendor/github.com/google/pprof/internal/proftest
cmd/vendor/github.com/google/pprof/internal/report
cmd/vendor/github.com/google/pprof/internal/symbolizer
cmd/vendor/github.com/google/pprof/internal/symbolz
cmd/vendor/github.com/google/pprof/profile
cmd/vendor/github.com/google/pprof/third_party/d3
cmd/vendor/github.com/google/pprof/third_party/d3flamegraph
cmd/vendor/github.com/google/pprof/third_party/d3tip
cmd/vendor/github.com/google/pprof/third_party/svgpan
cmd/vendor/github.com/ianlancetaylor/demangle
cmd/vendor/golang.org/x/arch/arm/armasm
cmd/vendor/golang.org/x/arch/arm64/arm64asm
cmd/vendor/golang.org/x/arch/ppc64/ppc64asm
cmd/vendor/golang.org/x/arch/x86/x86asm
cmd/vet
cmd/vet/internal/cfg
cmd/vet/internal/whitelist
=== RUN TestGoInstallCleansUpAfterGoBuild
--- PASS: TestGoInstallCleansUpAfterGoBuild (1.09s)
go_test.go:970: running testgo [build]
go_test.go:972: running testgo [install]
go_test.go:974: running testgo [build]
go_test.go:978: running testgo [install mycmd]
go_test.go:980: running testgo [build]
go_test.go:991: running testgo [install mycmd]
=== RUN TestGoInstallRebuildsStalePackagesInOtherGOPATH
=== PAUSE TestGoInstallRebuildsStalePackagesInOtherGOPATH
=== RUN TestGoInstallDetectsRemovedFiles
=== PAUSE TestGoInstallDetectsRemovedFiles
=== RUN TestWildcardMatchesSyntaxErrorDirs
--- PASS: TestWildcardMatchesSyntaxErrorDirs (0.11s)
go_test.go:1055: running testgo [list ./...]
go_test.go:1055: standard error:
go_test.go:1055: can't load package: package mypkg:
y.go:1:1: expected 'package', found pkg
go_test.go:1055: testgo failed as expected: exit status 1
go_test.go:1056: running testgo [build ./...]
go_test.go:1056: standard error:
go_test.go:1056: can't load package: package mypkg:
y.go:1:1: expected 'package', found pkg
go_test.go:1056: testgo failed as expected: exit status 1
go_test.go:1057: running testgo [install ./...]
go_test.go:1057: standard error:
go_test.go:1057: can't load package: package mypkg:
y.go:1:1: expected 'package', found pkg
go_test.go:1057: testgo failed as expected: exit status 1
=== RUN TestGoListWithTags
--- PASS: TestGoListWithTags (0.04s)
go_test.go:1066: running testgo [list -tags=thetag ./my...]
go_test.go:1066: standard output:
go_test.go:1066: mypkg
=== RUN TestGoInstallErrorOnCrossCompileToBin
--- PASS: TestGoInstallErrorOnCrossCompileToBin (5.18s)
go_test.go:1082: running testgo [build mycmd]
go_test.go:1090: running testgo [install mycmd]
go_test.go:1092: running testgo [install mycmd]
go_test.go:1092: standard error:
go_test.go:1092: go install: cannot install cross-compiled binaries when GOBIN is set
go_test.go:1092: testgo failed as expected: exit status 1
go_test.go:1093: running testgo [install cmd/pack]
=== RUN TestGoInstallDetectsRemovedFilesInPackageMain
=== PAUSE TestGoInstallDetectsRemovedFilesInPackageMain
=== RUN TestLocalImportsEasy
--- PASS: TestLocalImportsEasy (0.41s)
go_test.go:1162: running testgo [build -o ./easy.exe testdata\local\easy.go]
=== RUN TestLocalImportsEasySub
--- PASS: TestLocalImportsEasySub (0.41s)
go_test.go:1168: running testgo [build -o ./easysub.exe testdata\local\easysub\main.go]
=== RUN TestLocalImportsHard
--- PASS: TestLocalImportsHard (0.46s)
go_test.go:1174: running testgo [build -o ./hard.exe testdata\local\hard.go]
=== RUN TestLocalImportsGoInstallShouldFail
--- PASS: TestLocalImportsGoInstallShouldFail (0.10s)
go_test.go:1180: running testgo [install testdata\local\easy.go]
go_test.go:1180: standard error:
go_test.go:1180: go install: no install location for .go files listed on command line (GOBIN not set)
go_test.go:1180: testgo failed as expected: exit status 1
=== RUN TestBadImportsEasy
--- SKIP: TestBadImportsEasy (0.00s)
go_test.go:1215: skipping test because "#$%:, &()*;<=>?\\^{}" is an invalid directory name
=== RUN TestBadImportsEasySub
--- SKIP: TestBadImportsEasySub (0.00s)
go_test.go:1222: skipping test because "#$%:, &()*;<=>?\\^{}" is an invalid directory name
=== RUN TestBadImportsHard
--- SKIP: TestBadImportsHard (0.00s)
go_test.go:1229: skipping test because "#$%:, &()*;<=>?\\^{}" is an invalid directory name
=== RUN TestBadImportsGoInstallShouldFail
--- SKIP: TestBadImportsGoInstallShouldFail (0.00s)
go_test.go:1236: skipping test because "#$%:, &()*;<=>?\\^{}" is an invalid directory name
=== RUN TestInternalPackagesInGOROOTAreRespected
--- PASS: TestInternalPackagesInGOROOTAreRespected (0.11s)
go_test.go:1243: running testgo [build -v ./testdata/testinternal]
go_test.go:1243: standard error:
go_test.go:1243: testdata\testinternal\p.go:3:8: use of internal package not allowed
go_test.go:1243: testgo failed as expected: exit status 1
=== RUN TestInternalPackagesOutsideGOROOTAreRespected
--- PASS: TestInternalPackagesOutsideGOROOTAreRespected (0.04s)
go_test.go:1250: running testgo [build -v ./testdata/testinternal2]
go_test.go:1250: standard error:
go_test.go:1250: testdata\testinternal2\p.go:3:8: use of internal package not allowed
go_test.go:1250: testgo failed as expected: exit status 1
=== RUN TestRunInternal
--- PASS: TestRunInternal (0.29s)
go_test.go:1259: running testgo [run c:\dev\go\src\cmd\go\testdata\src\run\good.go]
go_test.go:1260: running testgo [run c:\dev\go\src\cmd\go\testdata\src\run\bad.go]
go_test.go:1260: standard error:
go_test.go:1260: testdata\src\run\bad.go:3:8: use of internal package not allowed
go_test.go:1260: testgo failed as expected: exit status 1
=== RUN TestInternalPackageErrorsAreHandled
--- PASS: TestInternalPackageErrorsAreHandled (0.04s)
go_test.go:1307: running testgo [list ./testdata/testinternal3]
go_test.go:1307: standard output:
go_test.go:1307: _/c_/dev/go/src/cmd/go/testdata/testinternal3
=== RUN TestInternalCache
--- PASS: TestInternalCache (0.04s)
go_test.go:1314: running testgo [build p]
go_test.go:1314: standard error:
go_test.go:1314: testdata\testinternal4\src\p\p.go:4:2: use of internal package not allowed
go_test.go:1314: testgo failed as expected: exit status 1
=== RUN TestMoveGit
=== PAUSE TestMoveGit
=== RUN TestMoveHG
=== PAUSE TestMoveHG
=== RUN TestImportCommandMatch
--- PASS: TestImportCommandMatch (0.08s)
go_test.go:1335: running testgo [build ./testdata/importcom/works.go]
=== RUN TestImportCommentMismatch
--- PASS: TestImportCommentMismatch (0.04s)
go_test.go:1342: running testgo [build ./testdata/importcom/wrongplace.go]
go_test.go:1342: standard error:
go_test.go:1342: testdata\importcom\wrongplace.go:3:8: code in directory c:\dev\go\src\cmd\go\testdata\importcom\src\wrongplace expects import "my/x"
go_test.go:1342: testgo failed as expected: exit status 1
=== RUN TestImportCommentSyntaxError
--- PASS: TestImportCommentSyntaxError (0.04s)
go_test.go:1350: running testgo [build ./testdata/importcom/bad.go]
go_test.go:1350: standard error:
go_test.go:1350: testdata\importcom\bad.go:3:8: c:\dev\go\src\cmd\go\testdata\importcom\src\bad\bad.go:1: cannot parse import comment
go_test.go:1350: testgo failed as expected: exit status 1
=== RUN TestImportCommentConflict
--- PASS: TestImportCommentConflict (0.04s)
go_test.go:1358: running testgo [build ./testdata/importcom/conflict.go]
go_test.go:1358: standard error:
go_test.go:1358: testdata\importcom\conflict.go:3:8: found import comments "a" (a.go) and "b" (b.go) in c:\dev\go\src\cmd\go\testdata\importcom\src\conflict
go_test.go:1358: testgo failed as expected: exit status 1
=== RUN TestImportCycle
=== PAUSE TestImportCycle
=== RUN TestIssue10952
=== PAUSE TestIssue10952
=== RUN TestIssue16471
=== PAUSE TestIssue16471
=== RUN TestIssue11457
=== PAUSE TestIssue11457
=== RUN TestGetGitDefaultBranch
=== PAUSE TestGetGitDefaultBranch
=== RUN TestAccidentalGitCheckout
=== PAUSE TestAccidentalGitCheckout
=== RUN TestErrorMessageForSyntaxErrorInTestGoFileSaysFAIL
--- PASS: TestErrorMessageForSyntaxErrorInTestGoFileSaysFAIL (0.12s)
go_test.go:1495: running testgo [test syntaxerror]
go_test.go:1495: standard error:
go_test.go:1495: # syntaxerror
testdata\src\syntaxerror\x_test.go:3:11: expected identifier
FAIL syntaxerror [setup failed]
go_test.go:1495: testgo failed as expected: exit status 1
=== RUN TestWildcardsDoNotLookInUselessDirectories
--- PASS: TestWildcardsDoNotLookInUselessDirectories (1.01s)
go_test.go:1503: running testgo [list ...]
go_test.go:1503: standard output:
go_test.go:1503: archive/tar
archive/zip
bufio
bytes
cmd/addr2line
cmd/api
cmd/asm
cmd/asm/internal/arch
cmd/asm/internal/asm
cmd/asm/internal/flags
cmd/asm/internal/lex
cmd/buildid
cmd/cgo
cmd/compile
cmd/compile/internal/amd64
cmd/compile/internal/arm
cmd/compile/internal/arm64
cmd/compile/internal/gc
cmd/compile/internal/mips
cmd/compile/internal/mips64
cmd/compile/internal/ppc64
cmd/compile/internal/s390x
cmd/compile/internal/ssa
cmd/compile/internal/syntax
cmd/compile/internal/test
cmd/compile/internal/types
cmd/compile/internal/wasm
cmd/compile/internal/x86
cmd/cover
cmd/dist
cmd/doc
cmd/fix
cmd/go
cmd/go/internal/base
cmd/go/internal/bug
cmd/go/internal/cache
cmd/go/internal/cfg
cmd/go/internal/clean
cmd/go/internal/cmdflag
cmd/go/internal/doc
cmd/go/internal/envcmd
cmd/go/internal/fix
cmd/go/internal/fmtcmd
cmd/go/internal/generate
cmd/go/internal/get
cmd/go/internal/help
cmd/go/internal/list
cmd/go/internal/load
cmd/go/internal/run
cmd/go/internal/str
cmd/go/internal/test
cmd/go/internal/tool
cmd/go/internal/version
cmd/go/internal/vet
cmd/go/internal/web
cmd/go/internal/work
cmd/gofmt
cmd/internal/bio
cmd/internal/browser
cmd/internal/buildid
cmd/internal/dwarf
cmd/internal/edit
cmd/internal/gcprog
cmd/internal/goobj
cmd/internal/obj
cmd/internal/obj/arm
cmd/internal/obj/arm64
cmd/internal/obj/mips
cmd/internal/obj/ppc64
cmd/internal/obj/s390x
cmd/internal/obj/wasm
cmd/internal/obj/x86
cmd/internal/objabi
cmd/internal/objfile
cmd/internal/src
cmd/internal/sys
cmd/internal/test2json
cmd/link
cmd/link/internal/amd64
cmd/link/internal/arm
cmd/link/internal/arm64
cmd/link/internal/ld
cmd/link/internal/loadelf
cmd/link/internal/loadmacho
cmd/link/internal/loadpe
cmd/link/internal/mips
cmd/link/internal/mips64
cmd/link/internal/objfile
cmd/link/internal/ppc64
cmd/link/internal/s390x
cmd/link/internal/sym
cmd/link/internal/wasm
cmd/link/internal/x86
cmd/nm
cmd/objdump
cmd/pack
cmd/pprof
cmd/test2json
cmd/trace
cmd/vet
cmd/vet/internal/cfg
cmd/vet/internal/whitelist
compress/bzip2
compress/flate
compress/gzip
compress/lzw
compress/zlib
container/heap
container/list
container/ring
context
crypto
crypto/aes
crypto/cipher
crypto/des
crypto/dsa
crypto/ecdsa
crypto/elliptic
crypto/hmac
crypto/internal/cipherhw
crypto/md5
crypto/rand
crypto/rc4
crypto/rsa
crypto/sha1
crypto/sha256
crypto/sha512
crypto/subtle
crypto/tls
crypto/x509
crypto/x509/pkix
database/sql
database/sql/driver
debug/dwarf
debug/elf
debug/gosym
debug/macho
debug/pe
debug/plan9obj
encoding
encoding/ascii85
encoding/asn1
encoding/base32
encoding/base64
encoding/binary
encoding/csv
encoding/gob
encoding/hex
encoding/json
encoding/pem
encoding/xml
errors
expvar
flag
fmt
go/ast
go/build
go/constant
go/doc
go/format
go/importer
go/internal/gccgoimporter
go/internal/gcimporter
go/internal/srcimporter
go/parser
go/printer
go/scanner
go/token
go/types
hash
hash/adler32
hash/crc32
hash/crc64
hash/fnv
html
html/template
image
image/color
image/color/palette
image/draw
image/gif
image/internal/imageutil
image/jpeg
image/png
index/suffixarray
internal/bytealg
internal/cpu
internal/nettrace
internal/poll
internal/race
internal/singleflight
internal/syscall/windows
internal/syscall/windows/registry
internal/syscall/windows/sysdll
internal/testenv
internal/testlog
internal/trace
io
io/ioutil
log
log/syslog
math
math/big
math/bits
math/cmplx
math/rand
mime
mime/multipart
mime/quotedprintable
net
net/http
net/http/cgi
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httptrace
net/http/httputil
net/http/internal
net/http/pprof
net/internal/socktest
net/mail
net/rpc
net/rpc/jsonrpc
net/smtp
net/textproto
net/url
os
os/exec
os/signal
os/user
path
path/filepath
plugin
reflect
regexp
regexp/syntax
runtime
runtime/cgo
runtime/debug
runtime/internal/atomic
runtime/internal/sys
runtime/pprof
runtime/pprof/internal/profile
runtime/race
runtime/trace
sort
strconv
strings
sync
sync/atomic
syscall
testing
testing/internal/testdeps
testing/iotest
testing/quick
text/scanner
text/tabwriter
text/template
text/template/parse
time
unicode
unicode/utf16
unicode/utf8
unsafe
badtest/badexec
badtest/badsyntax
badtest/badvar
bench
benchfatal
canonical/a
canonical/b
canonical/d
cgoasm
cgocover
cgocover2
cgocover3
cgocover4
cgotest
complex
complex/nest/sub/test12
complex/nest/sub/test23
complex/w
coverasm
coverbad
coverdep
coverdep/p1
coverdep2/p1
coverdep2/p2
coverdot1
coverdot2
dupload
dupload/p
dupload/p2
empty/pkg
empty/pkgtest
empty/pkgtestxtest
empty/pkgxtest
empty/test
empty/testxtest
empty/xtest
go-cmd-test
importmain/ismain
importmain/test
main_test
multimain
my.pkg
my.pkg/main
not_main
notest
run
run/internal
run/subdir/internal/private
skipper
sleepy1
sleepy2
sleepybad
syntaxerror
testcache
testcycle/p1
testcycle/p2
testcycle/p3
testcycle/q1
testdep/p1
testdep/p2
testlist
testrace
testregexp
vend
vend/dir1
vend/hello
vend/subdir
vend/x
vend/x/invalid
vetcycle
vetfail/p1
vetfail/p2
vetpkg
xtestonly
go_test.go:1503: standard error:
go_test.go:1503: can't load package: package badc: C source files not allowed when not using cgo or SWIG: x.c
can't load package: package badpkg:
testdata\src\badpkg\x.go:1:1: expected 'package', found pkg
can't load package: import cycle not allowed
package gencycle
imports gencycle
go_test.go:1503: testgo failed as expected: exit status 1
go_test.go:1505: running testgo [list m...]
go_test.go:1505: standard output:
go_test.go:1505: math
math/big
math/bits
math/cmplx
math/rand
mime
mime/multipart
mime/quotedprintable
main_test
multimain
my.pkg
my.pkg/main
=== RUN TestRelativeImportsGoTest
--- PASS: TestRelativeImportsGoTest (0.52s)
go_test.go:1511: running testgo [test ./testdata/testimport]
go_test.go:1511: standard output:
go_test.go:1511: ok _/c_/dev/go/src/cmd/go/testdata/testimport 0.023s
=== RUN TestRelativeImportsGoTestDashI
--- FAIL: TestRelativeImportsGoTestDashI (0.10s)
go_test.go:1519: running testgo [list -f {{.Stale}}:{{.StaleReason}} runtime]
go_test.go:1519: standard output:
go_test.go:1519: true:stale dependency: runtime/internal/sys
go_test.go:1519: must be non-stale before test -i
=== RUN TestRelativeImportsInCommandLinePackage
--- PASS: TestRelativeImportsInCommandLinePackage (0.53s)
go_test.go:1530: running testgo [test testdata\testimport\p.go testdata\testimport\p_test.go testdata\testimport\x_test.go]
go_test.go:1530: standard output:
go_test.go:1530: ok command-line-arguments 0.022s
=== RUN TestNonCanonicalImportPaths
=== PAUSE TestNonCanonicalImportPaths
=== RUN TestVersionControlErrorMessageIncludesCorrectDirectory
--- PASS: TestVersionControlErrorMessageIncludesCorrectDirectory (0.04s)
go_test.go:1548: running testgo [get -u foo]
go_test.go:1548: standard error:
go_test.go:1548: package foo: directory "c:\\dev\\go\\src\\cmd\\go\\testdata\\shadow\\root1\\src\\foo" is not using a known version control system
go_test.go:1548: testgo failed as expected: exit status 1
=== RUN TestInstallFailsWithNoBuildableFiles
--- PASS: TestInstallFailsWithNoBuildableFiles (0.03s)
go_test.go:1563: running testgo [install cgotest]
go_test.go:1563: standard error:
go_test.go:1563: can't load package: package cgotest: build constraints exclude all Go files in c:\dev\go\src\cmd\go\testdata\src\cgotest
go_test.go:1563: testgo failed as expected: exit status 1
=== RUN TestMSanAndRaceRequireCgo
--- PASS: TestMSanAndRaceRequireCgo (0.03s)
go_test.go:1578: running testgo [install -race triv.go]
go_test.go:1578: standard error:
go_test.go:1578: go install: -race requires cgo; enable cgo by setting CGO_ENABLED=1
go_test.go:1578: testgo failed as expected: exit status 2
=== RUN TestRelativeGOBINFail
--- PASS: TestRelativeGOBINFail (0.03s)
go_test.go:1594: running testgo [install]
go_test.go:1594: standard error:
go_test.go:1594: cannot install, GOBIN must be an absolute path
go_test.go:1594: testgo failed as expected: exit status 1
=== RUN TestInstallIntoGOPATH
--- PASS: TestInstallIntoGOPATH (0.23s)
go_test.go:1605: running testgo [install go-cmd-test]
=== RUN TestBuildOutputToDevNull
--- PASS: TestBuildOutputToDevNull (0.23s)
go_test.go:1614: running testgo [build -o NUL go-cmd-test]
=== RUN TestPackageMainTestImportsArchiveNotBinary
=== PAUSE TestPackageMainTestImportsArchiveNotBinary
=== RUN TestPackageMainTestCompilerFlags
=== PAUSE TestPackageMainTestCompilerFlags
=== RUN TestPackageNotStaleWithTrailingSlash
--- FAIL: TestPackageNotStaleWithTrailingSlash (0.10s)
go_test.go:1659: running testgo [list -f {{.Stale}}:{{.StaleReason}} runtime]
go_test.go:1659: standard output:
go_test.go:1659: true:stale dependency: runtime/internal/sys
go_test.go:1659: must be non-stale before test runs
=== RUN TestInstallIntoGOBIN
--- PASS: TestInstallIntoGOBIN (0.23s)
go_test.go:1679: running testgo [install go-cmd-test]
=== RUN TestInstallToCurrentDirectoryCreatesExecutable
--- PASS: TestInstallToCurrentDirectoryCreatesExecutable (0.23s)
go_test.go:1692: running testgo [install]
=== RUN TestInstallWithoutDestinationFails
--- PASS: TestInstallWithoutDestinationFails (0.07s)
go_test.go:1701: running testgo [install testdata/src/go-cmd-test/helloworld.go]
go_test.go:1701: standard error:
go_test.go:1701: go install: no install location for .go files listed on command line (GOBIN not set)
go_test.go:1701: testgo failed as expected: exit status 1
=== RUN TestInstallToGOBINCommandLinePackage
--- PASS: TestInstallToGOBINCommandLinePackage (0.27s)
go_test.go:1712: running testgo [install testdata/src/go-cmd-test/helloworld.go]
=== RUN TestGoGetNonPkg
--- PASS: TestGoGetNonPkg (15.87s)
go_test.go:1724: running testgo [get -d golang.org/x/tools]
go_test.go:1724: standard error:
go_test.go:1724: package golang.org/x/tools: no Go files in C:\Windows\TEMP\gotest868810754\src\golang.org\x\tools
go_test.go:1724: testgo failed as expected: exit status 1
go_test.go:1726: running testgo [get -d -u golang.org/x/tools]
go_test.go:1726: standard error:
go_test.go:1726: package golang.org/x/tools: no Go files in C:\Windows\TEMP\gotest868810754\src\golang.org\x\tools
go_test.go:1726: testgo failed as expected: exit status 1
go_test.go:1728: running testgo [get -d golang.org/x/tools]
go_test.go:1728: standard error:
go_test.go:1728: can't load package: package golang.org/x/tools: no Go files in C:\Windows\TEMP\gotest868810754\src\golang.org\x\tools
go_test.go:1728: testgo failed as expected: exit status 1
=== RUN TestGoGetTestOnlyPkg
--- PASS: TestGoGetTestOnlyPkg (3.28s)
go_test.go:1739: running testgo [get golang.org/x/tour/content]
go_test.go:1740: running testgo [get -t golang.org/x/tour/content]
=== RUN TestInstalls
=== PAUSE TestInstalls
=== RUN TestRejectRelativeDotPathInGOPATHCommandLinePackage
--- PASS: TestRejectRelativeDotPathInGOPATHCommandLinePackage (0.04s)
go_test.go:1789: running testgo [build testdata/src/go-cmd-test/helloworld.go]
go_test.go:1789: standard error:
go_test.go:1789: go: GOPATH entry is relative; must be absolute path: ".".
For more details see: 'go help gopath'
go_test.go:1789: testgo failed as expected: exit status 2
=== RUN TestRejectRelativePathsInGOPATH
--- PASS: TestRejectRelativePathsInGOPATH (0.03s)
go_test.go:1798: running testgo [build go-cmd-test]
go_test.go:1798: standard error:
go_test.go:1798: go: GOPATH entry is relative; must be absolute path: ".".
For more details see: 'go help gopath'
go_test.go:1798: testgo failed as expected: exit status 2
=== RUN TestRejectRelativePathsInGOPATHCommandLinePackage
--- PASS: TestRejectRelativePathsInGOPATHCommandLinePackage (0.03s)
go_test.go:1806: running testgo [build testdata/src/go-cmd-test/helloworld.go]
go_test.go:1806: standard error:
go_test.go:1806: go: GOPATH entry is relative; must be absolute path: "testdata".
For more details see: 'go help gopath'
go_test.go:1806: testgo failed as expected: exit status 2
=== RUN TestRejectBlankPathsInGOPATH
--- PASS: TestRejectBlankPathsInGOPATH (0.03s)
go_test.go:1816: running testgo [build go-cmd-test]
go_test.go:1816: standard error:
go_test.go:1816: go: GOPATH entry is relative; must be absolute path: " ".
For more details see: 'go help gopath'
go_test.go:1816: testgo failed as expected: exit status 2
=== RUN TestIgnoreEmptyPathsInGOPATH
--- PASS: TestIgnoreEmptyPathsInGOPATH (0.23s)
go_test.go:1827: running testgo [install go-cmd-test]
=== RUN TestGoTestWithPackageListedMultipleTimes
=== PAUSE TestGoTestWithPackageListedMultipleTimes
=== RUN TestGoListHasAConsistentOrder
=== PAUSE TestGoListHasAConsistentOrder
=== RUN TestGoListStdDoesNotIncludeCommands
=== PAUSE TestGoListStdDoesNotIncludeCommands
=== RUN TestGoListCmdOnlyShowsCommands
=== PAUSE TestGoListCmdOnlyShowsCommands
=== RUN TestGoListDedupsPackages
--- PASS: TestGoListDedupsPackages (0.04s)
go_test.go:1885: running testgo [list xtestonly ./testdata/src/xtestonly/...]
go_test.go:1885: standard output:
go_test.go:1885: xtestonly
=== RUN TestGoListDeps
=== PAUSE TestGoListDeps
=== RUN TestGoListTest
=== PAUSE TestGoListTest
=== RUN TestUnsuccessfulGoInstallShouldMentionMissingPackage
=== PAUSE TestUnsuccessfulGoInstallShouldMentionMissingPackage
=== RUN TestGOROOTSearchFailureReporting
=== PAUSE TestGOROOTSearchFailureReporting
=== RUN TestMultipleGOPATHEntriesReportedSeparately
=== PAUSE TestMultipleGOPATHEntriesReportedSeparately
=== RUN TestMentionGOPATHInFirstGOPATHEntry
=== PAUSE TestMentionGOPATHInFirstGOPATHEntry
=== RUN TestMentionGOPATHNotOnSecondEntry
=== PAUSE TestMentionGOPATHNotOnSecondEntry
=== RUN TestDefaultGOPATH
=== PAUSE TestDefaultGOPATH
=== RUN TestDefaultGOPATHGet
--- PASS: TestDefaultGOPATHGet (5.38s)
go_test.go:2053: running testgo [get -v github.com/golang/example/hello]
go_test.go:2053: standard error:
go_test.go:2053: github.com/golang/example (download)
created GOPATH=C:\Windows\TEMP\gotest889230980\home\go; see 'go help gopath'
runtime/internal/sys
github.com/golang/example/stringutil
github.com/golang/example/hello
go_test.go:2059: running testgo [get github.com/golang/example/hello]
go_test.go:2065: running testgo [get github.com/golang/example/hello]
go_test.go:2065: standard error:
go_test.go:2065: package github.com/golang/example/hello: mkdir C:\Windows\TEMP\gotest889230980\home\go: The system cannot find the path specified.
go_test.go:2065: testgo failed as expected: exit status 1
=== RUN TestDefaultGOPATHPrintedSearchList
--- PASS: TestDefaultGOPATHPrintedSearchList (0.04s)
go_test.go:2076: running testgo [install github.com/golang/example/hello]
go_test.go:2076: standard error:
go_test.go:2076: can't load package: package github.com/golang/example/hello: cannot find package "github.com/golang/example/hello" in any of:
c:\dev\go\src\github.com\golang\example\hello (from $GOROOT)
C:\Windows\TEMP\gotest696439315\home\go\src\github.com\golang\example\hello (from $GOPATH)
go_test.go:2076: testgo failed as expected: exit status 1
=== RUN TestGoGetIntoGOROOT
=== PAUSE TestGoGetIntoGOROOT
=== RUN TestLdflagsArgumentsWithSpacesIssue3941
=== PAUSE TestLdflagsArgumentsWithSpacesIssue3941
=== RUN TestGoTestCpuprofileLeavesBinaryBehind
--- PASS: TestGoTestCpuprofileLeavesBinaryBehind (0.79s)
go_test.go:2152: running testgo [test -cpuprofile errors.prof errors]
go_test.go:2152: standard output:
go_test.go:2152: ok errors 0.247s
=== RUN TestGoTestCpuprofileDashOControlsBinaryLocation
--- PASS: TestGoTestCpuprofileDashOControlsBinaryLocation (1.09s)
go_test.go:2163: running testgo [test -cpuprofile errors.prof -o myerrors.test.exe errors]
go_test.go:2163: standard output:
go_test.go:2163: ok errors 0.527s
=== RUN TestGoTestMutexprofileLeavesBinaryBehind
--- PASS: TestGoTestMutexprofileLeavesBinaryBehind (0.72s)
go_test.go:2174: running testgo [test -mutexprofile errors.prof errors]
go_test.go:2174: standard output:
go_test.go:2174: ok errors 0.157s
=== RUN TestGoTestMutexprofileDashOControlsBinaryLocation
--- PASS: TestGoTestMutexprofileDashOControlsBinaryLocation (0.82s)
go_test.go:2185: running testgo [test -mutexprofile errors.prof -o myerrors.test.exe errors]
go_test.go:2185: standard output:
go_test.go:2185: ok errors 0.153s
=== RUN TestGoBuildNonMain
--- PASS: TestGoBuildNonMain (0.07s)
go_test.go:2194: running testgo [build -buildmode=exe -o not_main.exe not_main]
go_test.go:2194: standard error:
go_test.go:2194: -buildmode=exe requires exactly one main package
go_test.go:2194: testgo failed as expected: exit status 1
=== RUN TestGoTestDashCDashOControlsBinaryLocation
=== PAUSE TestGoTestDashCDashOControlsBinaryLocation
=== RUN TestGoTestDashOWritesBinary
=== PAUSE TestGoTestDashOWritesBinary
=== RUN TestGoTestDashIDashOWritesBinary
=== PAUSE TestGoTestDashIDashOWritesBinary
=== RUN TestSymlinksList
--- PASS: TestSymlinksList (0.06s)
go_test.go:2246: running testgo [list -f {{.Root}} dir1]
go_test.go:2246: standard output:
go_test.go:2246: C:\Windows\TEMP\gotest178186817
=== RUN TestSymlinksVendor
--- PASS: TestSymlinksVendor (0.80s)
go_test.go:2265: running testgo [list -f {{.Root}} .]
go_test.go:2265: standard output:
go_test.go:2265: C:\Windows\TEMP\gotest911946412\gopath
go_test.go:2271: running testgo [run p.go]
go_test.go:2272: running testgo [build]
go_test.go:2273: running testgo [install]
=== RUN TestSymlinksVendor15201
--- PASS: TestSymlinksVendor15201 (0.05s)
go_test.go:2291: running testgo [list ./...]
go_test.go:2291: standard output:
go_test.go:2291: _/C_/Windows/TEMP/gotest582849051/gopath/src/x/y/w
_/C_/Windows/TEMP/gotest582849051/gopath/src/x/y/z
=== RUN TestSymlinksInternal
--- PASS: TestSymlinksInternal (0.79s)
go_test.go:2305: running testgo [list -f {{.Root}} .]
go_test.go:2305: standard output:
go_test.go:2305: C:\Windows\TEMP\gotest437830334\gopath
go_test.go:2311: running testgo [run p.go]
go_test.go:2312: running testgo [build]
go_test.go:2313: running testgo [install]
=== RUN TestInstallWithTags
=== PAUSE TestInstallWithTags
=== RUN TestCaseCollisions
=== PAUSE TestCaseCollisions
=== RUN TestSymlinkWarning
=== PAUSE TestSymlinkWarning
=== RUN TestGoGetDashTIssue8181
=== PAUSE TestGoGetDashTIssue8181
=== RUN TestIssue11307
=== PAUSE TestIssue11307
=== RUN TestShadowingLogic
--- PASS: TestShadowingLogic (0.14s)
go_test.go:2450: running testgo [list -f ({{.ImportPath}}) ({{.ConflictDir}}) ./testdata/shadow/root1/src/math]
go_test.go:2450: standard output:
go_test.go:2450: (_/c_/dev/go/src/cmd/go/testdata/shadow/root1/src/math) (c:\dev\go\src\math)
go_test.go:2466: running testgo [list -f ({{.ImportPath}}) ({{.ConflictDir}}) ./testdata/shadow/root1/src/foo]
go_test.go:2466: standard output:
go_test.go:2466: (foo) ()
go_test.go:2472: running testgo [list -f ({{.ImportPath}}) ({{.ConflictDir}}) ./testdata/shadow/root2/src/foo]
go_test.go:2472: standard output:
go_test.go:2472: (_/c_/dev/go/src/cmd/go/testdata/shadow/root2/src/foo) (c:\dev\go\src\cmd\go\testdata\shadow\root1\src\foo)
go_test.go:2479: running testgo [install ./testdata/shadow/root2/src/foo]
go_test.go:2479: standard error:
go_test.go:2479: go install: no install location for c:\dev\go\src\cmd\go\testdata\shadow\root2\src\foo: hidden by c:\dev\go\src\cmd\go\testdata\shadow\root1\src\foo
go_test.go:2479: testgo failed as expected: exit status 1
=== RUN TestSourceFileNameOrderPreserved
--- PASS: TestSourceFileNameOrderPreserved (0.48s)
go_test.go:2490: running testgo [test testdata/example1_test.go testdata/example2_test.go]
go_test.go:2490: standard output:
go_test.go:2490: ok command-line-arguments 0.024s
=== RUN TestCoverageRuns
--- PASS: TestCoverageRuns (8.24s)
go_test.go:2506: running testgo [test -short -coverpkg=strings strings regexp]
go_test.go:2506: standard output:
go_test.go:2506: ok strings 0.228s coverage: 98.1% of statements in strings
ok regexp 0.107s coverage: 19.3% of statements in strings
go_test.go:2508: running testgo [test -short -cover strings math regexp]
go_test.go:2508: standard output:
go_test.go:2508: ok strings 0.221s coverage: 98.1% of statements
ok math 0.026s coverage: 84.5% of statements
ok regexp 0.294s coverage: 93.1% of statements
=== RUN TestCoverageDotImport
=== PAUSE TestCoverageDotImport
=== RUN TestCoverageUsesSetMode
--- PASS: TestCoverageUsesSetMode (3.01s)
go_test.go:2530: running testgo [test -short -cover encoding/binary errors -coverprofile=testdata/cover.out]
go_test.go:2530: standard output:
go_test.go:2530: ok encoding/binary 0.075s coverage: 86.9% of statements
ok errors 0.023s coverage: 100.0% of statements
=== RUN TestCoverageUsesAtomicModeForRace
--- PASS: TestCoverageUsesAtomicModeForRace (2.27s)
go_test.go:2560: running testgo [test -short -race -cover encoding/binary -coverprofile=testdata/cover.out]
go_test.go:2560: standard output:
go_test.go:2560: ok encoding/binary 1.048s coverage: 86.9% of statements
=== RUN TestCoverageSyncAtomicImport
=== PAUSE TestCoverageSyncAtomicImport
=== RUN TestCoverageDepLoop
=== PAUSE TestCoverageDepLoop
=== RUN TestCoverageImportMainLoop
--- PASS: TestCoverageImportMainLoop (0.13s)
go_test.go:2597: running testgo [test importmain/test]
go_test.go:2597: standard error:
go_test.go:2597: # importmain/test
testdata\src\importmain\test\test_test.go:4:8: import "importmain/ismain" is a program, not an importable package
FAIL importmain/test [setup failed]
go_test.go:2597: testgo failed as expected: exit status 1
go_test.go:2599: running testgo [test -cover importmain/test]
go_test.go:2599: standard error:
go_test.go:2599: # importmain/test
testdata\src\importmain\test\test_test.go:4:8: import "importmain/ismain" is a program, not an importable package
FAIL importmain/test [setup failed]
go_test.go:2599: testgo failed as expected: exit status 1
=== RUN TestCoveragePattern
=== PAUSE TestCoveragePattern
=== RUN TestCoverageErrorLine
=== PAUSE TestCoverageErrorLine
=== RUN TestTestBuildFailureOutput
=== PAUSE TestTestBuildFailureOutput
=== RUN TestCoverageFunc
=== PAUSE TestCoverageFunc
=== RUN TestCoverageDashC
=== PAUSE TestCoverageDashC
=== RUN TestPluginNonMain
--- PASS: TestPluginNonMain (0.03s)
go_test.go:2697: running testgo [build -buildmode=plugin c:\dev\go\src\cmd\go\testdata\testdep\p2]
go_test.go:2697: standard error:
go_test.go:2697: -buildmode=plugin not supported on windows/amd64
go_test.go:2697: testgo failed as expected: exit status 1
=== RUN TestTestEmpty
=== RUN TestTestEmpty/pkg
=== RUN TestTestEmpty/test
=== RUN TestTestEmpty/xtest
=== RUN TestTestEmpty/pkgtest
=== RUN TestTestEmpty/pkgxtest
=== RUN TestTestEmpty/pkgtestxtest
=== RUN TestTestEmpty/testxtest
--- PASS: TestTestEmpty (12.02s)
--- PASS: TestTestEmpty/pkg (0.20s)
go_test.go:2713: running testgo [test -cover -coverpkg=. -race]
go_test.go:2713: standard output:
go_test.go:2713: ? empty/pkg [no test files]
--- PASS: TestTestEmpty/test (1.95s)
go_test.go:2713: running testgo [test -cover -coverpkg=. -race]
go_test.go:2713: standard output:
go_test.go:2713: testing: warning: no tests to run
PASS
coverage: 0.0% of statements in .
ok empty/test 1.034s
--- PASS: TestTestEmpty/xtest (1.91s)
go_test.go:2713: running testgo [test -cover -coverpkg=. -race]
go_test.go:2713: standard output:
go_test.go:2713: testing: warning: no tests to run
PASS
coverage: 0.0% of statements in .
ok empty/xtest 1.030s
--- PASS: TestTestEmpty/pkgtest (1.97s)
go_test.go:2713: running testgo [test -cover -coverpkg=. -race]
go_test.go:2713: standard output:
go_test.go:2713: testing: warning: no tests to run
PASS
coverage: 0.0% of statements in .
ok empty/pkgtest 1.038s
--- PASS: TestTestEmpty/pkgxtest (2.03s)
go_test.go:2713: running testgo [test -cover -coverpkg=. -race]
go_test.go:2713: standard output:
go_test.go:2713: testing: warning: no tests to run
PASS
coverage: 0.0% of statements in .
ok empty/pkgxtest 1.033s
--- PASS: TestTestEmpty/pkgtestxtest (1.97s)
go_test.go:2713: running testgo [test -cover -coverpkg=. -race]
go_test.go:2713: standard output:
go_test.go:2713: testing: warning: no tests to run
PASS
coverage: 0.0% of statements in .
ok empty/pkgtestxtest 1.037s
--- PASS: TestTestEmpty/testxtest (1.99s)
go_test.go:2713: running testgo [test -cover -coverpkg=. -race]
go_test.go:2713: standard output:
go_test.go:2713: testing: warning: no tests to run
PASS
coverage: 0.0% of statements in .
ok empty/testxtest 1.032s
=== RUN TestNoGoError
=== RUN TestNoGoError/empty/test
=== RUN TestNoGoError/empty/xtest
=== RUN TestNoGoError/empty/testxtest
=== RUN TestNoGoError/exclude
=== RUN TestNoGoError/exclude/ignore
=== RUN TestNoGoError/exclude/empty
--- PASS: TestNoGoError (0.28s)
--- PASS: TestNoGoError/empty/test (0.06s)
go_test.go:2730: running testgo [build ./empty/test]
go_test.go:2730: standard error:
go_test.go:2730: go build empty/test: no non-test Go files in c:\dev\go\src\cmd\go\testdata\src\empty\test
go_test.go:2730: testgo failed as expected: exit status 1
--- PASS: TestNoGoError/empty/xtest (0.05s)
go_test.go:2730: running testgo [build ./empty/xtest]
go_test.go:2730: standard error:
go_test.go:2730: go build empty/xtest: no non-test Go files in c:\dev\go\src\cmd\go\testdata\src\empty\xtest
go_test.go:2730: testgo failed as expected: exit status 1
--- PASS: TestNoGoError/empty/testxtest (0.05s)
go_test.go:2730: running testgo [build ./empty/testxtest]
go_test.go:2730: standard error:
go_test.go:2730: go build empty/testxtest: no non-test Go files in c:\dev\go\src\cmd\go\testdata\src\empty\testxtest
go_test.go:2730: testgo failed as expected: exit status 1
--- PASS: TestNoGoError/exclude (0.04s)
go_test.go:2730: running testgo [build ./exclude]
go_test.go:2730: standard error:
go_test.go:2730: can't load package: package exclude: build constraints exclude all Go files in c:\dev\go\src\cmd\go\testdata\src\exclude
go_test.go:2730: testgo failed as expected: exit status 1
--- PASS: TestNoGoError/exclude/ignore (0.04s)
go_test.go:2730: running testgo [build ./exclude/ignore]
go_test.go:2730: standard error:
go_test.go:2730: can't load package: package exclude/ignore: no Go files in c:\dev\go\src\cmd\go\testdata\src\exclude\ignore
go_test.go:2730: testgo failed as expected: exit status 1
--- PASS: TestNoGoError/exclude/empty (0.04s)
go_test.go:2730: running testgo [build ./exclude/empty]
go_test.go:2730: standard error:
go_test.go:2730: can't load package: package exclude/empty: no Go files in c:\dev\go\src\cmd\go\testdata\src\exclude\empty
go_test.go:2730: testgo failed as expected: exit status 1
=== RUN TestTestRaceInstall
--- PASS: TestTestRaceInstall (16.95s)
go_test.go:2756: running testgo [install -race -pkgdir=C:\Windows\TEMP\gotest118420229\pkg std]
go_test.go:2757: running testgo [test -race -pkgdir=C:\Windows\TEMP\gotest118420229\pkg -i -v empty/pkg]
=== RUN TestBuildDryRunWithCgo
--- PASS: TestBuildDryRunWithCgo (0.15s)
go_test.go:2780: running testgo [build -n C:\Windows\TEMP\gotest425032352\foo.go]
go_test.go:2780: standard error:
go_test.go:2780:
#
# runtime/internal/sys
#
mkdir -p $WORK\b013\
cat >$WORK\b013\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\runtime\internal\sys
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b013\\_pkg_.a" -trimpath "$WORK\\b013" -p runtime/internal/sys -std -+ -complete -buildid EESY7CJcg5dNH5Xdis44/EESY7CJcg5dNH5Xdis44 -D "" -importcfg "$WORK\\b013\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\runtime\\internal\\sys\\arch.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\arch_amd64.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\intrinsics.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\stubs.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\sys.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zgoarch_amd64.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zgoos_windows.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zversion.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b013\\_pkg_.a" # internal
#
# runtime
#
mkdir -p $WORK\b009\
cat >$WORK\b009\importcfg << 'EOF' # internal
# import config
packagefile internal/bytealg=c:\dev\go\pkg\windows_amd64\internal\bytealg.a
packagefile internal/cpu=c:\dev\go\pkg\windows_amd64\internal\cpu.a
packagefile runtime/internal/atomic=c:\dev\go\pkg\windows_amd64\runtime\internal\atomic.a
packagefile runtime/internal/sys=$WORK\b013\_pkg_.a
EOF
cd c:\dev\go\src\runtime
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b009\\_pkg_.a" -trimpath "$WORK\\b009" -p runtime -std -+ -buildid ZZmuhZAPYtwLgZgZjDR8/ZZmuhZAPYtwLgZgZjDR8 -D "" -importcfg "$WORK\\b009\\importcfg" -pack -asmhdr "$WORK\\b009\\go_asm.h" -c=4 "c:\\dev\\go\\src\\runtime\\alg.go" "c:\\dev\\go\\src\\runtime\\atomic_pointer.go" "c:\\dev\\go\\src\\runtime\\auxv_none.go" "c:\\dev\\go\\src\\runtime\\cgo.go" "c:\\dev\\go\\src\\runtime\\cgocall.go" "c:\\dev\\go\\src\\runtime\\cgocallback.go" "c:\\dev\\go\\src\\runtime\\cgocheck.go" "c:\\dev\\go\\src\\runtime\\chan.go" "c:\\dev\\go\\src\\runtime\\compiler.go" "c:\\dev\\go\\src\\runtime\\complex.go" "c:\\dev\\go\\src\\runtime\\cpuflags_amd64.go" "c:\\dev\\go\\src\\runtime\\cpuprof.go" "c:\\dev\\go\\src\\runtime\\cputicks.go" "c:\\dev\\go\\src\\runtime\\debug.go" "c:\\dev\\go\\src\\runtime\\defs_windows_amd64.go" "c:\\dev\\go\\src\\runtime\\env_posix.go" "c:\\dev\\go\\src\\runtime\\error.go" "c:\\dev\\go\\src\\runtime\\extern.go" "c:\\dev\\go\\src\\runtime\\fastlog2.go" "c:\\dev\\go\\src\\runtime\\fastlog2table.go" "c:\\dev\\go\\src\\runtime\\float.go" "c:\\dev\\go\\src\\runtime\\hash64.go" "c:\\dev\\go\\src\\runtime\\heapdump.go" "c:\\dev\\go\\src\\runtime\\iface.go" "c:\\dev\\go\\src\\runtime\\lfstack.go" "c:\\dev\\go\\src\\runtime\\lfstack_64bit.go" "c:\\dev\\go\\src\\runtime\\lock_sema.go" "c:\\dev\\go\\src\\runtime\\malloc.go" "c:\\dev\\go\\src\\runtime\\map.go" "c:\\dev\\go\\src\\runtime\\map_fast32.go" "c:\\dev\\go\\src\\runtime\\map_fast64.go" "c:\\dev\\go\\src\\runtime\\map_faststr.go" "c:\\dev\\go\\src\\runtime\\mbarrier.go" "c:\\dev\\go\\src\\runtime\\mbitmap.go" "c:\\dev\\go\\src\\runtime\\mcache.go" "c:\\dev\\go\\src\\runtime\\mcentral.go" "c:\\dev\\go\\src\\runtime\\mem_windows.go" "c:\\dev\\go\\src\\runtime\\mfinal.go" "c:\\dev\\go\\src\\runtime\\mfixalloc.go" "c:\\dev\\go\\src\\runtime\\mgc.go" "c:\\dev\\go\\src\\runtime\\mgclarge.go" "c:\\dev\\go\\src\\runtime\\mgcmark.go" "c:\\dev\\go\\src\\runtime\\mgcsweep.go" "c:\\dev\\go\\src\\runtime\\mgcsweepbuf.go" "c:\\dev\\go\\src\\runtime\\mgcwork.go" "c:\\dev\\go\\src\\runtime\\mheap.go" "c:\\dev\\go\\src\\runtime\\mprof.go" "c:\\dev\\go\\src\\runtime\\msan0.go" "c:\\dev\\go\\src\\runtime\\msize.go" "c:\\dev\\go\\src\\runtime\\mstats.go" "c:\\dev\\go\\src\\runtime\\mwbbuf.go" "c:\\dev\\go\\src\\runtime\\netpoll.go" "c:\\dev\\go\\src\\runtime\\netpoll_windows.go" "c:\\dev\\go\\src\\runtime\\os_windows.go" "c:\\dev\\go\\src\\runtime\\panic.go" "c:\\dev\\go\\src\\runtime\\plugin.go" "c:\\dev\\go\\src\\runtime\\print.go" "c:\\dev\\go\\src\\runtime\\proc.go" "c:\\dev\\go\\src\\runtime\\profbuf.go" "c:\\dev\\go\\src\\runtime\\proflabel.go" "c:\\dev\\go\\src\\runtime\\race0.go" "c:\\dev\\go\\src\\runtime\\rdebug.go" "c:\\dev\\go\\src\\runtime\\runtime.go" "c:\\dev\\go\\src\\runtime\\runtime1.go" "c:\\dev\\go\\src\\runtime\\runtime2.go" "c:\\dev\\go\\src\\runtime\\rwmutex.go" "c:\\dev\\go\\src\\runtime\\select.go" "c:\\dev\\go\\src\\runtime\\sema.go" "c:\\dev\\go\\src\\runtime\\signal_windows.go" "c:\\dev\\go\\src\\runtime\\sigqueue.go" "c:\\dev\\go\\src\\runtime\\sizeclasses.go" "c:\\dev\\go\\src\\runtime\\slice.go" "c:\\dev\\go\\src\\runtime\\softfloat64.go" "c:\\dev\\go\\src\\runtime\\stack.go" "c:\\dev\\go\\src\\runtime\\string.go" "c:\\dev\\go\\src\\runtime\\stubs.go" "c:\\dev\\go\\src\\runtime\\stubs_nonlinux.go" "c:\\dev\\go\\src\\runtime\\symtab.go" "c:\\dev\\go\\src\\runtime\\sys_nonppc64x.go" "c:\\dev\\go\\src\\runtime\\sys_x86.go" "c:\\dev\\go\\src\\runtime\\syscall_windows.go" "c:\\dev\\go\\src\\runtime\\time.go" "c:\\dev\\go\\src\\runtime\\timeasm.go" "c:\\dev\\go\\src\\runtime\\trace.go" "c:\\dev\\go\\src\\runtime\\traceback.go" "c:\\dev\\go\\src\\runtime\\type.go" "c:\\dev\\go\\src\\runtime\\typekind.go" "c:\\dev\\go\\src\\runtime\\unaligned1.go" "c:\\dev\\go\\src\\runtime\\utf8.go" "c:\\dev\\go\\src\\runtime\\vdso_in_none.go" "c:\\dev\\go\\src\\runtime\\write_err.go" "c:\\dev\\go\\src\\runtime\\zcallback_windows.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b009" -I "$WORK\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b009\\asm.o" "c:\\dev\\go\\src\\runtime\\asm.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b009" -I "$WORK\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b009\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\asm_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b009" -I "$WORK\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b009\\duff_amd64.o" "c:\\dev\\go\\src\\runtime\\duff_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b009" -I "$WORK\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b009\\memclr_amd64.o" "c:\\dev\\go\\src\\runtime\\memclr_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b009" -I "$WORK\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b009\\memmove_amd64.o" "c:\\dev\\go\\src\\runtime\\memmove_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b009" -I "$WORK\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b009\\rt0_windows_amd64.o" "c:\\dev\\go\\src\\runtime\\rt0_windows_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b009" -I "$WORK\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b009\\sys_windows_amd64.o" "c:\\dev\\go\\src\\runtime\\sys_windows_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b009" -I "$WORK\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b009\\zcallback_windows.o" "c:\\dev\\go\\src\\runtime\\zcallback_windows.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b009\\_pkg_.a" "$WORK\\b009\\asm.o" "$WORK\\b009\\asm_amd64.o" "$WORK\\b009\\duff_amd64.o" "$WORK\\b009\\memclr_amd64.o" "$WORK\\b009\\memmove_amd64.o" "$WORK\\b009\\rt0_windows_amd64.o" "$WORK\\b009\\sys_windows_amd64.o" "$WORK\\b009\\zcallback_windows.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b009\\_pkg_.a" # internal
#
# sync
#
mkdir -p $WORK\b008\
cat >$WORK\b008\importcfg << 'EOF' # internal
# import config
packagefile internal/race=c:\dev\go\pkg\windows_amd64\internal\race.a
packagefile runtime=$WORK\b009\_pkg_.a
packagefile sync/atomic=c:\dev\go\pkg\windows_amd64\sync\atomic.a
EOF
cd c:\dev\go\src\sync
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b008\\_pkg_.a" -trimpath "$WORK\\b008" -p sync -std -buildid vuXm-6uuSsVJ88eIsCde/vuXm-6uuSsVJ88eIsCde -D "" -importcfg "$WORK\\b008\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\sync\\cond.go" "c:\\dev\\go\\src\\sync\\map.go" "c:\\dev\\go\\src\\sync\\mutex.go" "c:\\dev\\go\\src\\sync\\once.go" "c:\\dev\\go\\src\\sync\\pool.go" "c:\\dev\\go\\src\\sync\\runtime.go" "c:\\dev\\go\\src\\sync\\rwmutex.go" "c:\\dev\\go\\src\\sync\\waitgroup.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b008\\_pkg_.a" # internal
#
# syscall
#
mkdir -p $WORK\b004\
cat >$WORK\b004\importcfg << 'EOF' # internal
# import config
packagefile errors=c:\dev\go\pkg\windows_amd64\errors.a
packagefile internal/race=c:\dev\go\pkg\windows_amd64\internal\race.a
packagefile internal/syscall/windows/sysdll=c:\dev\go\pkg\windows_amd64\internal\syscall\windows\sysdll.a
packagefile sync=$WORK\b008\_pkg_.a
packagefile sync/atomic=c:\dev\go\pkg\windows_amd64\sync\atomic.a
packagefile unicode/utf16=c:\dev\go\pkg\windows_amd64\unicode\utf16.a
EOF
cd c:\dev\go\src\syscall
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b004\\_pkg_.a" -trimpath "$WORK\\b004" -p syscall -std -buildid 8uzrd5E7qlJ0x2c2iHDR/8uzrd5E7qlJ0x2c2iHDR -D "" -importcfg "$WORK\\b004\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\syscall\\dll_windows.go" "c:\\dev\\go\\src\\syscall\\endian_little.go" "c:\\dev\\go\\src\\syscall\\env_windows.go" "c:\\dev\\go\\src\\syscall\\exec_windows.go" "c:\\dev\\go\\src\\syscall\\msan0.go" "c:\\dev\\go\\src\\syscall\\net.go" "c:\\dev\\go\\src\\syscall\\security_windows.go" "c:\\dev\\go\\src\\syscall\\str.go" "c:\\dev\\go\\src\\syscall\\syscall.go" "c:\\dev\\go\\src\\syscall\\syscall_windows.go" "c:\\dev\\go\\src\\syscall\\syscall_windows_amd64.go" "c:\\dev\\go\\src\\syscall\\types_windows.go" "c:\\dev\\go\\src\\syscall\\types_windows_amd64.go" "c:\\dev\\go\\src\\syscall\\zerrors_windows.go" "c:\\dev\\go\\src\\syscall\\zerrors_windows_amd64.go" "c:\\dev\\go\\src\\syscall\\zsyscall_windows.go" "c:\\dev\\go\\src\\syscall\\zsysnum_windows_amd64.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b004\\_pkg_.a" # internal
#
# command-line-arguments
#
mkdir -p $WORK\b001\
cd C:\Windows\TEMP\gotest425032352
CGO_LDFLAGS='"-g" "-O2"' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -objdir "$WORK\\b001\\" -importpath command-line-arguments -- -I "$WORK\\b001\\" -g -O2 "C:\\Windows\\TEMP\\gotest425032352\\foo.go"
cd $WORK
gcc -fno-caret-diagnostics -c -x c - || true
gcc -Qunused-arguments -c -x c - || true
gcc -fdebug-prefix-map=a=b -c -x c - || true
gcc -gno-record-gcc-switches -c -x c - || true
cd $WORK\b001
gcc -I "C:\\Windows\\TEMP\\gotest425032352" -m64 -mthreads -fmessage-length=0 -I "$WORK\\b001\\" -g -O2 -o "C:\\Windows\\TEMP\\gotest425032352\\$WORK\\b001\\_x001.o" -c _cgo_export.c
cd $WORK
gcc -fno-caret-diagnostics -c -x c - || true
gcc -Qunused-arguments -c -x c - || true
gcc -fdebug-prefix-map=a=b -c -x c - || true
gcc -gno-record-gcc-switches -c -x c - || true
cd $WORK\b001
gcc -I "C:\\Windows\\TEMP\\gotest425032352" -m64 -mthreads -fmessage-length=0 -I "$WORK\\b001\\" -g -O2 -o "C:\\Windows\\TEMP\\gotest425032352\\$WORK\\b001\\_x002.o" -c foo.cgo2.c
cd $WORK
gcc -fno-caret-diagnostics -c -x c - || true
gcc -Qunused-arguments -c -x c - || true
gcc -fdebug-prefix-map=a=b -c -x c - || true
gcc -gno-record-gcc-switches -c -x c - || true
cd $WORK\b001
gcc -I "C:\\Windows\\TEMP\\gotest425032352" -m64 -mthreads -fmessage-length=0 -I "$WORK\\b001\\" -g -O2 -o "C:\\Windows\\TEMP\\gotest425032352\\$WORK\\b001\\_cgo_main.o" -c _cgo_main.c
cd $WORK
gcc -fno-caret-diagnostics -c -x c - || true
gcc -Qunused-arguments -c -x c - || true
gcc -fdebug-prefix-map=a=b -c -x c - || true
gcc -gno-record-gcc-switches -c -x c - || true
cd C:\Windows\TEMP\gotest425032352
gcc -I "C:\\Windows\\TEMP\\gotest425032352" -m64 -mthreads -fmessage-length=0 -o "$WORK\\b001\\_cgo_.o" "$WORK\\b001\\_cgo_main.o" "$WORK\\b001\\_x001.o" "$WORK\\b001\\_x002.o" -g -O2
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -dynpackage main -dynimport "$WORK\\b001\\_cgo_.o" -dynout "$WORK\\b001\\_cgo_import.go"
cat >$WORK\b001\importcfg << 'EOF' # internal
# import config
packagefile runtime/cgo=c:\dev\go\pkg\windows_amd64\runtime\cgo.a
packagefile syscall=$WORK\b004\_pkg_.a
packagefile runtime=$WORK\b009\_pkg_.a
EOF
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b001\\_pkg_.a" -trimpath "$WORK\\b001" -p main -buildid 2-wDDq8FFHCEbURiUTCj/2-wDDq8FFHCEbURiUTCj -D _/C_/Windows/TEMP/gotest425032352 -importcfg "$WORK\\b001\\importcfg" -pack -c=4 "$WORK\\b001\\_cgo_gotypes.go" "$WORK\\b001\\foo.cgo1.go" "$WORK\\b001\\_cgo_import.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b001\\_pkg_.a" "$WORK\\b001\\_x001.o" "$WORK\\b001\\_x002.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b001\\_pkg_.a" # internal
cat >$WORK\b001\importcfg.link << 'EOF' # internal
packagefile command-line-arguments=$WORK\b001\_pkg_.a
packagefile runtime/cgo=c:\dev\go\pkg\windows_amd64\runtime\cgo.a
packagefile syscall=$WORK\b004\_pkg_.a
packagefile runtime=$WORK\b009\_pkg_.a
packagefile errors=c:\dev\go\pkg\windows_amd64\errors.a
packagefile internal/race=c:\dev\go\pkg\windows_amd64\internal\race.a
packagefile internal/syscall/windows/sysdll=c:\dev\go\pkg\windows_amd64\internal\syscall\windows\sysdll.a
packagefile sync=$WORK\b008\_pkg_.a
packagefile sync/atomic=c:\dev\go\pkg\windows_amd64\sync\atomic.a
packagefile unicode/utf16=c:\dev\go\pkg\windows_amd64\unicode\utf16.a
packagefile internal/bytealg=c:\dev\go\pkg\windows_amd64\internal\bytealg.a
packagefile internal/cpu=c:\dev\go\pkg\windows_amd64\internal\cpu.a
packagefile runtime/internal/atomic=c:\dev\go\pkg\windows_amd64\runtime\internal\atomic.a
packagefile runtime/internal/sys=$WORK\b013\_pkg_.a
EOF
mkdir -p $WORK\b001\exe\
cd .
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "$WORK\\b001\\exe\\a.out.exe" -importcfg "$WORK\\b001\\importcfg.link" -buildmode=exe -buildid=ubKoMmGDGSXr6I8HZaO8/2-wDDq8FFHCEbURiUTCj/2-wDDq8FFHCEbURiUTCj/ubKoMmGDGSXr6I8HZaO8 -extld=gcc "$WORK\\b001\\_pkg_.a"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b001\\exe\\a.out.exe" # internal
mv $WORK\b001\exe\a.out.exe foo.exe
=== RUN TestCoverageWithCgo
=== RUN TestCoverageWithCgo/cgocover
=== PAUSE TestCoverageWithCgo/cgocover
=== RUN TestCoverageWithCgo/cgocover2
=== PAUSE TestCoverageWithCgo/cgocover2
=== RUN TestCoverageWithCgo/cgocover3
=== PAUSE TestCoverageWithCgo/cgocover3
=== RUN TestCoverageWithCgo/cgocover4
=== PAUSE TestCoverageWithCgo/cgocover4
=== CONT TestCoverageWithCgo/cgocover
=== CONT TestCoverageWithCgo/cgocover3
=== CONT TestCoverageWithCgo/cgocover4
=== CONT TestCoverageWithCgo/cgocover2
--- PASS: TestCoverageWithCgo (0.00s)
--- PASS: TestCoverageWithCgo/cgocover2 (2.47s)
go_test.go:2796: running testgo [test -short -cover cgocover4]
go_test.go:2796: standard output:
go_test.go:2796: ok cgocover4 0.027s coverage: 66.7% of statements
--- PASS: TestCoverageWithCgo/cgocover4 (2.89s)
go_test.go:2796: running testgo [test -short -cover cgocover4]
go_test.go:2796: standard output:
go_test.go:2796: ok cgocover4 0.126s coverage: 66.7% of statements
--- PASS: TestCoverageWithCgo/cgocover3 (2.90s)
go_test.go:2796: running testgo [test -short -cover cgocover4]
go_test.go:2796: standard output:
go_test.go:2796: ok cgocover4 0.125s coverage: 66.7% of statements
--- PASS: TestCoverageWithCgo/cgocover (2.90s)
go_test.go:2796: running testgo [test -short -cover cgocover4]
go_test.go:2796: standard output:
go_test.go:2796: ok cgocover4 0.125s coverage: 66.7% of statements
=== RUN TestCgoAsmError
=== PAUSE TestCgoAsmError
=== RUN TestCgoDependsOnSyscall
--- PASS: TestCgoDependsOnSyscall (3.56s)
go_test.go:2839: running testgo [build -race foo]
=== RUN TestCgoShowsFullPathNames
=== PAUSE TestCgoShowsFullPathNames
=== RUN TestCgoHandlesWlORIGIN
=== PAUSE TestCgoHandlesWlORIGIN
=== RUN TestCgoPkgConfig
=== PAUSE TestCgoPkgConfig
=== RUN TestIssue6480
--- PASS: TestIssue6480 (1.67s)
go_test.go:2935: running testgo [test -c -test.bench=XXX errors]
go_test.go:2936: running testgo [test -c -o errors2.test errors]
go_test.go:2947: running testgo [test -x -c -test.bench=XXX errors]
go_test.go:2947: standard error:
go_test.go:2947: WORK=C:\Windows\TEMP\go-build855068794
mkdir -p $WORK\b001\
mkdir -p $WORK\b015\
cat >$WORK\b015\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\runtime\internal\sys
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build855068794\\b015\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build855068794\\b015" -p runtime/internal/sys -std -+ -complete -buildid EESY7CJcg5dNH5Xdis44/EESY7CJcg5dNH5Xdis44 -D "" -importcfg "C:\\Windows\\TEMP\\go-build855068794\\b015\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\runtime\\internal\\sys\\arch.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\arch_amd64.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\intrinsics.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\stubs.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\sys.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zgoarch_amd64.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zgoos_windows.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zversion.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build855068794\\b015\\_pkg_.a" # internal
mkdir -p $WORK\b051\
cat >$WORK\b051\importcfg << 'EOF' # internal
# import config
packagefile fmt=c:\dev\go\pkg\windows_amd64\fmt.a
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
packagefile time=c:\dev\go\pkg\windows_amd64\time.a
packagefile errors=c:\dev\go\pkg\windows_amd64\errors.a
EOF
cd c:\dev\go\src\errors
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build855068794\\b051\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build855068794\\b051" -p errors_test -complete -buildid O-u9AQAB3G8EoXhZKMA3/O-u9AQAB3G8EoXhZKMA3 -D "" -importcfg "C:\\Windows\\TEMP\\go-build855068794\\b051\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\errors\\errors_test.go" "c:\\dev\\go\\src\\errors\\example_test.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build855068794\\b051\\_pkg_.a" # internal
rm -r $WORK\b001\
go_test.go:2959: running testgo [test -x -c -o errors2.test errors]
go_test.go:2959: standard error:
go_test.go:2959: WORK=C:\Windows\TEMP\go-build307459382
mkdir -p $WORK\b001\
mkdir -p $WORK\b015\
cat >$WORK\b015\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\runtime\internal\sys
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build307459382\\b015\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build307459382\\b015" -p runtime/internal/sys -std -+ -complete -buildid EESY7CJcg5dNH5Xdis44/EESY7CJcg5dNH5Xdis44 -D "" -importcfg "C:\\Windows\\TEMP\\go-build307459382\\b015\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\runtime\\internal\\sys\\arch.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\arch_amd64.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\intrinsics.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\stubs.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\sys.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zgoarch_amd64.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zgoos_windows.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zversion.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build307459382\\b015\\_pkg_.a" # internal
mkdir -p $WORK\b051\
cat >$WORK\b051\importcfg << 'EOF' # internal
# import config
packagefile fmt=c:\dev\go\pkg\windows_amd64\fmt.a
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
packagefile time=c:\dev\go\pkg\windows_amd64\time.a
packagefile errors=c:\dev\go\pkg\windows_amd64\errors.a
EOF
cd c:\dev\go\src\errors
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build307459382\\b051\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build307459382\\b051" -p errors_test -complete -buildid O-u9AQAB3G8EoXhZKMA3/O-u9AQAB3G8EoXhZKMA3 -D "" -importcfg "C:\\Windows\\TEMP\\go-build307459382\\b051\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\errors\\errors_test.go" "c:\\dev\\go\\src\\errors\\example_test.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build307459382\\b051\\_pkg_.a" # internal
rm -r $WORK\b001\
=== RUN TestIssue7573
--- SKIP: TestIssue7573 (0.02s)
go_test.go:2990: skipping because no gccgo compiler found
=== RUN TestListTemplateContextFunction
=== PAUSE TestListTemplateContextFunction
=== RUN TestIssue7108
--- PASS: TestIssue7108 (0.19s)
go_test.go:3048: running testgo [test notest]
go_test.go:3048: standard error:
go_test.go:3048: # notest
testdata\src\notest\hello.go:6:1: syntax error: non-declaration statement outside function body
go_test.go:3048: testgo failed as expected: exit status 2
=== RUN TestIssue6844
--- PASS: TestIssue6844 (4.32s)
go_test.go:3060: running testgo [test -x -a -c testdata/dep_test.go]
go_test.go:3060: standard error:
go_test.go:3060: WORK=C:\Windows\TEMP\go-build167579806
mkdir -p $WORK\b001\
mkdir -p $WORK\b006\
cat >$WORK\b006\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\internal\race
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b006\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b006" -p internal/race -std -complete -buildid NZPYrPOcE0rIeatMNLIa/NZPYrPOcE0rIeatMNLIa -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b006\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\race\\doc.go" "c:\\dev\\go\\src\\internal\\race\\norace.go"
mkdir -p $WORK\b004\
cat >$WORK\b004\importcfg << 'EOF' # internal
# import config
EOF
mkdir -p $WORK\b009\
cat >$WORK\b009\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\errors
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b004\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b004" -p errors -std -complete -buildid s_UBPjSG0HKWkbN_Z7ti/s_UBPjSG0HKWkbN_Z7ti -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b004\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\errors\\errors.go"
cd c:\dev\go\src\internal\syscall\windows\sysdll
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b009\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b009" -p internal/syscall/windows/sysdll -std -complete -buildid -IRyTS3xryn9stHBWcTB/-IRyTS3xryn9stHBWcTB -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b009\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\syscall\\windows\\sysdll\\sysdll.go"
mkdir -p $WORK\b013\
cat >$WORK\b013\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\internal\cpu
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b013\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b013" -p internal/cpu -std -+ -buildid lyRN0NH6lDoSC2_HHwOs/lyRN0NH6lDoSC2_HHwOs -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b013\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build167579806\\b013\\go_asm.h" -c=4 "c:\\dev\\go\\src\\internal\\cpu\\cpu.go" "c:\\dev\\go\\src\\internal\\cpu\\cpu_x86.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b006\\_pkg_.a" # internal
mkdir -p $WORK\b014\
cat >$WORK\b014\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\runtime\internal\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b014\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b014" -p runtime/internal/atomic -std -+ -buildid hP4R4_5sSST9GAEMX8hD/hP4R4_5sSST9GAEMX8hD -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b014\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build167579806\\b014\\go_asm.h" -c=4 "c:\\dev\\go\\src\\runtime\\internal\\atomic\\atomic_amd64x.go" "c:\\dev\\go\\src\\runtime\\internal\\atomic\\stubs.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b004\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b009\\_pkg_.a" # internal
mkdir -p $WORK\b015\
cat >$WORK\b015\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\runtime\internal\sys
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b015\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b015" -p runtime/internal/sys -std -+ -complete -buildid EESY7CJcg5dNH5Xdis44/EESY7CJcg5dNH5Xdis44 -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b015\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\runtime\\internal\\sys\\arch.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\arch_amd64.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\intrinsics.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\stubs.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\sys.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zgoarch_amd64.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zgoos_windows.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zversion.go"
mkdir -p $WORK\b016\
cat >$WORK\b016\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\sync\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b016\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b016" -p sync/atomic -std -buildid cV_q-bP90oF0fnzmhl-Q/cV_q-bP90oF0fnzmhl-Q -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b016\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build167579806\\b016\\go_asm.h" -c=4 "c:\\dev\\go\\src\\sync\\atomic\\doc.go" "c:\\dev\\go\\src\\sync\\atomic\\value.go"
cd c:\dev\go\src\internal\cpu
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b013" -I "C:\\Windows\\TEMP\\go-build167579806\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b013\\cpu_x86.o" "c:\\dev\\go\\src\\internal\\cpu\\cpu_x86.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build167579806\\b013\\_pkg_.a" "C:\\Windows\\TEMP\\go-build167579806\\b013\\cpu_x86.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b013\\_pkg_.a" # internal
cd c:\dev\go\src\runtime\internal\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b014" -I "C:\\Windows\\TEMP\\go-build167579806\\b014\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b014\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\internal\\atomic\\asm_amd64.s"
mkdir -p $WORK\b012\
cat >$WORK\b012\importcfg << 'EOF' # internal
# import config
packagefile internal/cpu=$WORK\b013\_pkg_.a
EOF
cd c:\dev\go\src\internal\bytealg
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b012\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b012" -p internal/bytealg -std -+ -buildid bKTQgypYxmNmiRoFLj0q/bKTQgypYxmNmiRoFLj0q -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b012\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build167579806\\b012\\go_asm.h" -c=4 "c:\\dev\\go\\src\\internal\\bytealg\\bytealg.go" "c:\\dev\\go\\src\\internal\\bytealg\\compare_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\count_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\equal_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\index_amd64.go" "c:\\dev\\go\\src\\internal\\bytealg\\index_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\indexbyte_native.go"
cd c:\dev\go\src\sync\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b016" -I "C:\\Windows\\TEMP\\go-build167579806\\b016\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b016\\asm.o" "c:\\dev\\go\\src\\sync\\atomic\\asm.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b015\\_pkg_.a" # internal
mkdir -p $WORK\b018\
cat >$WORK\b018\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\unicode\utf16
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b018\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b018" -p unicode/utf16 -std -complete -buildid p8mfh6eotRJNzAxRnajp/p8mfh6eotRJNzAxRnajp -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b018\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\utf16\\utf16.go"
cd c:\dev\go\src\runtime\internal\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build167579806\\b014\\_pkg_.a" "C:\\Windows\\TEMP\\go-build167579806\\b014\\asm_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b014\\_pkg_.a" # internal
mkdir -p $WORK\b022\
cat >$WORK\b022\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\unicode\utf8
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b022\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b022" -p unicode/utf8 -std -complete -buildid BjeRea4K8eUoatTrsWlX/BjeRea4K8eUoatTrsWlX -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b022\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\utf8\\utf8.go"
cd c:\dev\go\src\sync\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build167579806\\b016\\_pkg_.a" "C:\\Windows\\TEMP\\go-build167579806\\b016\\asm.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b016\\_pkg_.a" # internal
mkdir -p $WORK\b023\
cat >$WORK\b023\importcfg << 'EOF' # internal
# import config
packagefile sync/atomic=$WORK\b016\_pkg_.a
EOF
cd c:\dev\go\src\internal\testlog
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b023\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b023" -p internal/testlog -std -complete -buildid iAN5aLOigqtCC-z__Ub9/iAN5aLOigqtCC-z__Ub9 -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b023\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\testlog\\log.go"
cd c:\dev\go\src\internal\bytealg
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b012" -I "C:\\Windows\\TEMP\\go-build167579806\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b012\\compare_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\compare_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b018\\_pkg_.a" # internal
mkdir -p $WORK\b026\
cat >$WORK\b026\importcfg << 'EOF' # internal
# import config
EOF
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b012" -I "C:\\Windows\\TEMP\\go-build167579806\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b012\\count_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\count_amd64.s"
cd c:\dev\go\src\unicode
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b026\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b026" -p unicode -std -complete -buildid hDoRRGr4xBUTv9cqXF31/hDoRRGr4xBUTv9cqXF31 -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b026\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\casetables.go" "c:\\dev\\go\\src\\unicode\\digit.go" "c:\\dev\\go\\src\\unicode\\graphic.go" "c:\\dev\\go\\src\\unicode\\letter.go" "c:\\dev\\go\\src\\unicode\\tables.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b023\\_pkg_.a" # internal
cd c:\dev\go\src\internal\bytealg
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b012" -I "C:\\Windows\\TEMP\\go-build167579806\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b012\\equal_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\equal_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b022\\_pkg_.a" # internal
mkdir -p $WORK\b032\
cat >$WORK\b032\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\math\bits
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b032\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b032" -p math/bits -std -complete -buildid vmkWeMdl_NSz48lTgC1Y/vmkWeMdl_NSz48lTgC1Y -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b032\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\math\\bits\\bits.go" "c:\\dev\\go\\src\\math\\bits\\bits_tables.go"
cd c:\dev\go\src\internal\bytealg
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b012" -I "C:\\Windows\\TEMP\\go-build167579806\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b012\\index_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\index_amd64.s"
mkdir -p $WORK\b029\
cat >$WORK\b029\importcfg << 'EOF' # internal
# import config
packagefile internal/cpu=$WORK\b013\_pkg_.a
EOF
cd c:\dev\go\src\math
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -p math -std -buildid KI88m5cpZEeiam9Ft11K/KI88m5cpZEeiam9Ft11K -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b029\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build167579806\\b029\\go_asm.h" -c=4 "c:\\dev\\go\\src\\math\\abs.go" "c:\\dev\\go\\src\\math\\acosh.go" "c:\\dev\\go\\src\\math\\asin.go" "c:\\dev\\go\\src\\math\\asinh.go" "c:\\dev\\go\\src\\math\\atan.go" "c:\\dev\\go\\src\\math\\atan2.go" "c:\\dev\\go\\src\\math\\atanh.go" "c:\\dev\\go\\src\\math\\bits.go" "c:\\dev\\go\\src\\math\\cbrt.go" "c:\\dev\\go\\src\\math\\const.go" "c:\\dev\\go\\src\\math\\copysign.go" "c:\\dev\\go\\src\\math\\dim.go" "c:\\dev\\go\\src\\math\\erf.go" "c:\\dev\\go\\src\\math\\erfinv.go" "c:\\dev\\go\\src\\math\\exp.go" "c:\\dev\\go\\src\\math\\exp_asm.go" "c:\\dev\\go\\src\\math\\expm1.go" "c:\\dev\\go\\src\\math\\floor.go" "c:\\dev\\go\\src\\math\\frexp.go" "c:\\dev\\go\\src\\math\\gamma.go" "c:\\dev\\go\\src\\math\\hypot.go" "c:\\dev\\go\\src\\math\\j0.go" "c:\\dev\\go\\src\\math\\j1.go" "c:\\dev\\go\\src\\math\\jn.go" "c:\\dev\\go\\src\\math\\ldexp.go" "c:\\dev\\go\\src\\math\\lgamma.go" "c:\\dev\\go\\src\\math\\log.go" "c:\\dev\\go\\src\\math\\log10.go" "c:\\dev\\go\\src\\math\\log1p.go" "c:\\dev\\go\\src\\math\\logb.go" "c:\\dev\\go\\src\\math\\mod.go" "c:\\dev\\go\\src\\math\\modf.go" "c:\\dev\\go\\src\\math\\nextafter.go" "c:\\dev\\go\\src\\math\\pow.go" "c:\\dev\\go\\src\\math\\pow10.go" "c:\\dev\\go\\src\\math\\remainder.go" "c:\\dev\\go\\src\\math\\signbit.go" "c:\\dev\\go\\src\\math\\sin.go" "c:\\dev\\go\\src\\math\\sincos.go" "c:\\dev\\go\\src\\math\\sinh.go" "c:\\dev\\go\\src\\math\\sqrt.go" "c:\\dev\\go\\src\\math\\tan.go" "c:\\dev\\go\\src\\math\\tanh.go" "c:\\dev\\go\\src\\math\\unsafe.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b032\\_pkg_.a" # internal
cd c:\dev\go\src\internal\bytealg
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b012" -I "C:\\Windows\\TEMP\\go-build167579806\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b012\\indexbyte_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\indexbyte_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build167579806\\b012\\_pkg_.a" "C:\\Windows\\TEMP\\go-build167579806\\b012\\compare_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b012\\count_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b012\\equal_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b012\\index_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b012\\indexbyte_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b012\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b026\\_pkg_.a" # internal
mkdir -p $WORK\b011\
cat >$WORK\b011\importcfg << 'EOF' # internal
# import config
packagefile internal/bytealg=$WORK\b012\_pkg_.a
packagefile internal/cpu=$WORK\b013\_pkg_.a
packagefile runtime/internal/atomic=$WORK\b014\_pkg_.a
packagefile runtime/internal/sys=$WORK\b015\_pkg_.a
EOF
cd c:\dev\go\src\runtime
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b011\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b011" -p runtime -std -+ -buildid p9AKGPeg-0QXsLpkEEZz/p9AKGPeg-0QXsLpkEEZz -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b011\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build167579806\\b011\\go_asm.h" -c=4 "c:\\dev\\go\\src\\runtime\\alg.go" "c:\\dev\\go\\src\\runtime\\atomic_pointer.go" "c:\\dev\\go\\src\\runtime\\auxv_none.go" "c:\\dev\\go\\src\\runtime\\cgo.go" "c:\\dev\\go\\src\\runtime\\cgocall.go" "c:\\dev\\go\\src\\runtime\\cgocallback.go" "c:\\dev\\go\\src\\runtime\\cgocheck.go" "c:\\dev\\go\\src\\runtime\\chan.go" "c:\\dev\\go\\src\\runtime\\compiler.go" "c:\\dev\\go\\src\\runtime\\complex.go" "c:\\dev\\go\\src\\runtime\\cpuflags_amd64.go" "c:\\dev\\go\\src\\runtime\\cpuprof.go" "c:\\dev\\go\\src\\runtime\\cputicks.go" "c:\\dev\\go\\src\\runtime\\debug.go" "c:\\dev\\go\\src\\runtime\\defs_windows_amd64.go" "c:\\dev\\go\\src\\runtime\\env_posix.go" "c:\\dev\\go\\src\\runtime\\error.go" "c:\\dev\\go\\src\\runtime\\extern.go" "c:\\dev\\go\\src\\runtime\\fastlog2.go" "c:\\dev\\go\\src\\runtime\\fastlog2table.go" "c:\\dev\\go\\src\\runtime\\float.go" "c:\\dev\\go\\src\\runtime\\hash64.go" "c:\\dev\\go\\src\\runtime\\heapdump.go" "c:\\dev\\go\\src\\runtime\\iface.go" "c:\\dev\\go\\src\\runtime\\lfstack.go" "c:\\dev\\go\\src\\runtime\\lfstack_64bit.go" "c:\\dev\\go\\src\\runtime\\lock_sema.go" "c:\\dev\\go\\src\\runtime\\malloc.go" "c:\\dev\\go\\src\\runtime\\map.go" "c:\\dev\\go\\src\\runtime\\map_fast32.go" "c:\\dev\\go\\src\\runtime\\map_fast64.go" "c:\\dev\\go\\src\\runtime\\map_faststr.go" "c:\\dev\\go\\src\\runtime\\mbarrier.go" "c:\\dev\\go\\src\\runtime\\mbitmap.go" "c:\\dev\\go\\src\\runtime\\mcache.go" "c:\\dev\\go\\src\\runtime\\mcentral.go" "c:\\dev\\go\\src\\runtime\\mem_windows.go" "c:\\dev\\go\\src\\runtime\\mfinal.go" "c:\\dev\\go\\src\\runtime\\mfixalloc.go" "c:\\dev\\go\\src\\runtime\\mgc.go" "c:\\dev\\go\\src\\runtime\\mgclarge.go" "c:\\dev\\go\\src\\runtime\\mgcmark.go" "c:\\dev\\go\\src\\runtime\\mgcsweep.go" "c:\\dev\\go\\src\\runtime\\mgcsweepbuf.go" "c:\\dev\\go\\src\\runtime\\mgcwork.go" "c:\\dev\\go\\src\\runtime\\mheap.go" "c:\\dev\\go\\src\\runtime\\mprof.go" "c:\\dev\\go\\src\\runtime\\msan0.go" "c:\\dev\\go\\src\\runtime\\msize.go" "c:\\dev\\go\\src\\runtime\\mstats.go" "c:\\dev\\go\\src\\runtime\\mwbbuf.go" "c:\\dev\\go\\src\\runtime\\netpoll.go" "c:\\dev\\go\\src\\runtime\\netpoll_windows.go" "c:\\dev\\go\\src\\runtime\\os_windows.go" "c:\\dev\\go\\src\\runtime\\panic.go" "c:\\dev\\go\\src\\runtime\\plugin.go" "c:\\dev\\go\\src\\runtime\\print.go" "c:\\dev\\go\\src\\runtime\\proc.go" "c:\\dev\\go\\src\\runtime\\profbuf.go" "c:\\dev\\go\\src\\runtime\\proflabel.go" "c:\\dev\\go\\src\\runtime\\race0.go" "c:\\dev\\go\\src\\runtime\\rdebug.go" "c:\\dev\\go\\src\\runtime\\runtime.go" "c:\\dev\\go\\src\\runtime\\runtime1.go" "c:\\dev\\go\\src\\runtime\\runtime2.go" "c:\\dev\\go\\src\\runtime\\rwmutex.go" "c:\\dev\\go\\src\\runtime\\select.go" "c:\\dev\\go\\src\\runtime\\sema.go" "c:\\dev\\go\\src\\runtime\\signal_windows.go" "c:\\dev\\go\\src\\runtime\\sigqueue.go" "c:\\dev\\go\\src\\runtime\\sizeclasses.go" "c:\\dev\\go\\src\\runtime\\slice.go" "c:\\dev\\go\\src\\runtime\\softfloat64.go" "c:\\dev\\go\\src\\runtime\\stack.go" "c:\\dev\\go\\src\\runtime\\string.go" "c:\\dev\\go\\src\\runtime\\stubs.go" "c:\\dev\\go\\src\\runtime\\stubs_nonlinux.go" "c:\\dev\\go\\src\\runtime\\symtab.go" "c:\\dev\\go\\src\\runtime\\sys_nonppc64x.go" "c:\\dev\\go\\src\\runtime\\sys_x86.go" "c:\\dev\\go\\src\\runtime\\syscall_windows.go" "c:\\dev\\go\\src\\runtime\\time.go" "c:\\dev\\go\\src\\runtime\\timeasm.go" "c:\\dev\\go\\src\\runtime\\trace.go" "c:\\dev\\go\\src\\runtime\\traceback.go" "c:\\dev\\go\\src\\runtime\\type.go" "c:\\dev\\go\\src\\runtime\\typekind.go" "c:\\dev\\go\\src\\runtime\\unaligned1.go" "c:\\dev\\go\\src\\runtime\\utf8.go" "c:\\dev\\go\\src\\runtime\\vdso_in_none.go" "c:\\dev\\go\\src\\runtime\\write_err.go" "c:\\dev\\go\\src\\runtime\\zcallback_windows.go"
cd c:\dev\go\src\math
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -I "C:\\Windows\\TEMP\\go-build167579806\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\asin_amd64.o" "c:\\dev\\go\\src\\math\\asin_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -I "C:\\Windows\\TEMP\\go-build167579806\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\asinh_stub.o" "c:\\dev\\go\\src\\math\\asinh_stub.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -I "C:\\Windows\\TEMP\\go-build167579806\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\atan2_amd64.o" "c:\\dev\\go\\src\\math\\atan2_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -I "C:\\Windows\\TEMP\\go-build167579806\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\atan_amd64.o" "c:\\dev\\go\\src\\math\\atan_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -I "C:\\Windows\\TEMP\\go-build167579806\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\cbrt_stub.o" "c:\\dev\\go\\src\\math\\cbrt_stub.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -I "C:\\Windows\\TEMP\\go-build167579806\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\dim_amd64.o" "c:\\dev\\go\\src\\math\\dim_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -I "C:\\Windows\\TEMP\\go-build167579806\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\erf_stub.o" "c:\\dev\\go\\src\\math\\erf_stub.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -I "C:\\Windows\\TEMP\\go-build167579806\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\exp2_amd64.o" "c:\\dev\\go\\src\\math\\exp2_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -I "C:\\Windows\\TEMP\\go-build167579806\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\exp_amd64.o" "c:\\dev\\go\\src\\math\\exp_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -I "C:\\Windows\\TEMP\\go-build167579806\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\expm1_amd64.o" "c:\\dev\\go\\src\\math\\expm1_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -I "C:\\Windows\\TEMP\\go-build167579806\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\floor_amd64.o" "c:\\dev\\go\\src\\math\\floor_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -I "C:\\Windows\\TEMP\\go-build167579806\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\frexp_amd64.o" "c:\\dev\\go\\src\\math\\frexp_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -I "C:\\Windows\\TEMP\\go-build167579806\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\hypot_amd64.o" "c:\\dev\\go\\src\\math\\hypot_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -I "C:\\Windows\\TEMP\\go-build167579806\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\ldexp_amd64.o" "c:\\dev\\go\\src\\math\\ldexp_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -I "C:\\Windows\\TEMP\\go-build167579806\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\log10_amd64.o" "c:\\dev\\go\\src\\math\\log10_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -I "C:\\Windows\\TEMP\\go-build167579806\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\log1p_amd64.o" "c:\\dev\\go\\src\\math\\log1p_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -I "C:\\Windows\\TEMP\\go-build167579806\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\log_amd64.o" "c:\\dev\\go\\src\\math\\log_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -I "C:\\Windows\\TEMP\\go-build167579806\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\mod_amd64.o" "c:\\dev\\go\\src\\math\\mod_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -I "C:\\Windows\\TEMP\\go-build167579806\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\modf_amd64.o" "c:\\dev\\go\\src\\math\\modf_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -I "C:\\Windows\\TEMP\\go-build167579806\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\pow_stub.o" "c:\\dev\\go\\src\\math\\pow_stub.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -I "C:\\Windows\\TEMP\\go-build167579806\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\remainder_amd64.o" "c:\\dev\\go\\src\\math\\remainder_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -I "C:\\Windows\\TEMP\\go-build167579806\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\sin_amd64.o" "c:\\dev\\go\\src\\math\\sin_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -I "C:\\Windows\\TEMP\\go-build167579806\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\sinh_stub.o" "c:\\dev\\go\\src\\math\\sinh_stub.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -I "C:\\Windows\\TEMP\\go-build167579806\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\sqrt_amd64.o" "c:\\dev\\go\\src\\math\\sqrt_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b029" -I "C:\\Windows\\TEMP\\go-build167579806\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b029\\tan_amd64.o" "c:\\dev\\go\\src\\math\\tan_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build167579806\\b029\\_pkg_.a" "C:\\Windows\\TEMP\\go-build167579806\\b029\\asin_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b029\\asinh_stub.o" "C:\\Windows\\TEMP\\go-build167579806\\b029\\atan2_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b029\\atan_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b029\\cbrt_stub.o" "C:\\Windows\\TEMP\\go-build167579806\\b029\\dim_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b029\\erf_stub.o" "C:\\Windows\\TEMP\\go-build167579806\\b029\\exp2_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b029\\exp_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b029\\expm1_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b029\\floor_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b029\\frexp_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b029\\hypot_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b029\\ldexp_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b029\\log10_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b029\\log1p_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b029\\log_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b029\\mod_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b029\\modf_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b029\\pow_stub.o" "C:\\Windows\\TEMP\\go-build167579806\\b029\\remainder_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b029\\sin_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b029\\sinh_stub.o" "C:\\Windows\\TEMP\\go-build167579806\\b029\\sqrt_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b029\\tan_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b029\\_pkg_.a" # internal
mkdir -p $WORK\b031\
cat >$WORK\b031\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile math=$WORK\b029\_pkg_.a
packagefile math/bits=$WORK\b032\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\strconv
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b031\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b031" -p strconv -std -complete -buildid JQja-fshrZUCWdzDA8fZ/JQja-fshrZUCWdzDA8fZ -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b031\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\strconv\\atob.go" "c:\\dev\\go\\src\\strconv\\atof.go" "c:\\dev\\go\\src\\strconv\\atoi.go" "c:\\dev\\go\\src\\strconv\\decimal.go" "c:\\dev\\go\\src\\strconv\\doc.go" "c:\\dev\\go\\src\\strconv\\extfloat.go" "c:\\dev\\go\\src\\strconv\\ftoa.go" "c:\\dev\\go\\src\\strconv\\isprint.go" "c:\\dev\\go\\src\\strconv\\itoa.go" "c:\\dev\\go\\src\\strconv\\quote.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b031\\_pkg_.a" # internal
cd c:\dev\go\src\runtime
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b011" -I "C:\\Windows\\TEMP\\go-build167579806\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b011\\asm.o" "c:\\dev\\go\\src\\runtime\\asm.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b011" -I "C:\\Windows\\TEMP\\go-build167579806\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b011\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\asm_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b011" -I "C:\\Windows\\TEMP\\go-build167579806\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b011\\duff_amd64.o" "c:\\dev\\go\\src\\runtime\\duff_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b011" -I "C:\\Windows\\TEMP\\go-build167579806\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b011\\memclr_amd64.o" "c:\\dev\\go\\src\\runtime\\memclr_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b011" -I "C:\\Windows\\TEMP\\go-build167579806\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b011\\memmove_amd64.o" "c:\\dev\\go\\src\\runtime\\memmove_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b011" -I "C:\\Windows\\TEMP\\go-build167579806\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b011\\rt0_windows_amd64.o" "c:\\dev\\go\\src\\runtime\\rt0_windows_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b011" -I "C:\\Windows\\TEMP\\go-build167579806\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b011\\sys_windows_amd64.o" "c:\\dev\\go\\src\\runtime\\sys_windows_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b011" -I "C:\\Windows\\TEMP\\go-build167579806\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b011\\zcallback_windows.o" "c:\\dev\\go\\src\\runtime\\zcallback_windows.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build167579806\\b011\\_pkg_.a" "C:\\Windows\\TEMP\\go-build167579806\\b011\\asm.o" "C:\\Windows\\TEMP\\go-build167579806\\b011\\asm_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b011\\duff_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b011\\memclr_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b011\\memmove_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b011\\rt0_windows_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b011\\sys_windows_amd64.o" "C:\\Windows\\TEMP\\go-build167579806\\b011\\zcallback_windows.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b011\\_pkg_.a" # internal
mkdir -p $WORK\b010\
cat >$WORK\b010\importcfg << 'EOF' # internal
# import config
packagefile internal/race=$WORK\b006\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sync/atomic=$WORK\b016\_pkg_.a
EOF
cd c:\dev\go\src\sync
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b010\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b010" -p sync -std -buildid -dtm3KvSgv3Hhi33Om6g/-dtm3KvSgv3Hhi33Om6g -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b010\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\sync\\cond.go" "c:\\dev\\go\\src\\sync\\map.go" "c:\\dev\\go\\src\\sync\\mutex.go" "c:\\dev\\go\\src\\sync\\once.go" "c:\\dev\\go\\src\\sync\\pool.go" "c:\\dev\\go\\src\\sync\\runtime.go" "c:\\dev\\go\\src\\sync\\rwmutex.go" "c:\\dev\\go\\src\\sync\\waitgroup.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b010\\_pkg_.a" # internal
mkdir -p $WORK\b019\
cat >$WORK\b019\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b016\_pkg_.a
EOF
cd c:\dev\go\src\io
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b019\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b019" -p io -std -complete -buildid aoxKvcu1NZ042qoPXDif/aoxKvcu1NZ042qoPXDif -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b019\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\io\\io.go" "c:\\dev\\go\\src\\io\\multi.go" "c:\\dev\\go\\src\\io\\pipe.go"
mkdir -p $WORK\b017\
cat >$WORK\b017\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/race=$WORK\b006\_pkg_.a
packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b016\_pkg_.a
packagefile unicode/utf16=$WORK\b018\_pkg_.a
EOF
mkdir -p $WORK\b030\
cd c:\dev\go\src\syscall
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b017\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b017" -p syscall -std -buildid O-ehIhJBdsbnVX3z-UDR/O-ehIhJBdsbnVX3z-UDR -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b017\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\syscall\\dll_windows.go" "c:\\dev\\go\\src\\syscall\\endian_little.go" "c:\\dev\\go\\src\\syscall\\env_windows.go" "c:\\dev\\go\\src\\syscall\\exec_windows.go" "c:\\dev\\go\\src\\syscall\\msan0.go" "c:\\dev\\go\\src\\syscall\\net.go" "c:\\dev\\go\\src\\syscall\\security_windows.go" "c:\\dev\\go\\src\\syscall\\str.go" "c:\\dev\\go\\src\\syscall\\syscall.go" "c:\\dev\\go\\src\\syscall\\syscall_windows.go" "c:\\dev\\go\\src\\syscall\\syscall_windows_amd64.go" "c:\\dev\\go\\src\\syscall\\types_windows.go" "c:\\dev\\go\\src\\syscall\\types_windows_amd64.go" "c:\\dev\\go\\src\\syscall\\zerrors_windows.go" "c:\\dev\\go\\src\\syscall\\zerrors_windows_amd64.go" "c:\\dev\\go\\src\\syscall\\zsyscall_windows.go" "c:\\dev\\go\\src\\syscall\\zsysnum_windows_amd64.go"
cat >$WORK\b030\importcfg << 'EOF' # internal
# import config
packagefile math=$WORK\b029\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile unicode=$WORK\b026\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\reflect
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b030\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b030" -p reflect -std -buildid Aaa9yqd0bAMn-Oo0T9gA/Aaa9yqd0bAMn-Oo0T9gA -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b030\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build167579806\\b030\\go_asm.h" -c=4 "c:\\dev\\go\\src\\reflect\\deepequal.go" "c:\\dev\\go\\src\\reflect\\makefunc.go" "c:\\dev\\go\\src\\reflect\\swapper.go" "c:\\dev\\go\\src\\reflect\\type.go" "c:\\dev\\go\\src\\reflect\\value.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b019\\_pkg_.a" # internal
mkdir -p $WORK\b025\
cat >$WORK\b025\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/bytealg=$WORK\b012\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile unicode=$WORK\b026\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
mkdir -p $WORK\b034\
cd c:\dev\go\src\bytes
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b025\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b025" -p bytes -std -buildid t2NY81_mdjppV2oeAFm6/t2NY81_mdjppV2oeAFm6 -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b025\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\bytes\\buffer.go" "c:\\dev\\go\\src\\bytes\\bytes.go" "c:\\dev\\go\\src\\bytes\\bytes_decl.go" "c:\\dev\\go\\src\\bytes\\reader.go"
cat >$WORK\b034\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/bytealg=$WORK\b012\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile unicode=$WORK\b026\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\strings
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b034\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b034" -p strings -std -buildid tvm6uLcptzrY3TUtiP-d/tvm6uLcptzrY3TUtiP-d -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b034\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build167579806\\b034\\go_asm.h" -c=4 "c:\\dev\\go\\src\\strings\\builder.go" "c:\\dev\\go\\src\\strings\\compare.go" "c:\\dev\\go\\src\\strings\\reader.go" "c:\\dev\\go\\src\\strings\\replace.go" "c:\\dev\\go\\src\\strings\\search.go" "c:\\dev\\go\\src\\strings\\strings.go" "c:\\dev\\go\\src\\strings\\strings_decl.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b034" -I "C:\\Windows\\TEMP\\go-build167579806\\b034\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b034\\strings.o" "c:\\dev\\go\\src\\strings\\strings.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b025\\_pkg_.a" # internal
mkdir -p $WORK\b039\
cat >$WORK\b039\importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK\b025\_pkg_.a
packagefile errors=$WORK\b004\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\bufio
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b039\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b039" -p bufio -std -complete -buildid LEAcvmymyE7oOyFTxXjU/LEAcvmymyE7oOyFTxXjU -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b039\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\bufio\\bufio.go" "c:\\dev\\go\\src\\bufio\\scan.go"
cd c:\dev\go\src\strings
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build167579806\\b034\\_pkg_.a" "C:\\Windows\\TEMP\\go-build167579806\\b034\\strings.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b034\\_pkg_.a" # internal
mkdir -p $WORK\b047\
cat >$WORK\b047\importcfg << 'EOF' # internal
# import config
packagefile io=$WORK\b019\_pkg_.a
EOF
cd c:\dev\go\src\hash
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b047\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b047" -p hash -std -complete -buildid VoVxzGsf6cC4o9QAqJLe/VoVxzGsf6cC4o9QAqJLe -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b047\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\hash\\hash.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b017\\_pkg_.a" # internal
mkdir -p $WORK\b008\
cat >$WORK\b008\importcfg << 'EOF' # internal
# import config
packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile syscall=$WORK\b017\_pkg_.a
EOF
cd c:\dev\go\src\internal\syscall\windows
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b008\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b008" -p internal/syscall/windows -std -complete -buildid N4tIXHP-Doyxd0mcERio/N4tIXHP-Doyxd0mcERio -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b008\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\syscall\\windows\\mksyscall.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\psapi_windows.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\reparse_windows.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\security_windows.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\symlink_windows.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\syscall_windows.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\zsyscall_windows.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b047\\_pkg_.a" # internal
mkdir -p $WORK\b021\
cat >$WORK\b021\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile syscall=$WORK\b017\_pkg_.a
packagefile unicode/utf16=$WORK\b018\_pkg_.a
EOF
cd c:\dev\go\src\internal\syscall\windows\registry
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b021\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b021" -p internal/syscall/windows/registry -std -complete -buildid N6zczsAhrMBgthjOHG4O/N6zczsAhrMBgthjOHG4O -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b021\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\key.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\mksyscall.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\syscall.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\value.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\zsyscall_windows.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b039\\_pkg_.a" # internal
mkdir -p $WORK\b046\
cat >$WORK\b046\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile hash=$WORK\b047\_pkg_.a
packagefile internal/cpu=$WORK\b013\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
EOF
cd c:\dev\go\src\hash\crc32
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b046\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b046" -p hash/crc32 -std -buildid Vm7Y_SOjbtvrX5fjIt0s/Vm7Y_SOjbtvrX5fjIt0s -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b046\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build167579806\\b046\\go_asm.h" -c=4 "c:\\dev\\go\\src\\hash\\crc32\\crc32.go" "c:\\dev\\go\\src\\hash\\crc32\\crc32_amd64.go" "c:\\dev\\go\\src\\hash\\crc32\\crc32_generic.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b021\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b008\\_pkg_.a" # internal
mkdir -p $WORK\b050\
cat >$WORK\b050\importcfg << 'EOF' # internal
# import config
packagefile io=$WORK\b019\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\text\tabwriter
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b050\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b050" -p text/tabwriter -std -complete -buildid Wu0HXYLWRoVB58sjkCOS/Wu0HXYLWRoVB58sjkCOS -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b050\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\text\\tabwriter\\tabwriter.go"
mkdir -p $WORK\b020\
cat >$WORK\b020\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/syscall/windows/registry=$WORK\b021\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile syscall=$WORK\b017\_pkg_.a
EOF
cd c:\dev\go\src\time
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b020\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b020" -p time -std -buildid Tvd7ZupBDjuDpr63vQIl/Tvd7ZupBDjuDpr63vQIl -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b020\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\time\\format.go" "c:\\dev\\go\\src\\time\\sleep.go" "c:\\dev\\go\\src\\time\\sys_windows.go" "c:\\dev\\go\\src\\time\\tick.go" "c:\\dev\\go\\src\\time\\time.go" "c:\\dev\\go\\src\\time\\zoneinfo.go" "c:\\dev\\go\\src\\time\\zoneinfo_abbrs_windows.go" "c:\\dev\\go\\src\\time\\zoneinfo_read.go" "c:\\dev\\go\\src\\time\\zoneinfo_windows.go"
cd c:\dev\go\src\hash\crc32
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b046" -I "C:\\Windows\\TEMP\\go-build167579806\\b046\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b046\\crc32_amd64.o" "c:\\dev\\go\\src\\hash\\crc32\\crc32_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b050\\_pkg_.a" # internal
cd c:\dev\go\src\reflect
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b030" -I "C:\\Windows\\TEMP\\go-build167579806\\b030\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b030\\asm_amd64.o" "c:\\dev\\go\\src\\reflect\\asm_amd64.s"
cd c:\dev\go\src\hash\crc32
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build167579806\\b046\\_pkg_.a" "C:\\Windows\\TEMP\\go-build167579806\\b046\\crc32_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b046\\_pkg_.a" # internal
cd c:\dev\go\src\reflect
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build167579806\\b030\\_pkg_.a" "C:\\Windows\\TEMP\\go-build167579806\\b030\\asm_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b030\\_pkg_.a" # internal
mkdir -p $WORK\b045\
mkdir -p $WORK\b033\
cat >$WORK\b045\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile math=$WORK\b029\_pkg_.a
packagefile reflect=$WORK\b030\_pkg_.a
EOF
cat >$WORK\b033\importcfg << 'EOF' # internal
# import config
packagefile reflect=$WORK\b030\_pkg_.a
EOF
cd c:\dev\go\src\encoding\binary
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b045\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b045" -p encoding/binary -std -complete -buildid B4BHkDLXjW4ZdAz9-mi5/B4BHkDLXjW4ZdAz9-mi5 -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b045\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\encoding\\binary\\binary.go" "c:\\dev\\go\\src\\encoding\\binary\\varint.go"
cd c:\dev\go\src\sort
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b033\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b033" -p sort -std -complete -buildid DtHBcLoYXAn93bpFOyIu/DtHBcLoYXAn93bpFOyIu -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b033\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\sort\\search.go" "c:\\dev\\go\\src\\sort\\slice.go" "c:\\dev\\go\\src\\sort\\sort.go" "c:\\dev\\go\\src\\sort\\zfuncversion.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b020\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b033\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b045\\_pkg_.a" # internal
mkdir -p $WORK\b041\
cat >$WORK\b041\importcfg << 'EOF' # internal
# import config
packagefile sort=$WORK\b033\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile unicode=$WORK\b026\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\regexp\syntax
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b041\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b041" -p regexp/syntax -std -complete -buildid nyp8A1eJIxF_kmREBpFd/nyp8A1eJIxF_kmREBpFd -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b041\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\regexp\\syntax\\compile.go" "c:\\dev\\go\\src\\regexp\\syntax\\doc.go" "c:\\dev\\go\\src\\regexp\\syntax\\op_string.go" "c:\\dev\\go\\src\\regexp\\syntax\\parse.go" "c:\\dev\\go\\src\\regexp\\syntax\\perl_groups.go" "c:\\dev\\go\\src\\regexp\\syntax\\prog.go" "c:\\dev\\go\\src\\regexp\\syntax\\regexp.go" "c:\\dev\\go\\src\\regexp\\syntax\\simplify.go"
mkdir -p $WORK\b005\
cat >$WORK\b005\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/race=$WORK\b006\_pkg_.a
packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b016\_pkg_.a
packagefile syscall=$WORK\b017\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
packagefile unicode/utf16=$WORK\b018\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\internal\poll
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b005\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b005" -p internal/poll -std -buildid GykzaOqL4Z_jd1cOGp_v/GykzaOqL4Z_jd1cOGp_v -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b005\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\poll\\fd.go" "c:\\dev\\go\\src\\internal\\poll\\fd_mutex.go" "c:\\dev\\go\\src\\internal\\poll\\fd_poll_runtime.go" "c:\\dev\\go\\src\\internal\\poll\\fd_posix.go" "c:\\dev\\go\\src\\internal\\poll\\fd_windows.go" "c:\\dev\\go\\src\\internal\\poll\\hook_windows.go" "c:\\dev\\go\\src\\internal\\poll\\sendfile_windows.go" "c:\\dev\\go\\src\\internal\\poll\\sockopt.go" "c:\\dev\\go\\src\\internal\\poll\\sockopt_windows.go" "c:\\dev\\go\\src\\internal\\poll\\sockoptip.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b005\\_pkg_.a" # internal
mkdir -p $WORK\b003\
cat >$WORK\b003\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/poll=$WORK\b005\_pkg_.a
packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
packagefile internal/testlog=$WORK\b023\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b016\_pkg_.a
packagefile syscall=$WORK\b017\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
packagefile unicode/utf16=$WORK\b018\_pkg_.a
EOF
cd c:\dev\go\src\os
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b003\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b003" -p os -std -buildid 1J_lSfP5IBKKMrtC_STt/1J_lSfP5IBKKMrtC_STt -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b003\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\os\\dir.go" "c:\\dev\\go\\src\\os\\dir_windows.go" "c:\\dev\\go\\src\\os\\env.go" "c:\\dev\\go\\src\\os\\error.go" "c:\\dev\\go\\src\\os\\error_posix.go" "c:\\dev\\go\\src\\os\\error_windows.go" "c:\\dev\\go\\src\\os\\exec.go" "c:\\dev\\go\\src\\os\\exec_posix.go" "c:\\dev\\go\\src\\os\\exec_windows.go" "c:\\dev\\go\\src\\os\\executable.go" "c:\\dev\\go\\src\\os\\executable_windows.go" "c:\\dev\\go\\src\\os\\file.go" "c:\\dev\\go\\src\\os\\file_posix.go" "c:\\dev\\go\\src\\os\\file_windows.go" "c:\\dev\\go\\src\\os\\getwd.go" "c:\\dev\\go\\src\\os\\path.go" "c:\\dev\\go\\src\\os\\path_windows.go" "c:\\dev\\go\\src\\os\\proc.go" "c:\\dev\\go\\src\\os\\stat.go" "c:\\dev\\go\\src\\os\\stat_windows.go" "c:\\dev\\go\\src\\os\\sticky_notbsd.go" "c:\\dev\\go\\src\\os\\str.go" "c:\\dev\\go\\src\\os\\sys.go" "c:\\dev\\go\\src\\os\\sys_windows.go" "c:\\dev\\go\\src\\os\\types.go" "c:\\dev\\go\\src\\os\\types_windows.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b041\\_pkg_.a" # internal
mkdir -p $WORK\b040\
cat >$WORK\b040\importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK\b025\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile regexp/syntax=$WORK\b041\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile unicode=$WORK\b026\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\regexp
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b040\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b040" -p regexp -std -complete -buildid NbkCOMmrmItmEmiD0HM5/NbkCOMmrmItmEmiD0HM5 -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b040\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\regexp\\backtrack.go" "c:\\dev\\go\\src\\regexp\\exec.go" "c:\\dev\\go\\src\\regexp\\onepass.go" "c:\\dev\\go\\src\\regexp\\regexp.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b040\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b003\\_pkg_.a" # internal
mkdir -p $WORK\b035\
cat >$WORK\b035\importcfg << 'EOF' # internal
# import config
packagefile os=$WORK\b003\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
EOF
mkdir -p $WORK\b049\
cd c:\dev\go\src\runtime\debug
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b035\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b035" -p runtime/debug -std -buildid qmB4wQvyaS_GYdT5p0a7/qmB4wQvyaS_GYdT5p0a7 -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b035\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build167579806\\b035\\go_asm.h" -c=4 "c:\\dev\\go\\src\\runtime\\debug\\garbage.go" "c:\\dev\\go\\src\\runtime\\debug\\stack.go" "c:\\dev\\go\\src\\runtime\\debug\\stubs.go"
cat >$WORK\b049\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile syscall=$WORK\b017\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
mkdir -p $WORK\b028\
cd c:\dev\go\src\path\filepath
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b049\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b049" -p path/filepath -std -complete -buildid 66gViJltZVIne-Ybmtjm/66gViJltZVIne-Ybmtjm -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b049\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\path\\filepath\\match.go" "c:\\dev\\go\\src\\path\\filepath\\path.go" "c:\\dev\\go\\src\\path\\filepath\\path_windows.go" "c:\\dev\\go\\src\\path\\filepath\\symlink.go" "c:\\dev\\go\\src\\path\\filepath\\symlink_windows.go"
cat >$WORK\b028\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile math=$WORK\b029\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile reflect=$WORK\b030\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\fmt
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b028\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b028" -p fmt -std -complete -buildid 9KJv7hdWJNd9KI5HeS7O/9KJv7hdWJNd9KI5HeS7O -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b028\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\fmt\\doc.go" "c:\\dev\\go\\src\\fmt\\format.go" "c:\\dev\\go\\src\\fmt\\print.go" "c:\\dev\\go\\src\\fmt\\scan.go"
cd c:\dev\go\src\runtime\debug
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b035" -I "C:\\Windows\\TEMP\\go-build167579806\\b035\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build167579806\\b035\\debug.o" "c:\\dev\\go\\src\\runtime\\debug\\debug.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b049\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build167579806\\b035\\_pkg_.a" "C:\\Windows\\TEMP\\go-build167579806\\b035\\debug.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b035\\_pkg_.a" # internal
mkdir -p $WORK\b048\
cat >$WORK\b048\importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK\b025\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile path/filepath=$WORK\b049\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
EOF
cd c:\dev\go\src\io\ioutil
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b048\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b048" -p io/ioutil -std -complete -buildid R_Ce-L7A4WNQRpqO9Z1B/R_Ce-L7A4WNQRpqO9Z1B -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b048\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\io\\ioutil\\ioutil.go" "c:\\dev\\go\\src\\io\\ioutil\\tempfile.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b028\\_pkg_.a" # internal
mkdir -p $WORK\b037\
cat >$WORK\b037\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile reflect=$WORK\b030\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
EOF
mkdir -p $WORK\b027\
cat >$WORK\b027\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile reflect=$WORK\b030\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
EOF
cd c:\dev\go\src\context
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b037\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b037" -p context -std -complete -buildid yi2AW7qq3f2SZqRDsjKC/yi2AW7qq3f2SZqRDsjKC -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b037\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\context\\context.go"
cd c:\dev\go\src\flag
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b027\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b027" -p flag -std -complete -buildid hIOe_wRlyGTfwcbS6h5Y/hIOe_wRlyGTfwcbS6h5Y -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b027\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\flag\\flag.go"
mkdir -p $WORK\b044\
cat >$WORK\b044\importcfg << 'EOF' # internal
# import config
packagefile bufio=$WORK\b039\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile math=$WORK\b029\_pkg_.a
packagefile math/bits=$WORK\b032\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
EOF
cd c:\dev\go\src\compress\flate
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b044\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b044" -p compress/flate -std -complete -buildid ipn_6t0v2u3H5ctU7Hzw/ipn_6t0v2u3H5ctU7Hzw -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b044\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\compress\\flate\\deflate.go" "c:\\dev\\go\\src\\compress\\flate\\deflatefast.go" "c:\\dev\\go\\src\\compress\\flate\\dict_decoder.go" "c:\\dev\\go\\src\\compress\\flate\\huffman_bit_writer.go" "c:\\dev\\go\\src\\compress\\flate\\huffman_code.go" "c:\\dev\\go\\src\\compress\\flate\\inflate.go" "c:\\dev\\go\\src\\compress\\flate\\token.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b048\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b037\\_pkg_.a" # internal
mkdir -p $WORK\b036\
cat >$WORK\b036\importcfg << 'EOF' # internal
# import config
packagefile context=$WORK\b037\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b016\_pkg_.a
EOF
cd c:\dev\go\src\runtime\trace
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b036\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b036" -p runtime/trace -std -buildid Sd-iqfQxKYaNetyyiokE/Sd-iqfQxKYaNetyyiokE -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b036\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\runtime\\trace\\annotation.go" "c:\\dev\\go\\src\\runtime\\trace\\trace.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b027\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b036\\_pkg_.a" # internal
mkdir -p $WORK\b024\
cat >$WORK\b024\importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK\b025\_pkg_.a
packagefile errors=$WORK\b004\_pkg_.a
packagefile flag=$WORK\b027\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile internal/race=$WORK\b006\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile runtime/debug=$WORK\b035\_pkg_.a
packagefile runtime/trace=$WORK\b036\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b016\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
EOF
cd c:\dev\go\src\testing
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b024\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b024" -p testing -std -complete -buildid VxE-5NoG8aszS9892yrG/VxE-5NoG8aszS9892yrG -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b024\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\testing\\allocs.go" "c:\\dev\\go\\src\\testing\\benchmark.go" "c:\\dev\\go\\src\\testing\\cover.go" "c:\\dev\\go\\src\\testing\\example.go" "c:\\dev\\go\\src\\testing\\match.go" "c:\\dev\\go\\src\\testing\\testing.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b044\\_pkg_.a" # internal
mkdir -p $WORK\b043\
cat >$WORK\b043\importcfg << 'EOF' # internal
# import config
packagefile bufio=$WORK\b039\_pkg_.a
packagefile compress/flate=$WORK\b044\_pkg_.a
packagefile encoding/binary=$WORK\b045\_pkg_.a
packagefile errors=$WORK\b004\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile hash/crc32=$WORK\b046\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
EOF
cd c:\dev\go\src\compress\gzip
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b043\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b043" -p compress/gzip -std -complete -buildid QziUawfCB5yJCO47iW94/QziUawfCB5yJCO47iW94 -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b043\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\compress\\gzip\\gunzip.go" "c:\\dev\\go\\src\\compress\\gzip\\gzip.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b043\\_pkg_.a" # internal
mkdir -p $WORK\b042\
cat >$WORK\b042\importcfg << 'EOF' # internal
# import config
packagefile bufio=$WORK\b039\_pkg_.a
packagefile bytes=$WORK\b025\_pkg_.a
packagefile compress/gzip=$WORK\b043\_pkg_.a
packagefile context=$WORK\b037\_pkg_.a
packagefile encoding/binary=$WORK\b045\_pkg_.a
packagefile errors=$WORK\b004\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile io/ioutil=$WORK\b048\_pkg_.a
packagefile math=$WORK\b029\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile text/tabwriter=$WORK\b050\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
EOF
cd c:\dev\go\src\runtime\pprof
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b042\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b042" -p runtime/pprof -std -buildid w-rJlV8yi5S0xtQYTbnd/w-rJlV8yi5S0xtQYTbnd -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b042\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\runtime\\pprof\\elf.go" "c:\\dev\\go\\src\\runtime\\pprof\\label.go" "c:\\dev\\go\\src\\runtime\\pprof\\map.go" "c:\\dev\\go\\src\\runtime\\pprof\\pprof.go" "c:\\dev\\go\\src\\runtime\\pprof\\proto.go" "c:\\dev\\go\\src\\runtime\\pprof\\protobuf.go" "c:\\dev\\go\\src\\runtime\\pprof\\protomem.go" "c:\\dev\\go\\src\\runtime\\pprof\\runtime.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b024\\_pkg_.a" # internal
mkdir -p $WORK\b051\
cat >$WORK\b051\importcfg << 'EOF' # internal
# import config
packagefile testing=$WORK\b024\_pkg_.a
EOF
cd c:\dev\go\src\cmd\go\testdata
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b051\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b051" -p command-line-arguments -complete -buildid 16MwdrU3XB4M3W4Dd8_g/16MwdrU3XB4M3W4Dd8_g -D _/c_/dev/go/src/cmd/go/testdata -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b051\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\dep_test.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b051\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b042\\_pkg_.a" # internal
mkdir -p $WORK\b038\
cat >$WORK\b038\importcfg << 'EOF' # internal
# import config
packagefile bufio=$WORK\b039\_pkg_.a
packagefile internal/testlog=$WORK\b023\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile regexp=$WORK\b040\_pkg_.a
packagefile runtime/pprof=$WORK\b042\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
EOF
cd c:\dev\go\src\testing\internal\testdeps
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b038\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b038" -p testing/internal/testdeps -std -complete -buildid OzI7G_MRa9-xdT9KmAdy/OzI7G_MRa9-xdT9KmAdy -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b038\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\testing\\internal\\testdeps\\deps.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b038\\_pkg_.a" # internal
cat >$WORK\b001\importcfg << 'EOF' # internal
# import config
packagefile os=$WORK\b003\_pkg_.a
packagefile testing=$WORK\b024\_pkg_.a
packagefile testing/internal/testdeps=$WORK\b038\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile command-line-arguments=$WORK\b051\_pkg_.a
EOF
cd $WORK\b001\
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build167579806\\b001" -p main -complete -buildid reCWoGt44IFX-2ERKAZU/reCWoGt44IFX-2ERKAZU -D "" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b001\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\go-build167579806\\b001\\_testmain.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b001\\_pkg_.a" # internal
cat >$WORK\b001\importcfg.link << 'EOF' # internal
packagefile command-line-arguments.test=$WORK\b001\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile testing=$WORK\b024\_pkg_.a
packagefile testing/internal/testdeps=$WORK\b038\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile command-line-arguments=$WORK\b051\_pkg_.a
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/poll=$WORK\b005\_pkg_.a
packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
packagefile internal/testlog=$WORK\b023\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b016\_pkg_.a
packagefile syscall=$WORK\b017\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
packagefile unicode/utf16=$WORK\b018\_pkg_.a
packagefile bytes=$WORK\b025\_pkg_.a
packagefile flag=$WORK\b027\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile internal/race=$WORK\b006\_pkg_.a
packagefile runtime/debug=$WORK\b035\_pkg_.a
packagefile runtime/trace=$WORK\b036\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile bufio=$WORK\b039\_pkg_.a
packagefile regexp=$WORK\b040\_pkg_.a
packagefile runtime/pprof=$WORK\b042\_pkg_.a
packagefile internal/bytealg=$WORK\b012\_pkg_.a
packagefile internal/cpu=$WORK\b013\_pkg_.a
packagefile runtime/internal/atomic=$WORK\b014\_pkg_.a
packagefile runtime/internal/sys=$WORK\b015\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
packagefile internal/syscall/windows/registry=$WORK\b021\_pkg_.a
packagefile unicode=$WORK\b026\_pkg_.a
packagefile reflect=$WORK\b030\_pkg_.a
packagefile math=$WORK\b029\_pkg_.a
packagefile context=$WORK\b037\_pkg_.a
packagefile math/bits=$WORK\b032\_pkg_.a
packagefile regexp/syntax=$WORK\b041\_pkg_.a
packagefile compress/gzip=$WORK\b043\_pkg_.a
packagefile encoding/binary=$WORK\b045\_pkg_.a
packagefile io/ioutil=$WORK\b048\_pkg_.a
packagefile text/tabwriter=$WORK\b050\_pkg_.a
packagefile compress/flate=$WORK\b044\_pkg_.a
packagefile hash/crc32=$WORK\b046\_pkg_.a
packagefile path/filepath=$WORK\b049\_pkg_.a
packagefile hash=$WORK\b047\_pkg_.a
EOF
cd .
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "C:\\Windows\\TEMP\\go-build167579806\\b001\\deps.test.exe" -importcfg "C:\\Windows\\TEMP\\go-build167579806\\b001\\importcfg.link" -buildmode=exe -buildid=Nfh9g7_qq8ttthJhTPoI/reCWoGt44IFX-2ERKAZU/brdZE_kV7-gykuxRZEmn/Nfh9g7_qq8ttthJhTPoI -extld=gcc "C:\\Windows\\TEMP\\go-build167579806\\b001\\_pkg_.a"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build167579806\\b001\\deps.test.exe" # internal
mkdir -p c:\dev\go\src\cmd\go\
cp $WORK\b001\deps.test.exe c:\dev\go\src\cmd\go\deps.test.exe
rm -r $WORK\b001\
=== RUN TestBuildDashIInstallsDependencies
=== PAUSE TestBuildDashIInstallsDependencies
=== RUN TestGoBuildInTestOnlyDirectoryFailsWithAGoodError
--- PASS: TestGoBuildInTestOnlyDirectoryFailsWithAGoodError (0.13s)
go_test.go:3101: running testgo [build ./testdata/testonly]
go_test.go:3101: standard error:
go_test.go:3101: go build _/c_/dev/go/src/cmd/go/testdata/testonly: no non-test Go files in c:\dev\go\src\cmd\go\testdata\testonly
go_test.go:3101: testgo failed as expected: exit status 1
=== RUN TestGoTestDetectsTestOnlyImportCycles
--- PASS: TestGoTestDetectsTestOnlyImportCycles (0.09s)
go_test.go:3109: running testgo [test -c testcycle/p3]
go_test.go:3109: standard error:
go_test.go:3109: # testcycle/p3
import cycle not allowed in test
package testcycle/p3 (test)
imports testcycle/p1
imports testcycle/p2
imports testcycle/p3
FAIL testcycle/p3 [setup failed]
go_test.go:3109: testgo failed as expected: exit status 1
go_test.go:3112: running testgo [test -c testcycle/q1]
go_test.go:3112: standard error:
go_test.go:3112: # testcycle/q1
import cycle not allowed in test
package testcycle/q1 (test)
imports testcycle/q1
FAIL testcycle/q1 [setup failed]
go_test.go:3112: testgo failed as expected: exit status 1
=== RUN TestGoTestFooTestWorks
--- PASS: TestGoTestFooTestWorks (0.52s)
go_test.go:3119: running testgo [test testdata/standalone_test.go]
go_test.go:3119: standard output:
go_test.go:3119: ok command-line-arguments 0.035s
=== RUN TestGoTestMainWithWrongSignature
--- PASS: TestGoTestMainWithWrongSignature (0.12s)
go_test.go:3126: running testgo [test testdata/standalone_main_wrong_test.go]
go_test.go:3126: standard error:
go_test.go:3126: # command-line-arguments
c:\dev\go\src\cmd\go\testdata\standalone_main_wrong_test.go:9:1: wrong signature for TestMain, must be: func TestMain(m *testing.M)
FAIL command-line-arguments [setup failed]
go_test.go:3126: testgo failed as expected: exit status 1
=== RUN TestGoTestMainAsNormalTest
--- PASS: TestGoTestMainAsNormalTest (0.50s)
go_test.go:3133: running testgo [test testdata/standalone_main_normal_test.go]
go_test.go:3133: standard output:
go_test.go:3133: ok command-line-arguments 0.024s
=== RUN TestGoTestMainTwice
--- PASS: TestGoTestMainTwice (1.25s)
go_test.go:3143: running testgo [test -v multimain]
go_test.go:3143: standard output:
go_test.go:3143: === RUN Test
--- PASS: Test (0.00s)
multimain_test.go:15: notwithstanding
PASS
=== RUN Test
--- PASS: Test (0.00s)
multimain_test.go:15: notwithstanding
PASS
ok multimain 0.025s
=== RUN TestGoTestFlagsAfterPackage
--- PASS: TestGoTestFlagsAfterPackage (1.44s)
go_test.go:3153: running testgo [test testdata/flag_test.go -v -args -v=7]
go_test.go:3153: standard output:
go_test.go:3153: === RUN TestVFlagIsSet
--- PASS: TestVFlagIsSet (0.00s)
PASS
ok command-line-arguments 0.061s
go_test.go:3154: running testgo [test -v testdata/flag_test.go -args -v=7]
go_test.go:3154: standard output:
go_test.go:3154: === RUN TestVFlagIsSet
--- PASS: TestVFlagIsSet (0.00s)
PASS
ok command-line-arguments 0.023s
=== RUN TestGoTestXtestonlyWorks
--- PASS: TestGoTestXtestonlyWorks (1.43s)
go_test.go:3161: running testgo [clean -i xtestonly]
go_test.go:3162: running testgo [test xtestonly]
go_test.go:3162: standard output:
go_test.go:3162: ok xtestonly 0.253s
=== RUN TestGoTestBuildsAnXtestContainingOnlyNonRunnableExamples
--- PASS: TestGoTestBuildsAnXtestContainingOnlyNonRunnableExamples (0.76s)
go_test.go:3168: running testgo [test -v ./testdata/norunexample]
go_test.go:3168: standard output:
go_test.go:3168: File with non-runnable example was built.
=== RUN TestBuilt
A normal test was executed.
--- PASS: TestBuilt (0.00s)
PASS
ok _/c_/dev/go/src/cmd/go/testdata/norunexample 0.028s
=== RUN TestGoGenerateHandlesSimpleCommand
--- SKIP: TestGoGenerateHandlesSimpleCommand (0.00s)
go_test.go:3174: skipping because windows has no echo command
=== RUN TestGoGenerateHandlesCommandAlias
--- SKIP: TestGoGenerateHandlesCommandAlias (0.00s)
go_test.go:3185: skipping because windows has no echo command
=== RUN TestGoGenerateVariableSubstitution
--- SKIP: TestGoGenerateVariableSubstitution (0.00s)
go_test.go:3196: skipping because windows has no echo command
=== RUN TestGoGenerateRunFlag
--- SKIP: TestGoGenerateRunFlag (0.00s)
go_test.go:3207: skipping because windows has no echo command
=== RUN TestGoGenerateEnv
--- SKIP: TestGoGenerateEnv (0.00s)
go_test.go:3220: skipping because windows does not have the env command
=== RUN TestGoGenerateXTestPkgName
--- SKIP: TestGoGenerateXTestPkgName (0.00s)
go_test.go:3234: skipping because windows has no echo command
=== RUN TestGoGenerateBadImports
--- SKIP: TestGoGenerateBadImports (0.00s)
go_test.go:3250: skipping because windows has no echo command
=== RUN TestGoGetCustomDomainWildcard
--- PASS: TestGoGetCustomDomainWildcard (7.37s)
go_test.go:3269: running testgo [get -u rsc.io/pdf/...]
=== RUN TestGoGetInternalWildcard
--- PASS: TestGoGetInternalWildcard (2.02s)
go_test.go:3281: running testgo [get github.com/rsc/go-get-issue-11960/...]
=== RUN TestGoVetWithExternalTests
--- PASS: TestGoVetWithExternalTests (0.27s)
go_test.go:3289: running testgo [vet vetpkg]
go_test.go:3289: standard error:
go_test.go:3289: # vetpkg
testdata\src\vetpkg\b.go:6: Printf format %d reads arg #1, but call has 0 args
go_test.go:3289: testgo failed as expected: exit status 2
=== RUN TestGoVetWithTags
--- PASS: TestGoVetWithTags (0.26s)
go_test.go:3298: running testgo [vet -tags tagtest vetpkg]
go_test.go:3298: standard error:
go_test.go:3298: # vetpkg
testdata\src\vetpkg\b.go:6: Printf format %d reads arg #1, but call has 0 args
testdata\src\vetpkg\c.go:8: Printf call needs 1 arg but has 2 args
go_test.go:3298: testgo failed as expected: exit status 2
=== RUN TestGoVetWithFlagsOn
--- PASS: TestGoVetWithFlagsOn (0.27s)
go_test.go:3307: running testgo [vet -printf vetpkg]
go_test.go:3307: standard error:
go_test.go:3307: # vetpkg
testdata\src\vetpkg\b.go:6: Printf format %d reads arg #1, but call has 0 args
go_test.go:3307: testgo failed as expected: exit status 2
=== RUN TestGoVetWithFlagsOff
--- PASS: TestGoVetWithFlagsOff (0.30s)
go_test.go:3316: running testgo [vet -printf=false vetpkg]
=== RUN TestGoVetWithOnlyTestFiles
=== PAUSE TestGoVetWithOnlyTestFiles
=== RUN TestVetWithOnlyCgoFiles
=== PAUSE TestVetWithOnlyCgoFiles
=== RUN TestGoGetDotSlashDownload
--- PASS: TestGoGetDotSlashDownload (7.03s)
go_test.go:3352: running testgo [get ./pprof_mac_fix]
=== RUN TestGoGetHTTPS404
--- SKIP: TestGoGetHTTPS404 (0.00s)
go_test.go:3361: test case does not work on windows
=== RUN TestImportMain
=== PAUSE TestImportMain
=== RUN TestImportLocal
=== PAUSE TestImportLocal
=== RUN TestGoGetInsecure
--- PASS: TestGoGetInsecure (13.22s)
go_test.go:3626: running testgo [get -d insecure.go-get-issue-15410.appspot.com/pkg/p]
go_test.go:3626: standard error:
go_test.go:3626: package insecure.go-get-issue-15410.appspot.com/pkg/p: unrecognized import path "insecure.go-get-issue-15410.appspot.com/pkg/p" (https fetch: Get https://insecure.go-get-issue-15410.appspot.com/pkg/p?go-get=1: x509: certificate is valid for *.appspot-preview.com, *.appspot.com, *.thinkwithgoogle.com, *.withgoogle.com, *.withyoutube.com, appspot-preview.com, appspot.com, thinkwithgoogle.com, withgoogle.com, withyoutube.com, not insecure.go-get-issue-15410.appspot.com)
go_test.go:3626: testgo failed as expected: exit status 1
go_test.go:3629: running testgo [get -d -insecure insecure.go-get-issue-15410.appspot.com/pkg/p]
go_test.go:3632: running testgo [get -d -u -f insecure.go-get-issue-15410.appspot.com/pkg/p]
go_test.go:3632: standard error:
go_test.go:3632: package insecure.go-get-issue-15410.appspot.com/pkg/p: cannot download, http://insecure.go-get-issue-15410.appspot.com/ uses insecure protocol
go_test.go:3632: testgo failed as expected: exit status 1
=== RUN TestGoGetUpdateInsecure
--- PASS: TestGoGetUpdateInsecure (4.07s)
go_test.go:3655: running testgo [get -d -u -f github.com/golang/example/hello]
go_test.go:3655: standard error:
go_test.go:3655: package github.com/golang/example/hello: cannot download, http://github.com/golang/example uses insecure protocol
go_test.go:3655: testgo failed as expected: exit status 1
go_test.go:3656: running testgo [get -d -u -f -insecure github.com/golang/example/hello]
=== RUN TestGoGetInsecureCustomDomain
--- PASS: TestGoGetInsecureCustomDomain (12.07s)
go_test.go:3668: running testgo [get -d insecure.go-get-issue-15410.appspot.com/pkg/p]
go_test.go:3668: standard error:
go_test.go:3668: package insecure.go-get-issue-15410.appspot.com/pkg/p: unrecognized import path "insecure.go-get-issue-15410.appspot.com/pkg/p" (https fetch: Get https://insecure.go-get-issue-15410.appspot.com/pkg/p?go-get=1: x509: certificate is valid for *.appspot-preview.com, *.appspot.com, *.thinkwithgoogle.com, *.withgoogle.com, *.withyoutube.com, appspot-preview.com, appspot.com, thinkwithgoogle.com, withgoogle.com, withyoutube.com, not insecure.go-get-issue-15410.appspot.com)
go_test.go:3668: testgo failed as expected: exit status 1
go_test.go:3669: running testgo [get -d -insecure insecure.go-get-issue-15410.appspot.com/pkg/p]
=== RUN TestGoRunDirs
--- PASS: TestGoRunDirs (0.07s)
go_test.go:3676: running testgo [run x.go sub/sub.go]
go_test.go:3676: standard error:
go_test.go:3676: named files must all be in one directory; have ./ and sub/
go_test.go:3676: testgo failed as expected: exit status 1
go_test.go:3678: running testgo [run sub/sub.go x.go]
go_test.go:3678: standard error:
go_test.go:3678: named files must all be in one directory; have sub/ and ./
go_test.go:3678: testgo failed as expected: exit status 1
=== RUN TestGoInstallPkgdir
=== PAUSE TestGoInstallPkgdir
=== RUN TestGoTestRaceInstallCgo
--- PASS: TestGoTestRaceInstallCgo (5.13s)
go_test.go:3707: running testgo [tool -n cgo]
go_test.go:3707: standard output:
go_test.go:3707: c:\dev\go\pkg\tool\windows_amd64\cgo.exe
go_test.go:3711: running testgo [test -race -i runtime/race]
=== RUN TestGoTestRaceFailures
=== PAUSE TestGoTestRaceFailures
=== RUN TestGoTestImportErrorStack
--- PASS: TestGoTestImportErrorStack (0.04s)
go_test.go:3750: running testgo [test testdep/p1]
go_test.go:3750: standard error:
go_test.go:3750: # testdep/p1
package testdep/p1 (test)
imports testdep/p2
imports testdep/p3: build constraints exclude all Go files in c:\dev\go\src\cmd\go\testdata\src\testdep\p3
FAIL testdep/p1 [setup failed]
go_test.go:3750: testgo failed as expected: exit status 1
=== RUN TestGoGetUpdate
--- PASS: TestGoGetUpdate (11.42s)
go_test.go:3769: running testgo [get github.com/rsc/go-get-issue-9224-cmd]
go_test.go:3779: running testgo [get -u github.com/rsc/go-get-issue-9224-cmd]
go_test.go:3769: running testgo [get github.com/rsc/go-get-issue-9224-cmd]
go_test.go:3783: running testgo [get -d -u github.com/rsc/go-get-issue-9224-cmd]
=== RUN TestGoGetRace
--- PASS: TestGoGetRace (5.40s)
go_test.go:3797: running testgo [get -race github.com/rsc/go-get-issue-9224-cmd]
=== RUN TestGoGetDomainRoot
--- PASS: TestGoGetDomainRoot (11.38s)
go_test.go:3815: running testgo [get -d go-get-issue-9357.appspot.com]
go_test.go:3816: running testgo [get go-get-issue-9357.appspot.com]
go_test.go:3817: running testgo [get -u go-get-issue-9357.appspot.com]
go_test.go:3820: running testgo [get go-get-issue-9357.appspot.com]
go_test.go:3823: running testgo [get -u go-get-issue-9357.appspot.com]
=== RUN TestGoInstallShadowedGOPATH
--- PASS: TestGoInstallShadowedGOPATH (0.07s)
go_test.go:3842: running testgo [install]
go_test.go:3842: standard error:
go_test.go:3842: go install: no install location for C:\Windows\TEMP\gotest456046479\gopath2\src\test: hidden by C:\Windows\TEMP\gotest456046479\gopath1\src\test
go_test.go:3842: testgo failed as expected: exit status 1
=== RUN TestGoBuildGOPATHOrder
--- PASS: TestGoBuildGOPATHOrder (0.09s)
go_test.go:3869: running testgo [install -x bar]
go_test.go:3869: standard error:
go_test.go:3869: WORK=C:\Windows\TEMP\go-build874135158
mkdir -p $WORK\b002\
mkdir -p $WORK\b003\
cat >$WORK\b002\importcfg << 'EOF' # internal
# import config
EOF
cat >$WORK\b003\importcfg << 'EOF' # internal
# import config
EOF
cd C:\Windows\TEMP\gotest504032674\p2\src\baz
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build874135158\\b002\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build874135158\\b002" -p baz -complete -buildid tfNChc95qbMFt2t-_A1b/tfNChc95qbMFt2t-_A1b -D "" -importcfg "C:\\Windows\\TEMP\\go-build874135158\\b002\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\gotest504032674\\p2\\src\\baz\\baz.go"
cd C:\Windows\TEMP\gotest504032674\p1\src\foo
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build874135158\\b003\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build874135158\\b003" -p foo -complete -buildid aC2qVjtOPheObtAtt_3Y/aC2qVjtOPheObtAtt_3Y -D "" -importcfg "C:\\Windows\\TEMP\\go-build874135158\\b003\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\gotest504032674\\p1\\src\\foo\\foo.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build874135158\\b002\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build874135158\\b003\\_pkg_.a" # internal
mkdir -p $WORK\b001\
cat >$WORK\b001\importcfg << 'EOF' # internal
# import config
packagefile baz=$WORK\b002\_pkg_.a
packagefile foo=$WORK\b003\_pkg_.a
EOF
cd C:\Windows\TEMP\gotest504032674\p1\src\bar
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build874135158\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build874135158\\b001" -p bar -complete -buildid 4j4LAbvSbN6_soHKMTgN/4j4LAbvSbN6_soHKMTgN -D "" -importcfg "C:\\Windows\\TEMP\\go-build874135158\\b001\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\gotest504032674\\p1\\src\\bar\\bar.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build874135158\\b001\\_pkg_.a" # internal
mkdir -p C:\Windows\TEMP\gotest504032674\p1\pkg\windows_amd64\
cp $WORK\b001\_pkg_.a C:\Windows\TEMP\gotest504032674\p1\pkg\windows_amd64\bar.a
rm -r $WORK\b001\
=== RUN TestGoBuildGOPATHOrderBroken
--- SKIP: TestGoBuildGOPATHOrderBroken (0.00s)
go_test.go:3875: golang.org/issue/14271
=== RUN TestIssue11709
--- PASS: TestIssue11709 (0.30s)
go_test.go:3911: running testgo [run C:\Windows\TEMP\gotest757994649\run.go]
=== RUN TestIssue12096
--- PASS: TestIssue12096 (0.48s)
go_test.go:3926: running testgo [test C:\Windows\TEMP\gotest874223396\test_test.go]
go_test.go:3926: standard output:
go_test.go:3926: ok command-line-arguments 0.022s
=== RUN TestGoBuildOutput
--- PASS: TestGoBuildOutput (2.02s)
go_test.go:3943: running testgo [build x.go]
go_test.go:3948: running testgo [build -o myprog x.go]
go_test.go:3955: running testgo [build p.go]
go_test.go:3961: running testgo [build -o p.a p.go]
go_test.go:3964: running testgo [build cmd/gofmt]
go_test.go:3969: running testgo [build -o mygofmt cmd/gofmt]
go_test.go:3975: running testgo [build sync/atomic]
go_test.go:3979: running testgo [build -o myatomic.a sync/atomic]
go_test.go:3985: running testgo [build -o whatever cmd/gofmt sync/atomic]
go_test.go:3985: standard error:
go_test.go:3985: go build: cannot use -o with multiple packages
go_test.go:3985: testgo failed as expected: exit status 1
=== RUN TestGoBuildARM
--- PASS: TestGoBuildARM (1.63s)
go_test.go:4005: running testgo [build hello.go]
=== RUN TestParallelTest
=== PAUSE TestParallelTest
=== RUN TestCgoConsistentResults
=== PAUSE TestCgoConsistentResults
=== RUN TestGoGetUpdateAllDoesNotTryToLoadDuplicates
--- PASS: TestGoGetUpdateAllDoesNotTryToLoadDuplicates (7.44s)
go_test.go:4072: running testgo [get -u .../]
=== RUN TestIssue17119
=== PAUSE TestIssue17119
=== RUN TestFatalInBenchmarkCauseNonZeroExitStatus
--- PASS: TestFatalInBenchmarkCauseNonZeroExitStatus (5.35s)
go_test.go:4092: running testgo [test -run ^$ -bench . ./testdata/src/benchfatal]
go_test.go:4092: standard output:
go_test.go:4092: --- FAIL: BenchmarkThatCallsFatal
x_test.go:6: called by benchmark
FAIL
exit status 1
FAIL _/c_/dev/go/src/cmd/go/testdata/src/benchfatal 0.030s
go_test.go:4092: testgo failed as expected: exit status 1
=== RUN TestBinaryOnlyPackages
=== PAUSE TestBinaryOnlyPackages
=== RUN TestAlwaysLinkSysoFiles
=== PAUSE TestAlwaysLinkSysoFiles
=== RUN TestGenerateUsesBuildContext
--- SKIP: TestGenerateUsesBuildContext (0.00s)
go_test.go:4207: this test won't run under Windows
=== RUN TestGoGetUpdateWithWildcard
=== PAUSE TestGoGetUpdateWithWildcard
=== RUN TestGoEnv
=== PAUSE TestGoEnv
=== RUN TestMatchesNoTests
--- PASS: TestMatchesNoTests (3.95s)
go_test.go:4291: running testgo [test -run ThisWillNotMatch testdata/standalone_test.go]
go_test.go:4291: standard output:
go_test.go:4291: ok command-line-arguments 0.028s [no tests to run]
=== RUN TestMatchesNoTestsDoesNotOverrideBuildFailure
=== PAUSE TestMatchesNoTestsDoesNotOverrideBuildFailure
=== RUN TestMatchesNoBenchmarksIsOK
--- PASS: TestMatchesNoBenchmarksIsOK (3.98s)
go_test.go:4309: running testgo [test -run ^$ -bench ThisWillNotMatch testdata/standalone_benchmark_test.go]
go_test.go:4309: standard output:
go_test.go:4309: PASS
ok command-line-arguments 0.025s
=== RUN TestMatchesOnlyExampleIsOK
--- PASS: TestMatchesOnlyExampleIsOK (3.97s)
go_test.go:4318: running testgo [test -run Example testdata/example1_test.go]
go_test.go:4318: standard output:
go_test.go:4318: ok command-line-arguments 0.028s
=== RUN TestMatchesOnlyBenchmarkIsOK
--- PASS: TestMatchesOnlyBenchmarkIsOK (3.94s)
go_test.go:4327: running testgo [test -run ^$ -bench . testdata/standalone_benchmark_test.go]
go_test.go:4327: standard output:
go_test.go:4327: goos: windows
goarch: amd64
Benchmark-4 2000000000 0.00 ns/op
PASS
ok command-line-arguments 0.024s
=== RUN TestBenchmarkLabels
--- PASS: TestBenchmarkLabels (4.04s)
go_test.go:4337: running testgo [test -run ^$ -bench . bench]
go_test.go:4337: standard output:
go_test.go:4337: goos: windows
goarch: amd64
pkg: bench
Benchmark-4 2000000000 0.00 ns/op
PASS
ok bench 0.023s
=== RUN TestBenchmarkLabelsOutsideGOPATH
--- PASS: TestBenchmarkLabelsOutsideGOPATH (4.03s)
go_test.go:4348: running testgo [test -run ^$ -bench . testdata/standalone_benchmark_test.go]
go_test.go:4348: standard output:
go_test.go:4348: goos: windows
goarch: amd64
Benchmark-4 2000000000 0.00 ns/op
PASS
ok command-line-arguments 0.025s
=== RUN TestMatchesOnlyTestIsOK
--- PASS: TestMatchesOnlyTestIsOK (4.14s)
go_test.go:4358: running testgo [test -run Test testdata/standalone_test.go]
go_test.go:4358: standard output:
go_test.go:4358: ok command-line-arguments 0.028s
=== RUN TestMatchesNoTestsWithSubtests
--- PASS: TestMatchesNoTestsWithSubtests (4.07s)
go_test.go:4366: running testgo [test -run ThisWillNotMatch testdata/standalone_sub_test.go]
go_test.go:4366: standard output:
go_test.go:4366: ok command-line-arguments 0.026s [no tests to run]
=== RUN TestMatchesNoSubtestsMatch
--- PASS: TestMatchesNoSubtestsMatch (3.99s)
go_test.go:4373: running testgo [test -run Test/ThisWillNotMatch testdata/standalone_sub_test.go]
go_test.go:4373: standard output:
go_test.go:4373: ok command-line-arguments 0.026s [no tests to run]
=== RUN TestMatchesNoSubtestsDoesNotOverrideFailure
--- PASS: TestMatchesNoSubtestsDoesNotOverrideFailure (4.04s)
go_test.go:4380: running testgo [test -run TestThatFails/ThisWillNotMatch testdata/standalone_fail_sub_test.go]
go_test.go:4380: standard output:
go_test.go:4380: --- FAIL: TestThatFails (0.00s)
testing: warning: no tests to run
FAIL
FAIL command-line-arguments 0.027s
go_test.go:4380: testgo failed as expected: exit status 1
=== RUN TestMatchesOnlySubtestIsOK
--- PASS: TestMatchesOnlySubtestIsOK (3.93s)
go_test.go:4388: running testgo [test -run Test/Sub testdata/standalone_sub_test.go]
go_test.go:4388: standard output:
go_test.go:4388: ok command-line-arguments 0.026s
=== RUN TestMatchesNoSubtestsParallel
--- PASS: TestMatchesNoSubtestsParallel (3.93s)
go_test.go:4396: running testgo [test -run Test/Sub/ThisWillNotMatch testdata/standalone_parallel_sub_test.go]
go_test.go:4396: standard output:
go_test.go:4396: ok command-line-arguments 0.024s [no tests to run]
=== RUN TestMatchesOnlySubtestParallelIsOK
--- PASS: TestMatchesOnlySubtestParallelIsOK (3.98s)
go_test.go:4403: running testgo [test -run Test/Sub/Nested testdata/standalone_parallel_sub_test.go]
go_test.go:4403: standard output:
go_test.go:4403: ok command-line-arguments 0.025s
=== RUN TestBenchTimeout
--- PASS: TestBenchTimeout (5.27s)
go_test.go:4413: running testgo [test -bench . -timeout 750ms testdata/timeoutbench_test.go]
go_test.go:4413: standard output:
go_test.go:4413: goos: windows
goarch: amd64
BenchmarkSleep1s-4 1 1000057200 ns/op
PASS
ok command-line-arguments 1.031s
=== RUN TestWriteProfilesOnTimeout
--- PASS: TestWriteProfilesOnTimeout (4.36s)
go_test.go:4427: running testgo [test -cpuprofile C:\Windows\TEMP\gotest195105944\profiling\cpu.pprof -memprofile C:\Windows\TEMP\gotest195105944\profiling\mem.pprof -timeout 1ms]
go_test.go:4427: standard output:
go_test.go:4427: panic: test timed out after 1ms
goroutine 21 [running]:
testing.(*M).startAlarm.func1()
c:/dev/go/src/testing/testing.go:1258 +0x104
created by time.goFunc
c:/dev/go/src/time/sleep.go:172 +0x4b
goroutine 1 [chan receive]:
testing.(*T).Run(0xc0001d00f0, 0x53eb58, 0x9, 0x548290, 0x46fa3d)
c:/dev/go/src/testing/testing.go:841 +0x2f3
testing.runTests.func1(0xc0001d0000)
c:/dev/go/src/testing/testing.go:1081 +0x6b
testing.tRunner(0xc0001d0000, 0xc00006fe08)
c:/dev/go/src/testing/testing.go:795 +0xc6
testing.runTests(0xc000044440, 0x5ea230, 0x1, 0x1, 0x40aee9)
c:/dev/go/src/testing/testing.go:1079 +0x2a9
testing.(*M).Run(0xc000080080, 0x0)
c:/dev/go/src/testing/testing.go:996 +0x16c
main.main()
_testmain.go:42 +0x144
goroutine 20 [sleep]:
time.Sleep(0x3b9aca00)
c:/dev/go/src/runtime/time.go:102 +0x156
_/C_/Windows/TEMP/gotest195105944/profiling_test.TestSleep(0xc0001d00f0)
C:/Windows/TEMP/gotest195105944/profiling/timeouttest_test.go:6 +0x31
testing.tRunner(0xc0001d00f0, 0x548290)
c:/dev/go/src/testing/testing.go:795 +0xc6
created by testing.(*T).Run
c:/dev/go/src/testing/testing.go:840 +0x2cc
exit status 2
FAIL _/C_/Windows/TEMP/gotest195105944/profiling 0.263s
go_test.go:4427: testgo failed as expected: exit status 1
=== RUN TestLinkXImportPathEscape
=== PAUSE TestLinkXImportPathEscape
=== RUN TestLdBindNow
=== PAUSE TestLdBindNow
=== RUN TestConcurrentAsm
=== PAUSE TestConcurrentAsm
=== RUN TestDotDotDotOutsideGOPATH
--- PASS: TestDotDotDotOutsideGOPATH (4.85s)
go_test.go:4495: running testgo [build ./...]
go_test.go:4496: running testgo [test ./...]
go_test.go:4496: standard output:
go_test.go:4496: ok _/C_/Windows/TEMP/gotest747222295/pkgs 0.029s
ok _/C_/Windows/TEMP/gotest747222295/pkgs/a 0.024s
go_test.go:4497: running testgo [list ./...]
go_test.go:4497: standard output:
go_test.go:4497: _/C_/Windows/TEMP/gotest747222295/pkgs
_/C_/Windows/TEMP/gotest747222295/pkgs/a
=== RUN TestFFLAGS
=== PAUSE TestFFLAGS
=== RUN TestDuplicateGlobalAsmSymbols
=== PAUSE TestDuplicateGlobalAsmSymbols
=== RUN TestBuildTagsNoComma
--- PASS: TestBuildTagsNoComma (0.71s)
go_test.go:4578: running testgo [build -tags tag1 tag2 math]
go_test.go:4579: running testgo [build -tags tag1,tag2 math]
go_test.go:4579: standard error:
go_test.go:4579: cmd/go: -tags space-separated list contains comma
go_test.go:4579: testgo failed as expected: exit status 2
=== RUN TestExecutableGOROOT
=== RUN TestExecutableGOROOT/RelocatedExe
=== RUN TestExecutableGOROOT/RelocatedTree
=== RUN TestExecutableGOROOT/SymlinkedExe
=== RUN TestExecutableGOROOT/RuntimeGoroot
--- PASS: TestExecutableGOROOT (2.05s)
--- PASS: TestExecutableGOROOT/RelocatedExe (0.13s)
go_test.go:4634: go env GOROOT: C:\dev\go
--- PASS: TestExecutableGOROOT/RelocatedTree (0.04s)
go_test.go:4634: go env GOROOT: C:\Windows\Temp\gotest454049121\new
--- PASS: TestExecutableGOROOT/SymlinkedExe (0.04s)
go_test.go:4634: go env GOROOT: C:\Windows\Temp\gotest454049121\new
--- PASS: TestExecutableGOROOT/RuntimeGoroot (1.80s)
go_test.go:4704: go run testdata/print_goroot.go: C:\Windows\Temp\gotest454049121\new
=== RUN TestNeedVersion
=== PAUSE TestNeedVersion
=== RUN TestUserOverrideFlags
--- SKIP: TestUserOverrideFlags (0.00s)
go_test.go:4728: skipping on windows because test only works if c-archive implies -shared
=== RUN TestCgoFlagContainsSpace
--- PASS: TestCgoFlagContainsSpace (3.93s)
go_test.go:4765: running testgo [run -x main.go]
go_test.go:4765: standard error:
go_test.go:4765: WORK=C:\Windows\TEMP\go-build927814398
mkdir -p $WORK\b007\
cat >$WORK\b007\importcfg << 'EOF' # internal
# import config
EOF
mkdir -p $WORK\b005\
cd c:\dev\go\src\internal\syscall\windows\sysdll
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build927814398\\b007\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b007" -p internal/syscall/windows/sysdll -std -complete -buildid IcnjHoq9HMPrJVphEw44/IcnjHoq9HMPrJVphEw44 -D "" -importcfg "C:\\Windows\\TEMP\\go-build927814398\\b007\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\syscall\\windows\\sysdll\\sysdll.go"
cat >$WORK\b005\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\errors
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build927814398\\b005\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b005" -p errors -std -complete -buildid 9HXxeTUJ-ko12K8YlRj0/9HXxeTUJ-ko12K8YlRj0 -D "" -importcfg "C:\\Windows\\TEMP\\go-build927814398\\b005\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\errors\\errors.go"
mkdir -p $WORK\b006\
cat >$WORK\b006\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\internal\race
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build927814398\\b006\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b006" -p internal/race -std -complete -buildid krUfZdbNKPF_oKhNUcQT/krUfZdbNKPF_oKhNUcQT -D "" -importcfg "C:\\Windows\\TEMP\\go-build927814398\\b006\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\race\\doc.go" "c:\\dev\\go\\src\\internal\\race\\norace.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build927814398\\b007\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build927814398\\b005\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build927814398\\b006\\_pkg_.a" # internal
mkdir -p $WORK\b013\
cat >$WORK\b013\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\runtime\internal\sys
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build927814398\\b013\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b013" -p runtime/internal/sys -std -+ -complete -buildid 5pops-_WTBLWwJVtiuuV/5pops-_WTBLWwJVtiuuV -D "" -importcfg "C:\\Windows\\TEMP\\go-build927814398\\b013\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\runtime\\internal\\sys\\arch.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\arch_amd64.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\intrinsics.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\stubs.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\sys.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zgoarch_amd64.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zgoos_windows.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zversion.go"
mkdir -p $WORK\b002\
cd c:\dev\go\src\runtime\cgo
CGO_LDFLAGS='"-g" "-O2"' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -objdir "C:\\Windows\\TEMP\\go-build927814398\\b002\\" -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false -- -I "C:\\Windows\\TEMP\\go-build927814398\\b002\\" -g -O2 -Wall -Werror "c:\\dev\\go\\src\\runtime\\cgo\\cgo.go"
mkdir -p $WORK\b011\
cat >$WORK\b011\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\internal\cpu
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build927814398\\b011\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b011" -p internal/cpu -std -+ -buildid IC8pmwbuTjjkndPIMk2q/IC8pmwbuTjjkndPIMk2q -D "" -importcfg "C:\\Windows\\TEMP\\go-build927814398\\b011\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build927814398\\b011\\go_asm.h" -c=4 "c:\\dev\\go\\src\\internal\\cpu\\cpu.go" "c:\\dev\\go\\src\\internal\\cpu\\cpu_x86.go"
mkdir -p $WORK\b012\
cat >$WORK\b012\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\runtime\internal\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build927814398\\b012\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b012" -p runtime/internal/atomic -std -+ -buildid NNqrdzn7M8U9aVBPZj2P/NNqrdzn7M8U9aVBPZj2P -D "" -importcfg "C:\\Windows\\TEMP\\go-build927814398\\b012\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build927814398\\b012\\go_asm.h" -c=4 "c:\\dev\\go\\src\\runtime\\internal\\atomic\\atomic_amd64x.go" "c:\\dev\\go\\src\\runtime\\internal\\atomic\\stubs.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build927814398\\b013\\_pkg_.a" # internal
mkdir -p $WORK\b014\
cat >$WORK\b014\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\sync\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build927814398\\b014\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b014" -p sync/atomic -std -buildid FByw9xRVXOXFBIBxF5Rb/FByw9xRVXOXFBIBxF5Rb -D "" -importcfg "C:\\Windows\\TEMP\\go-build927814398\\b014\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build927814398\\b014\\go_asm.h" -c=4 "c:\\dev\\go\\src\\sync\\atomic\\doc.go" "c:\\dev\\go\\src\\sync\\atomic\\value.go"
cd c:\dev\go\src\internal\cpu
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b011" -I "C:\\Windows\\TEMP\\go-build927814398\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build927814398\\b011\\cpu_x86.o" "c:\\dev\\go\\src\\internal\\cpu\\cpu_x86.s"
cd c:\dev\go\src\runtime\internal\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b012" -I "C:\\Windows\\TEMP\\go-build927814398\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build927814398\\b012\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\internal\\atomic\\asm_amd64.s"
cd $WORK
gcc -fno-caret-diagnostics -c -x c - || true
cd c:\dev\go\src\sync\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b014" -I "C:\\Windows\\TEMP\\go-build927814398\\b014\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build927814398\\b014\\asm.o" "c:\\dev\\go\\src\\sync\\atomic\\asm.s"
cd c:\dev\go\src\internal\cpu
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build927814398\\b011\\_pkg_.a" "C:\\Windows\\TEMP\\go-build927814398\\b011\\cpu_x86.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build927814398\\b011\\_pkg_.a" # internal
cd c:\dev\go\src\runtime\internal\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build927814398\\b012\\_pkg_.a" "C:\\Windows\\TEMP\\go-build927814398\\b012\\asm_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build927814398\\b012\\_pkg_.a" # internal
cd c:\dev\go\src\sync\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build927814398\\b014\\_pkg_.a" "C:\\Windows\\TEMP\\go-build927814398\\b014\\asm.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build927814398\\b014\\_pkg_.a" # internal
cd $WORK
gcc -Qunused-arguments -c -x c - || true
gcc -fdebug-prefix-map=a=b -c -x c - || true
gcc -gno-record-gcc-switches -c -x c - || true
cd $WORK\b002
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build927814398\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build927814398\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build927814398\\b002\\_x001.o" -c _cgo_export.c
mkdir -p $WORK\b010\
mkdir -p $WORK\b015\
cat >$WORK\b010\importcfg << 'EOF' # internal
# import config
packagefile internal/cpu=$WORK\b011\_pkg_.a
EOF
cat >$WORK\b015\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\internal\bytealg
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build927814398\\b010\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b010" -p internal/bytealg -std -+ -buildid AQgL6uuXwIYCFB7JFS-6/AQgL6uuXwIYCFB7JFS-6 -D "" -importcfg "C:\\Windows\\TEMP\\go-build927814398\\b010\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build927814398\\b010\\go_asm.h" -c=4 "c:\\dev\\go\\src\\internal\\bytealg\\bytealg.go" "c:\\dev\\go\\src\\internal\\bytealg\\compare_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\count_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\equal_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\index_amd64.go" "c:\\dev\\go\\src\\internal\\bytealg\\index_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\indexbyte_native.go"
cd c:\dev\go\src\unicode\utf16
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build927814398\\b015\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b015" -p unicode/utf16 -std -complete -buildid 5f-yqOBaNumCyW57eMW3/5f-yqOBaNumCyW57eMW3 -D "" -importcfg "C:\\Windows\\TEMP\\go-build927814398\\b015\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\utf16\\utf16.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build927814398\\b015\\_pkg_.a" # internal
cd c:\dev\go\src\internal\bytealg
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b010" -I "C:\\Windows\\TEMP\\go-build927814398\\b010\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build927814398\\b010\\compare_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\compare_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b010" -I "C:\\Windows\\TEMP\\go-build927814398\\b010\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build927814398\\b010\\count_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\count_amd64.s"
cd $WORK\b002
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build927814398\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build927814398\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build927814398\\b002\\_x002.o" -c cgo.cgo2.c
cd c:\dev\go\src\internal\bytealg
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b010" -I "C:\\Windows\\TEMP\\go-build927814398\\b010\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build927814398\\b010\\equal_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\equal_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b010" -I "C:\\Windows\\TEMP\\go-build927814398\\b010\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build927814398\\b010\\index_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\index_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b010" -I "C:\\Windows\\TEMP\\go-build927814398\\b010\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build927814398\\b010\\indexbyte_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\indexbyte_amd64.s"
cd c:\dev\go\src\runtime\cgo
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build927814398\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build927814398\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build927814398\\b002\\_x003.o" -c gcc_context.c
cd c:\dev\go\src\internal\bytealg
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build927814398\\b010\\_pkg_.a" "C:\\Windows\\TEMP\\go-build927814398\\b010\\compare_amd64.o" "C:\\Windows\\TEMP\\go-build927814398\\b010\\count_amd64.o" "C:\\Windows\\TEMP\\go-build927814398\\b010\\equal_amd64.o" "C:\\Windows\\TEMP\\go-build927814398\\b010\\index_amd64.o" "C:\\Windows\\TEMP\\go-build927814398\\b010\\indexbyte_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build927814398\\b010\\_pkg_.a" # internal
mkdir -p $WORK\b009\
cat >$WORK\b009\importcfg << 'EOF' # internal
# import config
packagefile internal/bytealg=$WORK\b010\_pkg_.a
packagefile internal/cpu=$WORK\b011\_pkg_.a
packagefile runtime/internal/atomic=$WORK\b012\_pkg_.a
packagefile runtime/internal/sys=$WORK\b013\_pkg_.a
EOF
cd c:\dev\go\src\runtime
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build927814398\\b009\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b009" -p runtime -std -+ -buildid 0h7CG8GeVbunPVWd6pPD/0h7CG8GeVbunPVWd6pPD -D "" -importcfg "C:\\Windows\\TEMP\\go-build927814398\\b009\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build927814398\\b009\\go_asm.h" -c=4 "c:\\dev\\go\\src\\runtime\\alg.go" "c:\\dev\\go\\src\\runtime\\atomic_pointer.go" "c:\\dev\\go\\src\\runtime\\auxv_none.go" "c:\\dev\\go\\src\\runtime\\cgo.go" "c:\\dev\\go\\src\\runtime\\cgocall.go" "c:\\dev\\go\\src\\runtime\\cgocallback.go" "c:\\dev\\go\\src\\runtime\\cgocheck.go" "c:\\dev\\go\\src\\runtime\\chan.go" "c:\\dev\\go\\src\\runtime\\compiler.go" "c:\\dev\\go\\src\\runtime\\complex.go" "c:\\dev\\go\\src\\runtime\\cpuflags_amd64.go" "c:\\dev\\go\\src\\runtime\\cpuprof.go" "c:\\dev\\go\\src\\runtime\\cputicks.go" "c:\\dev\\go\\src\\runtime\\debug.go" "c:\\dev\\go\\src\\runtime\\defs_windows_amd64.go" "c:\\dev\\go\\src\\runtime\\env_posix.go" "c:\\dev\\go\\src\\runtime\\error.go" "c:\\dev\\go\\src\\runtime\\extern.go" "c:\\dev\\go\\src\\runtime\\fastlog2.go" "c:\\dev\\go\\src\\runtime\\fastlog2table.go" "c:\\dev\\go\\src\\runtime\\float.go" "c:\\dev\\go\\src\\runtime\\hash64.go" "c:\\dev\\go\\src\\runtime\\heapdump.go" "c:\\dev\\go\\src\\runtime\\iface.go" "c:\\dev\\go\\src\\runtime\\lfstack.go" "c:\\dev\\go\\src\\runtime\\lfstack_64bit.go" "c:\\dev\\go\\src\\runtime\\lock_sema.go" "c:\\dev\\go\\src\\runtime\\malloc.go" "c:\\dev\\go\\src\\runtime\\map.go" "c:\\dev\\go\\src\\runtime\\map_fast32.go" "c:\\dev\\go\\src\\runtime\\map_fast64.go" "c:\\dev\\go\\src\\runtime\\map_faststr.go" "c:\\dev\\go\\src\\runtime\\mbarrier.go" "c:\\dev\\go\\src\\runtime\\mbitmap.go" "c:\\dev\\go\\src\\runtime\\mcache.go" "c:\\dev\\go\\src\\runtime\\mcentral.go" "c:\\dev\\go\\src\\runtime\\mem_windows.go" "c:\\dev\\go\\src\\runtime\\mfinal.go" "c:\\dev\\go\\src\\runtime\\mfixalloc.go" "c:\\dev\\go\\src\\runtime\\mgc.go" "c:\\dev\\go\\src\\runtime\\mgclarge.go" "c:\\dev\\go\\src\\runtime\\mgcmark.go" "c:\\dev\\go\\src\\runtime\\mgcsweep.go" "c:\\dev\\go\\src\\runtime\\mgcsweepbuf.go" "c:\\dev\\go\\src\\runtime\\mgcwork.go" "c:\\dev\\go\\src\\runtime\\mheap.go" "c:\\dev\\go\\src\\runtime\\mprof.go" "c:\\dev\\go\\src\\runtime\\msan0.go" "c:\\dev\\go\\src\\runtime\\msize.go" "c:\\dev\\go\\src\\runtime\\mstats.go" "c:\\dev\\go\\src\\runtime\\mwbbuf.go" "c:\\dev\\go\\src\\runtime\\netpoll.go" "c:\\dev\\go\\src\\runtime\\netpoll_windows.go" "c:\\dev\\go\\src\\runtime\\os_windows.go" "c:\\dev\\go\\src\\runtime\\panic.go" "c:\\dev\\go\\src\\runtime\\plugin.go" "c:\\dev\\go\\src\\runtime\\print.go" "c:\\dev\\go\\src\\runtime\\proc.go" "c:\\dev\\go\\src\\runtime\\profbuf.go" "c:\\dev\\go\\src\\runtime\\proflabel.go" "c:\\dev\\go\\src\\runtime\\race0.go" "c:\\dev\\go\\src\\runtime\\rdebug.go" "c:\\dev\\go\\src\\runtime\\runtime.go" "c:\\dev\\go\\src\\runtime\\runtime1.go" "c:\\dev\\go\\src\\runtime\\runtime2.go" "c:\\dev\\go\\src\\runtime\\rwmutex.go" "c:\\dev\\go\\src\\runtime\\select.go" "c:\\dev\\go\\src\\runtime\\sema.go" "c:\\dev\\go\\src\\runtime\\signal_windows.go" "c:\\dev\\go\\src\\runtime\\sigqueue.go" "c:\\dev\\go\\src\\runtime\\sizeclasses.go" "c:\\dev\\go\\src\\runtime\\slice.go" "c:\\dev\\go\\src\\runtime\\softfloat64.go" "c:\\dev\\go\\src\\runtime\\stack.go" "c:\\dev\\go\\src\\runtime\\string.go" "c:\\dev\\go\\src\\runtime\\stubs.go" "c:\\dev\\go\\src\\runtime\\stubs_nonlinux.go" "c:\\dev\\go\\src\\runtime\\symtab.go" "c:\\dev\\go\\src\\runtime\\sys_nonppc64x.go" "c:\\dev\\go\\src\\runtime\\sys_x86.go" "c:\\dev\\go\\src\\runtime\\syscall_windows.go" "c:\\dev\\go\\src\\runtime\\time.go" "c:\\dev\\go\\src\\runtime\\timeasm.go" "c:\\dev\\go\\src\\runtime\\trace.go" "c:\\dev\\go\\src\\runtime\\traceback.go" "c:\\dev\\go\\src\\runtime\\type.go" "c:\\dev\\go\\src\\runtime\\typekind.go" "c:\\dev\\go\\src\\runtime\\unaligned1.go" "c:\\dev\\go\\src\\runtime\\utf8.go" "c:\\dev\\go\\src\\runtime\\vdso_in_none.go" "c:\\dev\\go\\src\\runtime\\write_err.go" "c:\\dev\\go\\src\\runtime\\zcallback_windows.go"
cd c:\dev\go\src\runtime\cgo
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build927814398\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build927814398\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build927814398\\b002\\_x004.o" -c gcc_libinit_windows.c
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build927814398\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build927814398\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build927814398\\b002\\_x005.o" -c gcc_util.c
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build927814398\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build927814398\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build927814398\\b002\\_x006.o" -c gcc_windows_amd64.c
cd c:\dev\go\src\runtime
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b009" -I "C:\\Windows\\TEMP\\go-build927814398\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build927814398\\b009\\asm.o" "c:\\dev\\go\\src\\runtime\\asm.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b009" -I "C:\\Windows\\TEMP\\go-build927814398\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build927814398\\b009\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\asm_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b009" -I "C:\\Windows\\TEMP\\go-build927814398\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build927814398\\b009\\duff_amd64.o" "c:\\dev\\go\\src\\runtime\\duff_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b009" -I "C:\\Windows\\TEMP\\go-build927814398\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build927814398\\b009\\memclr_amd64.o" "c:\\dev\\go\\src\\runtime\\memclr_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b009" -I "C:\\Windows\\TEMP\\go-build927814398\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build927814398\\b009\\memmove_amd64.o" "c:\\dev\\go\\src\\runtime\\memmove_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b009" -I "C:\\Windows\\TEMP\\go-build927814398\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build927814398\\b009\\rt0_windows_amd64.o" "c:\\dev\\go\\src\\runtime\\rt0_windows_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b009" -I "C:\\Windows\\TEMP\\go-build927814398\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build927814398\\b009\\sys_windows_amd64.o" "c:\\dev\\go\\src\\runtime\\sys_windows_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b009" -I "C:\\Windows\\TEMP\\go-build927814398\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build927814398\\b009\\zcallback_windows.o" "c:\\dev\\go\\src\\runtime\\zcallback_windows.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build927814398\\b009\\_pkg_.a" "C:\\Windows\\TEMP\\go-build927814398\\b009\\asm.o" "C:\\Windows\\TEMP\\go-build927814398\\b009\\asm_amd64.o" "C:\\Windows\\TEMP\\go-build927814398\\b009\\duff_amd64.o" "C:\\Windows\\TEMP\\go-build927814398\\b009\\memclr_amd64.o" "C:\\Windows\\TEMP\\go-build927814398\\b009\\memmove_amd64.o" "C:\\Windows\\TEMP\\go-build927814398\\b009\\rt0_windows_amd64.o" "C:\\Windows\\TEMP\\go-build927814398\\b009\\sys_windows_amd64.o" "C:\\Windows\\TEMP\\go-build927814398\\b009\\zcallback_windows.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build927814398\\b009\\_pkg_.a" # internal
mkdir -p $WORK\b008\
cat >$WORK\b008\importcfg << 'EOF' # internal
# import config
packagefile internal/race=$WORK\b006\_pkg_.a
packagefile runtime=$WORK\b009\_pkg_.a
packagefile sync/atomic=$WORK\b014\_pkg_.a
EOF
cd c:\dev\go\src\sync
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build927814398\\b008\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b008" -p sync -std -buildid KLuMdit0BBNTAMwnNo2Y/KLuMdit0BBNTAMwnNo2Y -D "" -importcfg "C:\\Windows\\TEMP\\go-build927814398\\b008\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\sync\\cond.go" "c:\\dev\\go\\src\\sync\\map.go" "c:\\dev\\go\\src\\sync\\mutex.go" "c:\\dev\\go\\src\\sync\\once.go" "c:\\dev\\go\\src\\sync\\pool.go" "c:\\dev\\go\\src\\sync\\runtime.go" "c:\\dev\\go\\src\\sync\\rwmutex.go" "c:\\dev\\go\\src\\sync\\waitgroup.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build927814398\\b008\\_pkg_.a" # internal
mkdir -p $WORK\b004\
cat >$WORK\b004\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b005\_pkg_.a
packagefile internal/race=$WORK\b006\_pkg_.a
packagefile internal/syscall/windows/sysdll=$WORK\b007\_pkg_.a
packagefile sync=$WORK\b008\_pkg_.a
packagefile sync/atomic=$WORK\b014\_pkg_.a
packagefile unicode/utf16=$WORK\b015\_pkg_.a
EOF
cd c:\dev\go\src\syscall
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build927814398\\b004\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b004" -p syscall -std -buildid sKQCZlAwW_xW5-DJ6fXw/sKQCZlAwW_xW5-DJ6fXw -D "" -importcfg "C:\\Windows\\TEMP\\go-build927814398\\b004\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\syscall\\dll_windows.go" "c:\\dev\\go\\src\\syscall\\endian_little.go" "c:\\dev\\go\\src\\syscall\\env_windows.go" "c:\\dev\\go\\src\\syscall\\exec_windows.go" "c:\\dev\\go\\src\\syscall\\msan0.go" "c:\\dev\\go\\src\\syscall\\net.go" "c:\\dev\\go\\src\\syscall\\security_windows.go" "c:\\dev\\go\\src\\syscall\\str.go" "c:\\dev\\go\\src\\syscall\\syscall.go" "c:\\dev\\go\\src\\syscall\\syscall_windows.go" "c:\\dev\\go\\src\\syscall\\syscall_windows_amd64.go" "c:\\dev\\go\\src\\syscall\\types_windows.go" "c:\\dev\\go\\src\\syscall\\types_windows_amd64.go" "c:\\dev\\go\\src\\syscall\\zerrors_windows.go" "c:\\dev\\go\\src\\syscall\\zerrors_windows_amd64.go" "c:\\dev\\go\\src\\syscall\\zsyscall_windows.go" "c:\\dev\\go\\src\\syscall\\zsysnum_windows_amd64.go"
cd c:\dev\go\src\runtime\cgo
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build927814398\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build927814398\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build927814398\\b002\\_x007.o" -c gcc_amd64.S
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build927814398\\b004\\_pkg_.a" # internal
cd $WORK\b002
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build927814398\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build927814398\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build927814398\\b002\\_cgo_main.o" -c _cgo_main.c
cd c:\dev\go\src\runtime\cgo
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build927814398\\b002=/tmp/go-build" -gno-record-gcc-switches -o "C:\\Windows\\TEMP\\go-build927814398\\b002\\_cgo_.o" "C:\\Windows\\TEMP\\go-build927814398\\b002\\_cgo_main.o" "C:\\Windows\\TEMP\\go-build927814398\\b002\\_x001.o" "C:\\Windows\\TEMP\\go-build927814398\\b002\\_x002.o" "C:\\Windows\\TEMP\\go-build927814398\\b002\\_x003.o" "C:\\Windows\\TEMP\\go-build927814398\\b002\\_x004.o" "C:\\Windows\\TEMP\\go-build927814398\\b002\\_x005.o" "C:\\Windows\\TEMP\\go-build927814398\\b002\\_x006.o" "C:\\Windows\\TEMP\\go-build927814398\\b002\\_x007.o" -g -O2
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -dynpackage cgo -dynimport "C:\\Windows\\TEMP\\go-build927814398\\b002\\_cgo_.o" -dynout "C:\\Windows\\TEMP\\go-build927814398\\b002\\_cgo_import.go" -dynlinker
cat >$WORK\b002\importcfg << 'EOF' # internal
# import config
EOF
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build927814398\\b002\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b002" -p runtime/cgo -std -buildid Y0V_wAGmEqSe1rKcAOPn/Y0V_wAGmEqSe1rKcAOPn -D "" -importcfg "C:\\Windows\\TEMP\\go-build927814398\\b002\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build927814398\\b002\\go_asm.h" -c=4 "c:\\dev\\go\\src\\runtime\\cgo\\callbacks.go" "c:\\dev\\go\\src\\runtime\\cgo\\iscgo.go" "C:\\Windows\\TEMP\\go-build927814398\\b002\\_cgo_gotypes.go" "C:\\Windows\\TEMP\\go-build927814398\\b002\\cgo.cgo1.go" "C:\\Windows\\TEMP\\go-build927814398\\b002\\_cgo_import.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b002" -I "C:\\Windows\\TEMP\\go-build927814398\\b002\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build927814398\\b002\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\cgo\\asm_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build927814398\\b002\\_pkg_.a" "C:\\Windows\\TEMP\\go-build927814398\\b002\\asm_amd64.o" "C:\\Windows\\TEMP\\go-build927814398\\b002\\_x001.o" "C:\\Windows\\TEMP\\go-build927814398\\b002\\_x002.o" "C:\\Windows\\TEMP\\go-build927814398\\b002\\_x003.o" "C:\\Windows\\TEMP\\go-build927814398\\b002\\_x004.o" "C:\\Windows\\TEMP\\go-build927814398\\b002\\_x005.o" "C:\\Windows\\TEMP\\go-build927814398\\b002\\_x006.o" "C:\\Windows\\TEMP\\go-build927814398\\b002\\_x007.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build927814398\\b002\\_pkg_.a" # internal
mkdir -p $WORK\b001\
cd C:\Windows\TEMP\gotest156394828
CGO_LDFLAGS='"-g" "-O2" "-LC:\\Windows\\TEMP\\gotest156394828\\ld flags"' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -objdir "C:\\Windows\\TEMP\\go-build927814398\\b001\\" -importpath command-line-arguments -- -I "C:\\Windows\\TEMP\\go-build927814398\\b001\\" -g -O2 "-IC:\\Windows\\TEMP\\gotest156394828\\c flags" "C:\\Windows\\TEMP\\gotest156394828\\main.go"
cd $WORK\b001
gcc -I "C:\\Windows\\TEMP\\gotest156394828" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build927814398\\b001=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build927814398\\b001\\" -g -O2 "-IC:\\Windows\\TEMP\\gotest156394828\\c flags" -o "C:\\Windows\\TEMP\\go-build927814398\\b001\\_x001.o" -c _cgo_export.c
gcc -I "C:\\Windows\\TEMP\\gotest156394828" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build927814398\\b001=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build927814398\\b001\\" -g -O2 "-IC:\\Windows\\TEMP\\gotest156394828\\c flags" -o "C:\\Windows\\TEMP\\go-build927814398\\b001\\_x002.o" -c main.cgo2.c
gcc -I "C:\\Windows\\TEMP\\gotest156394828" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build927814398\\b001=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build927814398\\b001\\" -g -O2 "-IC:\\Windows\\TEMP\\gotest156394828\\c flags" -o "C:\\Windows\\TEMP\\go-build927814398\\b001\\_cgo_main.o" -c _cgo_main.c
cd C:\Windows\TEMP\gotest156394828
gcc -I "C:\\Windows\\TEMP\\gotest156394828" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build927814398\\b001=/tmp/go-build" -gno-record-gcc-switches -o "C:\\Windows\\TEMP\\go-build927814398\\b001\\_cgo_.o" "C:\\Windows\\TEMP\\go-build927814398\\b001\\_cgo_main.o" "C:\\Windows\\TEMP\\go-build927814398\\b001\\_x001.o" "C:\\Windows\\TEMP\\go-build927814398\\b001\\_x002.o" -g -O2 "-LC:\\Windows\\TEMP\\gotest156394828\\ld flags"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -dynpackage main -dynimport "C:\\Windows\\TEMP\\go-build927814398\\b001\\_cgo_.o" -dynout "C:\\Windows\\TEMP\\go-build927814398\\b001\\_cgo_import.go"
cat >$WORK\b001\importcfg << 'EOF' # internal
# import config
packagefile runtime/cgo=$WORK\b002\_pkg_.a
packagefile syscall=$WORK\b004\_pkg_.a
packagefile runtime=$WORK\b009\_pkg_.a
EOF
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build927814398\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build927814398\\b001" -p main -buildid 4afCyCK6uuZ1rUjNnH8b/4afCyCK6uuZ1rUjNnH8b -dwarf=false -D _/C_/Windows/TEMP/gotest156394828 -importcfg "C:\\Windows\\TEMP\\go-build927814398\\b001\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\go-build927814398\\b001\\_cgo_gotypes.go" "C:\\Windows\\TEMP\\go-build927814398\\b001\\main.cgo1.go" "C:\\Windows\\TEMP\\go-build927814398\\b001\\_cgo_import.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build927814398\\b001\\_pkg_.a" "C:\\Windows\\TEMP\\go-build927814398\\b001\\_x001.o" "C:\\Windows\\TEMP\\go-build927814398\\b001\\_x002.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build927814398\\b001\\_pkg_.a" # internal
cat >$WORK\b001\importcfg.link << 'EOF' # internal
packagefile command-line-arguments=$WORK\b001\_pkg_.a
packagefile runtime/cgo=$WORK\b002\_pkg_.a
packagefile syscall=$WORK\b004\_pkg_.a
packagefile runtime=$WORK\b009\_pkg_.a
packagefile errors=$WORK\b005\_pkg_.a
packagefile internal/race=$WORK\b006\_pkg_.a
packagefile internal/syscall/windows/sysdll=$WORK\b007\_pkg_.a
packagefile sync=$WORK\b008\_pkg_.a
packagefile sync/atomic=$WORK\b014\_pkg_.a
packagefile unicode/utf16=$WORK\b015\_pkg_.a
packagefile internal/bytealg=$WORK\b010\_pkg_.a
packagefile internal/cpu=$WORK\b011\_pkg_.a
packagefile runtime/internal/atomic=$WORK\b012\_pkg_.a
packagefile runtime/internal/sys=$WORK\b013\_pkg_.a
EOF
mkdir -p $WORK\b001\exe\
cd .
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "C:\\Windows\\TEMP\\go-build927814398\\b001\\exe\\main.exe" -importcfg "C:\\Windows\\TEMP\\go-build927814398\\b001\\importcfg.link" -s -w -buildmode=exe -buildid=t_fYBx4vk5w4jeMBhg6d/4afCyCK6uuZ1rUjNnH8b/y8YBs8xjXGPK8pReY5mI/t_fYBx4vk5w4jeMBhg6d -extld=gcc "C:\\Windows\\TEMP\\go-build927814398\\b001\\_pkg_.a"
$WORK\b001\exe\main.exe
=== RUN TestGoTestRaceCoverModeFailures
=== PAUSE TestGoTestRaceCoverModeFailures
=== RUN TestBuildIDContainsArchModeEnv
=== RUN TestBuildIDContainsArchModeEnv/386
=== RUN TestBuildIDContainsArchModeEnv/arm
--- FAIL: TestBuildIDContainsArchModeEnv (3.52s)
--- FAIL: TestBuildIDContainsArchModeEnv/386 (1.71s)
go_test.go:4809: running testgo [install mycmd]
go_test.go:4811: running testgo [list -f {{.Stale}}:{{.StaleReason}} mycmd]
go_test.go:4811: standard output:
go_test.go:4811: true:stale dependency: internal/cpu
go_test.go:4811: wrong reason for Stale=true: "stale dependency: internal/cpu", want "stale dependency: runtime/internal/sys"
--- FAIL: TestBuildIDContainsArchModeEnv/arm (1.81s)
go_test.go:4809: running testgo [install mycmd]
go_test.go:4811: running testgo [list -f {{.Stale}}:{{.StaleReason}} mycmd]
go_test.go:4811: standard output:
go_test.go:4811: true:stale dependency: internal/cpu
go_test.go:4811: wrong reason for Stale=true: "stale dependency: internal/cpu", want "stale dependency: runtime/internal/sys"
=== RUN TestTestRegexps
--- PASS: TestTestRegexps (5.30s)
go_test.go:4834: running testgo [test -cpu=1 -run=X/Y -bench=X/Y -count=2 -v testregexp]
go_test.go:4834: standard output:
go_test.go:4834: === RUN TestX
=== RUN TestX/Y
--- PASS: TestX (0.00s)
x_test.go:6: LOG: X running
--- PASS: TestX/Y (0.00s)
x_test.go:8: LOG: Y running
=== RUN TestXX
--- PASS: TestXX (0.00s)
z_test.go:10: LOG: XX running
=== RUN TestX
=== RUN TestX/Y
--- PASS: TestX (0.00s)
x_test.go:6: LOG: X running
--- PASS: TestX/Y (0.00s)
x_test.go:8: LOG: Y running
=== RUN TestXX
--- PASS: TestXX (0.00s)
z_test.go:10: LOG: XX running
goos: windows
goarch: amd64
pkg: testregexp
BenchmarkX/Y 2000000000 0.00 ns/op
--- BENCH: BenchmarkX/Y
x_test.go:15: LOG: Y running N=1
x_test.go:15: LOG: Y running N=100
x_test.go:15: LOG: Y running N=10000
x_test.go:15: LOG: Y running N=1000000
x_test.go:15: LOG: Y running N=100000000
x_test.go:15: LOG: Y running N=2000000000
BenchmarkX/Y 2000000000 0.00 ns/op
--- BENCH: BenchmarkX/Y
x_test.go:15: LOG: Y running N=1
x_test.go:15: LOG: Y running N=100
x_test.go:15: LOG: Y running N=10000
x_test.go:15: LOG: Y running N=1000000
x_test.go:15: LOG: Y running N=100000000
x_test.go:15: LOG: Y running N=2000000000
--- BENCH: BenchmarkX
x_test.go:13: LOG: X running N=1
--- BENCH: BenchmarkXX
z_test.go:18: LOG: XX running N=1
PASS
ok testregexp 0.025s
=== RUN TestListTests
=== RUN TestListTests/Test
=== RUN TestListTests/Bench
=== RUN TestListTests/Example1
=== RUN TestListTests/Example2
--- PASS: TestListTests (17.61s)
--- PASS: TestListTests/Test (4.91s)
go_test.go:4895: running testgo [test ./testdata/src/testlist/... -list=Test]
go_test.go:4895: standard output:
go_test.go:4895: TestSimple
ok _/c_/dev/go/src/cmd/go/testdata/src/testlist 0.024s
--- PASS: TestListTests/Bench (4.29s)
go_test.go:4895: running testgo [test ./testdata/src/testlist/... -list=Benchmark]
go_test.go:4895: standard output:
go_test.go:4895: BenchmarkSimplefunc
ok _/c_/dev/go/src/cmd/go/testdata/src/testlist 0.026s
--- PASS: TestListTests/Example1 (4.36s)
go_test.go:4895: running testgo [test ./testdata/src/testlist/... -list=Example]
go_test.go:4895: standard output:
go_test.go:4895: ExampleSimple
ExampleWithEmptyOutput
ok _/c_/dev/go/src/cmd/go/testdata/src/testlist 0.023s
--- PASS: TestListTests/Example2 (4.04s)
go_test.go:4895: running testgo [test ./testdata/src/testlist/... -list=Example]
go_test.go:4895: standard output:
go_test.go:4895: ExampleSimple
ExampleWithEmptyOutput
ok _/c_/dev/go/src/cmd/go/testdata/src/testlist 0.022s
=== RUN TestBuildmodePIE
--- SKIP: TestBuildmodePIE (0.00s)
go_test.go:4921: skipping test because buildmode=pie is not supported on windows/amd64
=== RUN TestExecBuildX
--- SKIP: TestExecBuildX (0.00s)
go_test.go:4975: skipping because unix shell is not supported on windows
=== RUN TestParallelNumber
=== RUN TestParallelNumber/-1
=== RUN TestParallelNumber/0
--- PASS: TestParallelNumber (8.91s)
--- PASS: TestParallelNumber/-1 (4.60s)
go_test.go:5027: running testgo [test -parallel -1 testdata/standalone_parallel_sub_test.go]
go_test.go:5027: standard output:
go_test.go:5027: testing: -parallel can only be given a positive integer
Usage of C:\Windows\TEMP\go-build030767378\b001\standalone_parallel_sub.test.exe:
-test.bench regexp
run only benchmarks matching regexp
-test.benchmem
print memory allocations for benchmarks
-test.benchtime d
run each benchmark for duration d (default 1s)
-test.blockprofile file
write a goroutine blocking profile to file
-test.blockprofilerate rate
set blocking profile rate (see runtime.SetBlockProfileRate) (default 1)
-test.count n
run tests and benchmarks n times (default 1)
-test.coverprofile file
write a coverage profile to file
-test.cpu list
comma-separated list of cpu counts to run each test with
-test.cpuprofile file
write a cpu profile to file
-test.failfast
do not start new tests after the first test failure
-test.list regexp
list tests, examples, and benchmarks matching regexp then exit
-test.memprofile file
write an allocation profile to file
-test.memprofilerate rate
set memory allocation profiling rate (see runtime.MemProfileRate)
-test.mutexprofile string
write a mutex contention profile to the named file after execution
-test.mutexprofilefraction int
if >= 0, calls runtime.SetMutexProfileFraction() (default 1)
-test.outputdir dir
write profiles to dir
-test.parallel n
run at most n tests in parallel (default 4)
-test.run regexp
run only tests and examples matching regexp
-test.short
run smaller test suite to save time
-test.testlogfile file
write test action log to file (for use only by cmd/go)
-test.timeout d
panic test binary after duration d (default 0, timeout disabled)
-test.trace file
write an execution trace to file
-test.v
verbose: print additional output
FAIL command-line-arguments 0.024s
go_test.go:5027: testgo failed as expected: exit status 1
--- PASS: TestParallelNumber/0 (4.31s)
go_test.go:5027: running testgo [test -parallel 0 testdata/standalone_parallel_sub_test.go]
go_test.go:5027: standard output:
go_test.go:5027: testing: -parallel can only be given a positive integer
Usage of C:\Windows\TEMP\go-build611425010\b001\standalone_parallel_sub.test.exe:
-test.bench regexp
run only benchmarks matching regexp
-test.benchmem
print memory allocations for benchmarks
-test.benchtime d
run each benchmark for duration d (default 1s)
-test.blockprofile file
write a goroutine blocking profile to file
-test.blockprofilerate rate
set blocking profile rate (see runtime.SetBlockProfileRate) (default 1)
-test.count n
run tests and benchmarks n times (default 1)
-test.coverprofile file
write a coverage profile to file
-test.cpu list
comma-separated list of cpu counts to run each test with
-test.cpuprofile file
write a cpu profile to file
-test.failfast
do not start new tests after the first test failure
-test.list regexp
list tests, examples, and benchmarks matching regexp then exit
-test.memprofile file
write an allocation profile to file
-test.memprofilerate rate
set memory allocation profiling rate (see runtime.MemProfileRate)
-test.mutexprofile string
write a mutex contention profile to the named file after execution
-test.mutexprofilefraction int
if >= 0, calls runtime.SetMutexProfileFraction() (default 1)
-test.outputdir dir
write profiles to dir
-test.parallel n
run at most n tests in parallel (default 4)
-test.run regexp
run only tests and examples matching regexp
-test.short
run smaller test suite to save time
-test.testlogfile file
write test action log to file (for use only by cmd/go)
-test.timeout d
panic test binary after duration d (default 0, timeout disabled)
-test.trace file
write an execution trace to file
-test.v
verbose: print additional output
FAIL command-line-arguments 0.027s
go_test.go:5027: testgo failed as expected: exit status 1
=== RUN TestWrongGOOSErrorBeforeLoadError
--- PASS: TestWrongGOOSErrorBeforeLoadError (0.04s)
go_test.go:5038: running testgo [build exclude]
go_test.go:5038: standard error:
go_test.go:5038: cmd/go: unsupported GOOS/GOARCH pair windwos/amd64
go_test.go:5038: testgo failed as expected: exit status 2
=== RUN TestUpxCompression
--- SKIP: TestUpxCompression (0.00s)
go_test.go:5045: skipping upx test on windows/amd64
=== RUN TestGOTMPDIR
=== PAUSE TestGOTMPDIR
=== RUN TestBuildCache
=== PAUSE TestBuildCache
=== RUN TestCacheOutput
=== PAUSE TestCacheOutput
=== RUN TestCacheListStale
=== PAUSE TestCacheListStale
=== RUN TestCacheCoverage
=== PAUSE TestCacheCoverage
=== RUN TestIssue22588
=== PAUSE TestIssue22588
=== RUN TestIssue22531
=== PAUSE TestIssue22531
=== RUN TestIssue22596
=== PAUSE TestIssue22596
=== RUN TestTestCache
=== PAUSE TestTestCache
=== RUN TestTestCacheInputs
=== PAUSE TestTestCacheInputs
=== RUN TestNoCache
--- SKIP: TestNoCache (0.00s)
go_test.go:5510: no unwritable directories on windows
=== RUN TestTestVet
=== PAUSE TestTestVet
=== RUN TestTestVetRebuild
=== PAUSE TestTestVetRebuild
=== RUN TestInstallDeps
=== PAUSE TestInstallDeps
=== RUN TestFmtLoadErrors
--- PASS: TestFmtLoadErrors (0.08s)
go_test.go:5656: running testgo [fmt does-not-exist]
go_test.go:5656: standard error:
go_test.go:5656: can't load package: package does-not-exist: cannot find package "does-not-exist" in any of:
c:\dev\go\src\does-not-exist (from $GOROOT)
c:\dev\go\src\cmd\go\testdata\src\does-not-exist (from $GOPATH)
go_test.go:5656: testgo failed as expected: exit status 1
go_test.go:5657: running testgo [fmt -n exclude]
go_test.go:5657: standard output:
go_test.go:5657: c:\dev\go\bin\gofmt.exe -l -w testdata\src\exclude\x_linux.go
c:\dev\go\bin\gofmt.exe -l -w testdata\src\exclude\x.go
=== RUN TestRelativePkgdir
--- PASS: TestRelativePkgdir (1.29s)
go_test.go:5668: running testgo [build -i -pkgdir=. runtime]
=== RUN TestGcflagsPatterns
--- FAIL: TestGcflagsPatterns (0.20s)
go_test.go:5677: running testgo [build -n -v -gcflags=
-e fmt]
go_test.go:5677: standard error:
go_test.go:5677:
#
# errors
#
errors
mkdir -p $WORK\b002\
cat >$WORK\b002\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\errors
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b002\\_pkg_.a" -trimpath "$WORK\\b002" -p errors -std -complete -buildid 9HXxeTUJ-ko12K8YlRj0/9HXxeTUJ-ko12K8YlRj0 -D "" -importcfg "$WORK\\b002\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\errors\\errors.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b002\\_pkg_.a" # internal
#
# internal/race
#
internal/race
mkdir -p $WORK\b005\
cat >$WORK\b005\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\internal\race
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b005\\_pkg_.a" -trimpath "$WORK\\b005" -p internal/race -std -complete -buildid krUfZdbNKPF_oKhNUcQT/krUfZdbNKPF_oKhNUcQT -D "" -importcfg "$WORK\\b005\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\race\\doc.go" "c:\\dev\\go\\src\\internal\\race\\norace.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b005\\_pkg_.a" # internal
#
# internal/cpu
#
internal/cpu
mkdir -p $WORK\b009\
cat >$WORK\b009\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\internal\cpu
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b009\\_pkg_.a" -trimpath "$WORK\\b009" -p internal/cpu -std -+ -buildid IC8pmwbuTjjkndPIMk2q/IC8pmwbuTjjkndPIMk2q -D "" -importcfg "$WORK\\b009\\importcfg" -pack -asmhdr "$WORK\\b009\\go_asm.h" -c=4 "c:\\dev\\go\\src\\internal\\cpu\\cpu.go" "c:\\dev\\go\\src\\internal\\cpu\\cpu_x86.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b009" -I "$WORK\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b009\\cpu_x86.o" "c:\\dev\\go\\src\\internal\\cpu\\cpu_x86.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b009\\_pkg_.a" "$WORK\\b009\\cpu_x86.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b009\\_pkg_.a" # internal
#
# internal/bytealg
#
internal/bytealg
mkdir -p $WORK\b008\
cat >$WORK\b008\importcfg << 'EOF' # internal
# import config
packagefile internal/cpu=$WORK\b009\_pkg_.a
EOF
cd c:\dev\go\src\internal\bytealg
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b008\\_pkg_.a" -trimpath "$WORK\\b008" -p internal/bytealg -std -+ -buildid hP4snizUJi2EL5i__H22/hP4snizUJi2EL5i__H22 -D "" -importcfg "$WORK\\b008\\importcfg" -pack -asmhdr "$WORK\\b008\\go_asm.h" -c=4 "c:\\dev\\go\\src\\internal\\bytealg\\bytealg.go" "c:\\dev\\go\\src\\internal\\bytealg\\compare_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\count_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\equal_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\index_amd64.go" "c:\\dev\\go\\src\\internal\\bytealg\\index_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\indexbyte_native.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b008" -I "$WORK\\b008\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b008\\compare_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\compare_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b008" -I "$WORK\\b008\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b008\\count_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\count_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b008" -I "$WORK\\b008\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b008\\equal_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\equal_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b008" -I "$WORK\\b008\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b008\\index_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\index_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b008" -I "$WORK\\b008\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b008\\indexbyte_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\indexbyte_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b008\\_pkg_.a" "$WORK\\b008\\compare_amd64.o" "$WORK\\b008\\count_amd64.o" "$WORK\\b008\\equal_amd64.o" "$WORK\\b008\\index_amd64.o" "$WORK\\b008\\indexbyte_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b008\\_pkg_.a" # internal
#
# runtime/internal/atomic
#
runtime/internal/atomic
mkdir -p $WORK\b010\
cat >$WORK\b010\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\runtime\internal\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b010\\_pkg_.a" -trimpath "$WORK\\b010" -p runtime/internal/atomic -std -+ -buildid NNqrdzn7M8U9aVBPZj2P/NNqrdzn7M8U9aVBPZj2P -D "" -importcfg "$WORK\\b010\\importcfg" -pack -asmhdr "$WORK\\b010\\go_asm.h" -c=4 "c:\\dev\\go\\src\\runtime\\internal\\atomic\\atomic_amd64x.go" "c:\\dev\\go\\src\\runtime\\internal\\atomic\\stubs.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b010" -I "$WORK\\b010\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b010\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\internal\\atomic\\asm_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b010\\_pkg_.a" "$WORK\\b010\\asm_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b010\\_pkg_.a" # internal
#
# runtime/internal/sys
#
runtime/internal/sys
mkdir -p $WORK\b011\
cat >$WORK\b011\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\runtime\internal\sys
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b011\\_pkg_.a" -trimpath "$WORK\\b011" -p runtime/internal/sys -std -+ -complete -buildid 5pops-_WTBLWwJVtiuuV/5pops-_WTBLWwJVtiuuV -D "" -importcfg "$WORK\\b011\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\runtime\\internal\\sys\\arch.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\arch_amd64.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\intrinsics.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\stubs.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\sys.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zgoarch_amd64.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zgoos_windows.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zversion.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b011\\_pkg_.a" # internal
#
# runtime
#
runtime
mkdir -p $WORK\b007\
cat >$WORK\b007\importcfg << 'EOF' # internal
# import config
packagefile internal/bytealg=$WORK\b008\_pkg_.a
packagefile internal/cpu=$WORK\b009\_pkg_.a
packagefile runtime/internal/atomic=$WORK\b010\_pkg_.a
packagefile runtime/internal/sys=$WORK\b011\_pkg_.a
EOF
cd c:\dev\go\src\runtime
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b007\\_pkg_.a" -trimpath "$WORK\\b007" -p runtime -std -+ -buildid SncIsYSCF2OOlFYJaBHd/SncIsYSCF2OOlFYJaBHd -D "" -importcfg "$WORK\\b007\\importcfg" -pack -asmhdr "$WORK\\b007\\go_asm.h" -c=4 "c:\\dev\\go\\src\\runtime\\alg.go" "c:\\dev\\go\\src\\runtime\\atomic_pointer.go" "c:\\dev\\go\\src\\runtime\\auxv_none.go" "c:\\dev\\go\\src\\runtime\\cgo.go" "c:\\dev\\go\\src\\runtime\\cgocall.go" "c:\\dev\\go\\src\\runtime\\cgocallback.go" "c:\\dev\\go\\src\\runtime\\cgocheck.go" "c:\\dev\\go\\src\\runtime\\chan.go" "c:\\dev\\go\\src\\runtime\\compiler.go" "c:\\dev\\go\\src\\runtime\\complex.go" "c:\\dev\\go\\src\\runtime\\cpuflags_amd64.go" "c:\\dev\\go\\src\\runtime\\cpuprof.go" "c:\\dev\\go\\src\\runtime\\cputicks.go" "c:\\dev\\go\\src\\runtime\\debug.go" "c:\\dev\\go\\src\\runtime\\defs_windows_amd64.go" "c:\\dev\\go\\src\\runtime\\env_posix.go" "c:\\dev\\go\\src\\runtime\\error.go" "c:\\dev\\go\\src\\runtime\\extern.go" "c:\\dev\\go\\src\\runtime\\fastlog2.go" "c:\\dev\\go\\src\\runtime\\fastlog2table.go" "c:\\dev\\go\\src\\runtime\\float.go" "c:\\dev\\go\\src\\runtime\\hash64.go" "c:\\dev\\go\\src\\runtime\\heapdump.go" "c:\\dev\\go\\src\\runtime\\iface.go" "c:\\dev\\go\\src\\runtime\\lfstack.go" "c:\\dev\\go\\src\\runtime\\lfstack_64bit.go" "c:\\dev\\go\\src\\runtime\\lock_sema.go" "c:\\dev\\go\\src\\runtime\\malloc.go" "c:\\dev\\go\\src\\runtime\\map.go" "c:\\dev\\go\\src\\runtime\\map_fast32.go" "c:\\dev\\go\\src\\runtime\\map_fast64.go" "c:\\dev\\go\\src\\runtime\\map_faststr.go" "c:\\dev\\go\\src\\runtime\\mbarrier.go" "c:\\dev\\go\\src\\runtime\\mbitmap.go" "c:\\dev\\go\\src\\runtime\\mcache.go" "c:\\dev\\go\\src\\runtime\\mcentral.go" "c:\\dev\\go\\src\\runtime\\mem_windows.go" "c:\\dev\\go\\src\\runtime\\mfinal.go" "c:\\dev\\go\\src\\runtime\\mfixalloc.go" "c:\\dev\\go\\src\\runtime\\mgc.go" "c:\\dev\\go\\src\\runtime\\mgclarge.go" "c:\\dev\\go\\src\\runtime\\mgcmark.go" "c:\\dev\\go\\src\\runtime\\mgcsweep.go" "c:\\dev\\go\\src\\runtime\\mgcsweepbuf.go" "c:\\dev\\go\\src\\runtime\\mgcwork.go" "c:\\dev\\go\\src\\runtime\\mheap.go" "c:\\dev\\go\\src\\runtime\\mprof.go" "c:\\dev\\go\\src\\runtime\\msan0.go" "c:\\dev\\go\\src\\runtime\\msize.go" "c:\\dev\\go\\src\\runtime\\mstats.go" "c:\\dev\\go\\src\\runtime\\mwbbuf.go" "c:\\dev\\go\\src\\runtime\\netpoll.go" "c:\\dev\\go\\src\\runtime\\netpoll_windows.go" "c:\\dev\\go\\src\\runtime\\os_windows.go" "c:\\dev\\go\\src\\runtime\\panic.go" "c:\\dev\\go\\src\\runtime\\plugin.go" "c:\\dev\\go\\src\\runtime\\print.go" "c:\\dev\\go\\src\\runtime\\proc.go" "c:\\dev\\go\\src\\runtime\\profbuf.go" "c:\\dev\\go\\src\\runtime\\proflabel.go" "c:\\dev\\go\\src\\runtime\\race0.go" "c:\\dev\\go\\src\\runtime\\rdebug.go" "c:\\dev\\go\\src\\runtime\\runtime.go" "c:\\dev\\go\\src\\runtime\\runtime1.go" "c:\\dev\\go\\src\\runtime\\runtime2.go" "c:\\dev\\go\\src\\runtime\\rwmutex.go" "c:\\dev\\go\\src\\runtime\\select.go" "c:\\dev\\go\\src\\runtime\\sema.go" "c:\\dev\\go\\src\\runtime\\signal_windows.go" "c:\\dev\\go\\src\\runtime\\sigqueue.go" "c:\\dev\\go\\src\\runtime\\sizeclasses.go" "c:\\dev\\go\\src\\runtime\\slice.go" "c:\\dev\\go\\src\\runtime\\softfloat64.go" "c:\\dev\\go\\src\\runtime\\stack.go" "c:\\dev\\go\\src\\runtime\\string.go" "c:\\dev\\go\\src\\runtime\\stubs.go" "c:\\dev\\go\\src\\runtime\\stubs_nonlinux.go" "c:\\dev\\go\\src\\runtime\\symtab.go" "c:\\dev\\go\\src\\runtime\\sys_nonppc64x.go" "c:\\dev\\go\\src\\runtime\\sys_x86.go" "c:\\dev\\go\\src\\runtime\\syscall_windows.go" "c:\\dev\\go\\src\\runtime\\time.go" "c:\\dev\\go\\src\\runtime\\timeasm.go" "c:\\dev\\go\\src\\runtime\\trace.go" "c:\\dev\\go\\src\\runtime\\traceback.go" "c:\\dev\\go\\src\\runtime\\type.go" "c:\\dev\\go\\src\\runtime\\typekind.go" "c:\\dev\\go\\src\\runtime\\unaligned1.go" "c:\\dev\\go\\src\\runtime\\utf8.go" "c:\\dev\\go\\src\\runtime\\vdso_in_none.go" "c:\\dev\\go\\src\\runtime\\write_err.go" "c:\\dev\\go\\src\\runtime\\zcallback_windows.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b007" -I "$WORK\\b007\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b007\\asm.o" "c:\\dev\\go\\src\\runtime\\asm.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b007" -I "$WORK\\b007\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b007\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\asm_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b007" -I "$WORK\\b007\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b007\\duff_amd64.o" "c:\\dev\\go\\src\\runtime\\duff_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b007" -I "$WORK\\b007\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b007\\memclr_amd64.o" "c:\\dev\\go\\src\\runtime\\memclr_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b007" -I "$WORK\\b007\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b007\\memmove_amd64.o" "c:\\dev\\go\\src\\runtime\\memmove_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b007" -I "$WORK\\b007\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b007\\rt0_windows_amd64.o" "c:\\dev\\go\\src\\runtime\\rt0_windows_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b007" -I "$WORK\\b007\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b007\\sys_windows_amd64.o" "c:\\dev\\go\\src\\runtime\\sys_windows_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b007" -I "$WORK\\b007\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b007\\zcallback_windows.o" "c:\\dev\\go\\src\\runtime\\zcallback_windows.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b007\\_pkg_.a" "$WORK\\b007\\asm.o" "$WORK\\b007\\asm_amd64.o" "$WORK\\b007\\duff_amd64.o" "$WORK\\b007\\memclr_amd64.o" "$WORK\\b007\\memmove_amd64.o" "$WORK\\b007\\rt0_windows_amd64.o" "$WORK\\b007\\sys_windows_amd64.o" "$WORK\\b007\\zcallback_windows.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b007\\_pkg_.a" # internal
#
# sync/atomic
#
sync/atomic
mkdir -p $WORK\b012\
cat >$WORK\b012\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\sync\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b012\\_pkg_.a" -trimpath "$WORK\\b012" -p sync/atomic -std -buildid FByw9xRVXOXFBIBxF5Rb/FByw9xRVXOXFBIBxF5Rb -D "" -importcfg "$WORK\\b012\\importcfg" -pack -asmhdr "$WORK\\b012\\go_asm.h" -c=4 "c:\\dev\\go\\src\\sync\\atomic\\doc.go" "c:\\dev\\go\\src\\sync\\atomic\\value.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b012" -I "$WORK\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b012\\asm.o" "c:\\dev\\go\\src\\sync\\atomic\\asm.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b012\\_pkg_.a" "$WORK\\b012\\asm.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b012\\_pkg_.a" # internal
#
# sync
#
sync
mkdir -p $WORK\b004\
cat >$WORK\b004\importcfg << 'EOF' # internal
# import config
packagefile internal/race=$WORK\b005\_pkg_.a
packagefile runtime=$WORK\b007\_pkg_.a
packagefile sync/atomic=$WORK\b012\_pkg_.a
EOF
cd c:\dev\go\src\sync
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b004\\_pkg_.a" -trimpath "$WORK\\b004" -p sync -std -buildid 05EQfdkHZKaehbMVSZnJ/05EQfdkHZKaehbMVSZnJ -D "" -importcfg "$WORK\\b004\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\sync\\cond.go" "c:\\dev\\go\\src\\sync\\map.go" "c:\\dev\\go\\src\\sync\\mutex.go" "c:\\dev\\go\\src\\sync\\once.go" "c:\\dev\\go\\src\\sync\\pool.go" "c:\\dev\\go\\src\\sync\\runtime.go" "c:\\dev\\go\\src\\sync\\rwmutex.go" "c:\\dev\\go\\src\\sync\\waitgroup.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b004\\_pkg_.a" # internal
#
# io
#
io
mkdir -p $WORK\b003\
cat >$WORK\b003\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b002\_pkg_.a
packagefile sync=$WORK\b004\_pkg_.a
packagefile sync/atomic=$WORK\b012\_pkg_.a
EOF
cd c:\dev\go\src\io
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b003\\_pkg_.a" -trimpath "$WORK\\b003" -p io -std -complete -buildid kB7VJ9DnhINRdBsQ79lq/kB7VJ9DnhINRdBsQ79lq -D "" -importcfg "$WORK\\b003\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\io\\io.go" "c:\\dev\\go\\src\\io\\multi.go" "c:\\dev\\go\\src\\io\\pipe.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b003\\_pkg_.a" # internal
#
# math
#
math
mkdir -p $WORK\b013\
cat >$WORK\b013\importcfg << 'EOF' # internal
# import config
packagefile internal/cpu=$WORK\b009\_pkg_.a
EOF
cd c:\dev\go\src\math
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b013\\_pkg_.a" -trimpath "$WORK\\b013" -p math -std -buildid EwRtFU4n0J7YzrZmlbNw/EwRtFU4n0J7YzrZmlbNw -D "" -importcfg "$WORK\\b013\\importcfg" -pack -asmhdr "$WORK\\b013\\go_asm.h" -c=4 "c:\\dev\\go\\src\\math\\abs.go" "c:\\dev\\go\\src\\math\\acosh.go" "c:\\dev\\go\\src\\math\\asin.go" "c:\\dev\\go\\src\\math\\asinh.go" "c:\\dev\\go\\src\\math\\atan.go" "c:\\dev\\go\\src\\math\\atan2.go" "c:\\dev\\go\\src\\math\\atanh.go" "c:\\dev\\go\\src\\math\\bits.go" "c:\\dev\\go\\src\\math\\cbrt.go" "c:\\dev\\go\\src\\math\\const.go" "c:\\dev\\go\\src\\math\\copysign.go" "c:\\dev\\go\\src\\math\\dim.go" "c:\\dev\\go\\src\\math\\erf.go" "c:\\dev\\go\\src\\math\\erfinv.go" "c:\\dev\\go\\src\\math\\exp.go" "c:\\dev\\go\\src\\math\\exp_asm.go" "c:\\dev\\go\\src\\math\\expm1.go" "c:\\dev\\go\\src\\math\\floor.go" "c:\\dev\\go\\src\\math\\frexp.go" "c:\\dev\\go\\src\\math\\gamma.go" "c:\\dev\\go\\src\\math\\hypot.go" "c:\\dev\\go\\src\\math\\j0.go" "c:\\dev\\go\\src\\math\\j1.go" "c:\\dev\\go\\src\\math\\jn.go" "c:\\dev\\go\\src\\math\\ldexp.go" "c:\\dev\\go\\src\\math\\lgamma.go" "c:\\dev\\go\\src\\math\\log.go" "c:\\dev\\go\\src\\math\\log10.go" "c:\\dev\\go\\src\\math\\log1p.go" "c:\\dev\\go\\src\\math\\logb.go" "c:\\dev\\go\\src\\math\\mod.go" "c:\\dev\\go\\src\\math\\modf.go" "c:\\dev\\go\\src\\math\\nextafter.go" "c:\\dev\\go\\src\\math\\pow.go" "c:\\dev\\go\\src\\math\\pow10.go" "c:\\dev\\go\\src\\math\\remainder.go" "c:\\dev\\go\\src\\math\\signbit.go" "c:\\dev\\go\\src\\math\\sin.go" "c:\\dev\\go\\src\\math\\sincos.go" "c:\\dev\\go\\src\\math\\sinh.go" "c:\\dev\\go\\src\\math\\sqrt.go" "c:\\dev\\go\\src\\math\\tan.go" "c:\\dev\\go\\src\\math\\tanh.go" "c:\\dev\\go\\src\\math\\unsafe.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\asin_amd64.o" "c:\\dev\\go\\src\\math\\asin_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\asinh_stub.o" "c:\\dev\\go\\src\\math\\asinh_stub.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\atan2_amd64.o" "c:\\dev\\go\\src\\math\\atan2_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\atan_amd64.o" "c:\\dev\\go\\src\\math\\atan_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\cbrt_stub.o" "c:\\dev\\go\\src\\math\\cbrt_stub.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\dim_amd64.o" "c:\\dev\\go\\src\\math\\dim_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\erf_stub.o" "c:\\dev\\go\\src\\math\\erf_stub.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\exp2_amd64.o" "c:\\dev\\go\\src\\math\\exp2_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\exp_amd64.o" "c:\\dev\\go\\src\\math\\exp_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\expm1_amd64.o" "c:\\dev\\go\\src\\math\\expm1_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\floor_amd64.o" "c:\\dev\\go\\src\\math\\floor_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\frexp_amd64.o" "c:\\dev\\go\\src\\math\\frexp_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\hypot_amd64.o" "c:\\dev\\go\\src\\math\\hypot_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\ldexp_amd64.o" "c:\\dev\\go\\src\\math\\ldexp_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\log10_amd64.o" "c:\\dev\\go\\src\\math\\log10_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\log1p_amd64.o" "c:\\dev\\go\\src\\math\\log1p_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\log_amd64.o" "c:\\dev\\go\\src\\math\\log_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\mod_amd64.o" "c:\\dev\\go\\src\\math\\mod_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\modf_amd64.o" "c:\\dev\\go\\src\\math\\modf_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\pow_stub.o" "c:\\dev\\go\\src\\math\\pow_stub.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\remainder_amd64.o" "c:\\dev\\go\\src\\math\\remainder_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\sin_amd64.o" "c:\\dev\\go\\src\\math\\sin_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\sinh_stub.o" "c:\\dev\\go\\src\\math\\sinh_stub.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\sqrt_amd64.o" "c:\\dev\\go\\src\\math\\sqrt_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\tan_amd64.o" "c:\\dev\\go\\src\\math\\tan_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b013\\_pkg_.a" "$WORK\\b013\\asin_amd64.o" "$WORK\\b013\\asinh_stub.o" "$WORK\\b013\\atan2_amd64.o" "$WORK\\b013\\atan_amd64.o" "$WORK\\b013\\cbrt_stub.o" "$WORK\\b013\\dim_amd64.o" "$WORK\\b013\\erf_stub.o" "$WORK\\b013\\exp2_amd64.o" "$WORK\\b013\\exp_amd64.o" "$WORK\\b013\\expm1_amd64.o" "$WORK\\b013\\floor_amd64.o" "$WORK\\b013\\frexp_amd64.o" "$WORK\\b013\\hypot_amd64.o" "$WORK\\b013\\ldexp_amd64.o" "$WORK\\b013\\log10_amd64.o" "$WORK\\b013\\log1p_amd64.o" "$WORK\\b013\\log_amd64.o" "$WORK\\b013\\mod_amd64.o" "$WORK\\b013\\modf_amd64.o" "$WORK\\b013\\pow_stub.o" "$WORK\\b013\\remainder_amd64.o" "$WORK\\b013\\sin_amd64.o" "$WORK\\b013\\sinh_stub.o" "$WORK\\b013\\sqrt_amd64.o" "$WORK\\b013\\tan_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b013\\_pkg_.a" # internal
#
# internal/syscall/windows/sysdll
#
internal/syscall/windows/sysdll
mkdir -p $WORK\b017\
cat >$WORK\b017\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\internal\syscall\windows\sysdll
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b017\\_pkg_.a" -trimpath "$WORK\\b017" -p internal/syscall/windows/sysdll -std -complete -buildid IcnjHoq9HMPrJVphEw44/IcnjHoq9HMPrJVphEw44 -D "" -importcfg "$WORK\\b017\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\syscall\\windows\\sysdll\\sysdll.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b017\\_pkg_.a" # internal
#
# unicode/utf16
#
unicode/utf16
mkdir -p $WORK\b019\
cat >$WORK\b019\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\unicode\utf16
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b019\\_pkg_.a" -trimpath "$WORK\\b019" -p unicode/utf16 -std -complete -buildid 5f-yqOBaNumCyW57eMW3/5f-yqOBaNumCyW57eMW3 -D "" -importcfg "$WORK\\b019\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\utf16\\utf16.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b019\\_pkg_.a" # internal
#
# syscall
#
syscall
mkdir -p $WORK\b018\
cat >$WORK\b018\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b002\_pkg_.a
packagefile internal/race=$WORK\b005\_pkg_.a
packagefile internal/syscall/windows/sysdll=$WORK\b017\_pkg_.a
packagefile sync=$WORK\b004\_pkg_.a
packagefile sync/atomic=$WORK\b012\_pkg_.a
packagefile unicode/utf16=$WORK\b019\_pkg_.a
EOF
cd c:\dev\go\src\syscall
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b018\\_pkg_.a" -trimpath "$WORK\\b018" -p syscall -std -buildid D4smcbenb6p6k040iW1L/D4smcbenb6p6k040iW1L -D "" -importcfg "$WORK\\b018\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\syscall\\dll_windows.go" "c:\\dev\\go\\src\\syscall\\endian_little.go" "c:\\dev\\go\\src\\syscall\\env_windows.go" "c:\\dev\\go\\src\\syscall\\exec_windows.go" "c:\\dev\\go\\src\\syscall\\msan0.go" "c:\\dev\\go\\src\\syscall\\net.go" "c:\\dev\\go\\src\\syscall\\security_windows.go" "c:\\dev\\go\\src\\syscall\\str.go" "c:\\dev\\go\\src\\syscall\\syscall.go" "c:\\dev\\go\\src\\syscall\\syscall_windows.go" "c:\\dev\\go\\src\\syscall\\syscall_windows_amd64.go" "c:\\dev\\go\\src\\syscall\\types_windows.go" "c:\\dev\\go\\src\\syscall\\types_windows_amd64.go" "c:\\dev\\go\\src\\syscall\\zerrors_windows.go" "c:\\dev\\go\\src\\syscall\\zerrors_windows_amd64.go" "c:\\dev\\go\\src\\syscall\\zsyscall_windows.go" "c:\\dev\\go\\src\\syscall\\zsysnum_windows_amd64.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b018\\_pkg_.a" # internal
#
# internal/syscall/windows
#
internal/syscall/windows
mkdir -p $WORK\b016\
cat >$WORK\b016\importcfg << 'EOF' # internal
# import config
packagefile internal/syscall/windows/sysdll=$WORK\b017\_pkg_.a
packagefile sync=$WORK\b004\_pkg_.a
packagefile syscall=$WORK\b018\_pkg_.a
EOF
cd c:\dev\go\src\internal\syscall\windows
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b016\\_pkg_.a" -trimpath "$WORK\\b016" -p internal/syscall/windows -std -complete -buildid Z6re72GgSYTd8dyGoegG/Z6re72GgSYTd8dyGoegG -D "" -importcfg "$WORK\\b016\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\syscall\\windows\\mksyscall.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\psapi_windows.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\reparse_windows.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\security_windows.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\symlink_windows.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\syscall_windows.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\zsyscall_windows.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b016\\_pkg_.a" # internal
#
# internal/syscall/windows/registry
#
internal/syscall/windows/registry
mkdir -p $WORK\b021\
cat >$WORK\b021\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b002\_pkg_.a
packagefile internal/syscall/windows/sysdll=$WORK\b017\_pkg_.a
packagefile io=$WORK\b003\_pkg_.a
packagefile syscall=$WORK\b018\_pkg_.a
packagefile unicode/utf16=$WORK\b019\_pkg_.a
EOF
cd c:\dev\go\src\internal\syscall\windows\registry
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b021\\_pkg_.a" -trimpath "$WORK\\b021" -p internal/syscall/windows/registry -std -complete -buildid ooI5dqXXOJJ4xGRnbp6e/ooI5dqXXOJJ4xGRnbp6e -D "" -importcfg "$WORK\\b021\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\key.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\mksyscall.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\syscall.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\value.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\zsyscall_windows.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b021\\_pkg_.a" # internal
#
# time
#
time
mkdir -p $WORK\b020\
cat >$WORK\b020\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b002\_pkg_.a
packagefile internal/syscall/windows/registry=$WORK\b021\_pkg_.a
packagefile runtime=$WORK\b007\_pkg_.a
packagefile sync=$WORK\b004\_pkg_.a
packagefile syscall=$WORK\b018\_pkg_.a
EOF
cd c:\dev\go\src\time
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b020\\_pkg_.a" -trimpath "$WORK\\b020" -p time -std -buildid 3RveTBo_BdPtXgCDokMP/3RveTBo_BdPtXgCDokMP -D "" -importcfg "$WORK\\b020\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\time\\format.go" "c:\\dev\\go\\src\\time\\sleep.go" "c:\\dev\\go\\src\\time\\sys_windows.go" "c:\\dev\\go\\src\\time\\tick.go" "c:\\dev\\go\\src\\time\\time.go" "c:\\dev\\go\\src\\time\\zoneinfo.go" "c:\\dev\\go\\src\\time\\zoneinfo_abbrs_windows.go" "c:\\dev\\go\\src\\time\\zoneinfo_read.go" "c:\\dev\\go\\src\\time\\zoneinfo_windows.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b020\\_pkg_.a" # internal
#
# unicode/utf8
#
unicode/utf8
mkdir -p $WORK\b022\
cat >$WORK\b022\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\unicode\utf8
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b022\\_pkg_.a" -trimpath "$WORK\\b022" -p unicode/utf8 -std -complete -buildid gehbAiABky8Nv9MHhs0H/gehbAiABky8Nv9MHhs0H -D "" -importcfg "$WORK\\b022\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\utf8\\utf8.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b022\\_pkg_.a" # internal
#
# internal/poll
#
internal/poll
mkdir -p $WORK\b015\
cat >$WORK\b015\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b002\_pkg_.a
packagefile internal/race=$WORK\b005\_pkg_.a
packagefile internal/syscall/windows=$WORK\b016\_pkg_.a
packagefile io=$WORK\b003\_pkg_.a
packagefile runtime=$WORK\b007\_pkg_.a
packagefile sync=$WORK\b004\_pkg_.a
packagefile sync/atomic=$WORK\b012\_pkg_.a
packagefile syscall=$WORK\b018\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
packagefile unicode/utf16=$WORK\b019\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\internal\poll
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b015\\_pkg_.a" -trimpath "$WORK\\b015" -p internal/poll -std -buildid rIRJxJU0tth_JcU7jcV2/rIRJxJU0tth_JcU7jcV2 -D "" -importcfg "$WORK\\b015\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\poll\\fd.go" "c:\\dev\\go\\src\\internal\\poll\\fd_mutex.go" "c:\\dev\\go\\src\\internal\\poll\\fd_poll_runtime.go" "c:\\dev\\go\\src\\internal\\poll\\fd_posix.go" "c:\\dev\\go\\src\\internal\\poll\\fd_windows.go" "c:\\dev\\go\\src\\internal\\poll\\hook_windows.go" "c:\\dev\\go\\src\\internal\\poll\\sendfile_windows.go" "c:\\dev\\go\\src\\internal\\poll\\sockopt.go" "c:\\dev\\go\\src\\internal\\poll\\sockopt_windows.go" "c:\\dev\\go\\src\\internal\\poll\\sockoptip.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b015\\_pkg_.a" # internal
#
# internal/testlog
#
internal/testlog
mkdir -p $WORK\b023\
cat >$WORK\b023\importcfg << 'EOF' # internal
# import config
packagefile sync/atomic=$WORK\b012\_pkg_.a
EOF
cd c:\dev\go\src\internal\testlog
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b023\\_pkg_.a" -trimpath "$WORK\\b023" -p internal/testlog -std -complete -buildid Rj4iEmXDBGswJVb6QGQf/Rj4iEmXDBGswJVb6QGQf -D "" -importcfg "$WORK\\b023\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\testlog\\log.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b023\\_pkg_.a" # internal
#
# os
#
os
mkdir -p $WORK\b014\
cat >$WORK\b014\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b002\_pkg_.a
packagefile internal/poll=$WORK\b015\_pkg_.a
packagefile internal/syscall/windows=$WORK\b016\_pkg_.a
packagefile internal/testlog=$WORK\b023\_pkg_.a
packagefile io=$WORK\b003\_pkg_.a
packagefile runtime=$WORK\b007\_pkg_.a
packagefile sync=$WORK\b004\_pkg_.a
packagefile sync/atomic=$WORK\b012\_pkg_.a
packagefile syscall=$WORK\b018\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
packagefile unicode/utf16=$WORK\b019\_pkg_.a
EOF
cd c:\dev\go\src\os
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b014\\_pkg_.a" -trimpath "$WORK\\b014" -p os -std -buildid JWAWL2Y9XZ0JfF5RAaZL/JWAWL2Y9XZ0JfF5RAaZL -D "" -importcfg "$WORK\\b014\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\os\\dir.go" "c:\\dev\\go\\src\\os\\dir_windows.go" "c:\\dev\\go\\src\\os\\env.go" "c:\\dev\\go\\src\\os\\error.go" "c:\\dev\\go\\src\\os\\error_posix.go" "c:\\dev\\go\\src\\os\\error_windows.go" "c:\\dev\\go\\src\\os\\exec.go" "c:\\dev\\go\\src\\os\\exec_posix.go" "c:\\dev\\go\\src\\os\\exec_windows.go" "c:\\dev\\go\\src\\os\\executable.go" "c:\\dev\\go\\src\\os\\executable_windows.go" "c:\\dev\\go\\src\\os\\file.go" "c:\\dev\\go\\src\\os\\file_posix.go" "c:\\dev\\go\\src\\os\\file_windows.go" "c:\\dev\\go\\src\\os\\getwd.go" "c:\\dev\\go\\src\\os\\path.go" "c:\\dev\\go\\src\\os\\path_windows.go" "c:\\dev\\go\\src\\os\\proc.go" "c:\\dev\\go\\src\\os\\stat.go" "c:\\dev\\go\\src\\os\\stat_windows.go" "c:\\dev\\go\\src\\os\\sticky_notbsd.go" "c:\\dev\\go\\src\\os\\str.go" "c:\\dev\\go\\src\\os\\sys.go" "c:\\dev\\go\\src\\os\\sys_windows.go" "c:\\dev\\go\\src\\os\\types.go" "c:\\dev\\go\\src\\os\\types_windows.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b014\\_pkg_.a" # internal
#
# math/bits
#
math/bits
mkdir -p $WORK\b026\
cat >$WORK\b026\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\math\bits
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b026\\_pkg_.a" -trimpath "$WORK\\b026" -p math/bits -std -complete -buildid qjuiqOfZSc2S1u1bEGlK/qjuiqOfZSc2S1u1bEGlK -D "" -importcfg "$WORK\\b026\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\math\\bits\\bits.go" "c:\\dev\\go\\src\\math\\bits\\bits_tables.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b026\\_pkg_.a" # internal
#
# strconv
#
strconv
mkdir -p $WORK\b025\
cat >$WORK\b025\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b002\_pkg_.a
packagefile math=$WORK\b013\_pkg_.a
packagefile math/bits=$WORK\b026\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\strconv
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b025\\_pkg_.a" -trimpath "$WORK\\b025" -p strconv -std -complete -buildid mf6idWM5K-TWbyMBcXTm/mf6idWM5K-TWbyMBcXTm -D "" -importcfg "$WORK\\b025\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\strconv\\atob.go" "c:\\dev\\go\\src\\strconv\\atof.go" "c:\\dev\\go\\src\\strconv\\atoi.go" "c:\\dev\\go\\src\\strconv\\decimal.go" "c:\\dev\\go\\src\\strconv\\doc.go" "c:\\dev\\go\\src\\strconv\\extfloat.go" "c:\\dev\\go\\src\\strconv\\ftoa.go" "c:\\dev\\go\\src\\strconv\\isprint.go" "c:\\dev\\go\\src\\strconv\\itoa.go" "c:\\dev\\go\\src\\strconv\\quote.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b025\\_pkg_.a" # internal
#
# unicode
#
unicode
mkdir -p $WORK\b027\
cat >$WORK\b027\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\unicode
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b027\\_pkg_.a" -trimpath "$WORK\\b027" -p unicode -std -complete -buildid L7hkoMnx7LtOgQmMz8j2/L7hkoMnx7LtOgQmMz8j2 -D "" -importcfg "$WORK\\b027\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\casetables.go" "c:\\dev\\go\\src\\unicode\\digit.go" "c:\\dev\\go\\src\\unicode\\graphic.go" "c:\\dev\\go\\src\\unicode\\letter.go" "c:\\dev\\go\\src\\unicode\\tables.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b027\\_pkg_.a" # internal
#
# reflect
#
reflect
mkdir -p $WORK\b024\
cat >$WORK\b024\importcfg << 'EOF' # internal
# import config
packagefile math=$WORK\b013\_pkg_.a
packagefile runtime=$WORK\b007\_pkg_.a
packagefile strconv=$WORK\b025\_pkg_.a
packagefile sync=$WORK\b004\_pkg_.a
packagefile unicode=$WORK\b027\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\reflect
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b024\\_pkg_.a" -trimpath "$WORK\\b024" -p reflect -std -buildid EZL2RvyBzQwNC7DQ4Omy/EZL2RvyBzQwNC7DQ4Omy -D "" -importcfg "$WORK\\b024\\importcfg" -pack -asmhdr "$WORK\\b024\\go_asm.h" -c=4 "c:\\dev\\go\\src\\reflect\\deepequal.go" "c:\\dev\\go\\src\\reflect\\makefunc.go" "c:\\dev\\go\\src\\reflect\\swapper.go" "c:\\dev\\go\\src\\reflect\\type.go" "c:\\dev\\go\\src\\reflect\\value.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b024" -I "$WORK\\b024\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b024\\asm_amd64.o" "c:\\dev\\go\\src\\reflect\\asm_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b024\\_pkg_.a" "$WORK\\b024\\asm_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b024\\_pkg_.a" # internal
#
# fmt
#
fmt
mkdir -p $WORK\b001\
cat >$WORK\b001\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b002\_pkg_.a
packagefile io=$WORK\b003\_pkg_.a
packagefile math=$WORK\b013\_pkg_.a
packagefile os=$WORK\b014\_pkg_.a
packagefile reflect=$WORK\b024\_pkg_.a
packagefile strconv=$WORK\b025\_pkg_.a
packagefile sync=$WORK\b004\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\fmt
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b001\\_pkg_.a" -trimpath "$WORK\\b001" -e -p fmt -std -complete -buildid hJAjVbFRP93nudhDwdjh/hJAjVbFRP93nudhDwdjh -D "" -importcfg "$WORK\\b001\\importcfg" -pack "c:\\dev\\go\\src\\fmt\\doc.go" "c:\\dev\\go\\src\\fmt\\format.go" "c:\\dev\\go\\src\\fmt\\print.go" "c:\\dev\\go\\src\\fmt\\scan.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b001\\_pkg_.a" # internal
go_test.go:5679: incorrectly rebuilt reflect
go_test.go:5679: pattern ^# reflect found unexpectedly in standard error
=== RUN TestGoTestMinusN
--- PASS: TestGoTestMinusN (0.22s)
go_test.go:5706: running testgo [test testdata/flag_test.go -n -args -v=7]
go_test.go:5706: standard error:
go_test.go:5706: mkdir -p $WORK\b001\
#
# errors
#
mkdir -p $WORK\b004\
cat >$WORK\b004\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\errors
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b004\\_pkg_.a" -trimpath "$WORK\\b004" -p errors -std -complete -buildid 9HXxeTUJ-ko12K8YlRj0/9HXxeTUJ-ko12K8YlRj0 -D "" -importcfg "$WORK\\b004\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\errors\\errors.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b004\\_pkg_.a" # internal
#
# internal/race
#
mkdir -p $WORK\b006\
cat >$WORK\b006\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\internal\race
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b006\\_pkg_.a" -trimpath "$WORK\\b006" -p internal/race -std -complete -buildid krUfZdbNKPF_oKhNUcQT/krUfZdbNKPF_oKhNUcQT -D "" -importcfg "$WORK\\b006\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\race\\doc.go" "c:\\dev\\go\\src\\internal\\race\\norace.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b006\\_pkg_.a" # internal
#
# internal/syscall/windows/sysdll
#
mkdir -p $WORK\b009\
cat >$WORK\b009\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\internal\syscall\windows\sysdll
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b009\\_pkg_.a" -trimpath "$WORK\\b009" -p internal/syscall/windows/sysdll -std -complete -buildid IcnjHoq9HMPrJVphEw44/IcnjHoq9HMPrJVphEw44 -D "" -importcfg "$WORK\\b009\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\syscall\\windows\\sysdll\\sysdll.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b009\\_pkg_.a" # internal
#
# internal/cpu
#
mkdir -p $WORK\b013\
cat >$WORK\b013\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\internal\cpu
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b013\\_pkg_.a" -trimpath "$WORK\\b013" -p internal/cpu -std -+ -buildid IC8pmwbuTjjkndPIMk2q/IC8pmwbuTjjkndPIMk2q -D "" -importcfg "$WORK\\b013\\importcfg" -pack -asmhdr "$WORK\\b013\\go_asm.h" -c=4 "c:\\dev\\go\\src\\internal\\cpu\\cpu.go" "c:\\dev\\go\\src\\internal\\cpu\\cpu_x86.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b013" -I "$WORK\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b013\\cpu_x86.o" "c:\\dev\\go\\src\\internal\\cpu\\cpu_x86.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b013\\_pkg_.a" "$WORK\\b013\\cpu_x86.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b013\\_pkg_.a" # internal
#
# internal/bytealg
#
mkdir -p $WORK\b012\
cat >$WORK\b012\importcfg << 'EOF' # internal
# import config
packagefile internal/cpu=$WORK\b013\_pkg_.a
EOF
cd c:\dev\go\src\internal\bytealg
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b012\\_pkg_.a" -trimpath "$WORK\\b012" -p internal/bytealg -std -+ -buildid hP4snizUJi2EL5i__H22/hP4snizUJi2EL5i__H22 -D "" -importcfg "$WORK\\b012\\importcfg" -pack -asmhdr "$WORK\\b012\\go_asm.h" -c=4 "c:\\dev\\go\\src\\internal\\bytealg\\bytealg.go" "c:\\dev\\go\\src\\internal\\bytealg\\compare_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\count_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\equal_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\index_amd64.go" "c:\\dev\\go\\src\\internal\\bytealg\\index_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\indexbyte_native.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b012" -I "$WORK\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b012\\compare_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\compare_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b012" -I "$WORK\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b012\\count_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\count_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b012" -I "$WORK\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b012\\equal_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\equal_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b012" -I "$WORK\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b012\\index_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\index_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b012" -I "$WORK\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b012\\indexbyte_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\indexbyte_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b012\\_pkg_.a" "$WORK\\b012\\compare_amd64.o" "$WORK\\b012\\count_amd64.o" "$WORK\\b012\\equal_amd64.o" "$WORK\\b012\\index_amd64.o" "$WORK\\b012\\indexbyte_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b012\\_pkg_.a" # internal
#
# runtime/internal/atomic
#
mkdir -p $WORK\b014\
cat >$WORK\b014\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\runtime\internal\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b014\\_pkg_.a" -trimpath "$WORK\\b014" -p runtime/internal/atomic -std -+ -buildid NNqrdzn7M8U9aVBPZj2P/NNqrdzn7M8U9aVBPZj2P -D "" -importcfg "$WORK\\b014\\importcfg" -pack -asmhdr "$WORK\\b014\\go_asm.h" -c=4 "c:\\dev\\go\\src\\runtime\\internal\\atomic\\atomic_amd64x.go" "c:\\dev\\go\\src\\runtime\\internal\\atomic\\stubs.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b014" -I "$WORK\\b014\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b014\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\internal\\atomic\\asm_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b014\\_pkg_.a" "$WORK\\b014\\asm_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b014\\_pkg_.a" # internal
#
# runtime/internal/sys
#
mkdir -p $WORK\b015\
cat >$WORK\b015\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\runtime\internal\sys
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b015\\_pkg_.a" -trimpath "$WORK\\b015" -p runtime/internal/sys -std -+ -complete -buildid 5pops-_WTBLWwJVtiuuV/5pops-_WTBLWwJVtiuuV -D "" -importcfg "$WORK\\b015\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\runtime\\internal\\sys\\arch.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\arch_amd64.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\intrinsics.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\stubs.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\sys.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zgoarch_amd64.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zgoos_windows.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zversion.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b015\\_pkg_.a" # internal
#
# runtime
#
mkdir -p $WORK\b011\
cat >$WORK\b011\importcfg << 'EOF' # internal
# import config
packagefile internal/bytealg=$WORK\b012\_pkg_.a
packagefile internal/cpu=$WORK\b013\_pkg_.a
packagefile runtime/internal/atomic=$WORK\b014\_pkg_.a
packagefile runtime/internal/sys=$WORK\b015\_pkg_.a
EOF
cd c:\dev\go\src\runtime
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b011\\_pkg_.a" -trimpath "$WORK\\b011" -p runtime -std -+ -buildid SncIsYSCF2OOlFYJaBHd/SncIsYSCF2OOlFYJaBHd -D "" -importcfg "$WORK\\b011\\importcfg" -pack -asmhdr "$WORK\\b011\\go_asm.h" -c=4 "c:\\dev\\go\\src\\runtime\\alg.go" "c:\\dev\\go\\src\\runtime\\atomic_pointer.go" "c:\\dev\\go\\src\\runtime\\auxv_none.go" "c:\\dev\\go\\src\\runtime\\cgo.go" "c:\\dev\\go\\src\\runtime\\cgocall.go" "c:\\dev\\go\\src\\runtime\\cgocallback.go" "c:\\dev\\go\\src\\runtime\\cgocheck.go" "c:\\dev\\go\\src\\runtime\\chan.go" "c:\\dev\\go\\src\\runtime\\compiler.go" "c:\\dev\\go\\src\\runtime\\complex.go" "c:\\dev\\go\\src\\runtime\\cpuflags_amd64.go" "c:\\dev\\go\\src\\runtime\\cpuprof.go" "c:\\dev\\go\\src\\runtime\\cputicks.go" "c:\\dev\\go\\src\\runtime\\debug.go" "c:\\dev\\go\\src\\runtime\\defs_windows_amd64.go" "c:\\dev\\go\\src\\runtime\\env_posix.go" "c:\\dev\\go\\src\\runtime\\error.go" "c:\\dev\\go\\src\\runtime\\extern.go" "c:\\dev\\go\\src\\runtime\\fastlog2.go" "c:\\dev\\go\\src\\runtime\\fastlog2table.go" "c:\\dev\\go\\src\\runtime\\float.go" "c:\\dev\\go\\src\\runtime\\hash64.go" "c:\\dev\\go\\src\\runtime\\heapdump.go" "c:\\dev\\go\\src\\runtime\\iface.go" "c:\\dev\\go\\src\\runtime\\lfstack.go" "c:\\dev\\go\\src\\runtime\\lfstack_64bit.go" "c:\\dev\\go\\src\\runtime\\lock_sema.go" "c:\\dev\\go\\src\\runtime\\malloc.go" "c:\\dev\\go\\src\\runtime\\map.go" "c:\\dev\\go\\src\\runtime\\map_fast32.go" "c:\\dev\\go\\src\\runtime\\map_fast64.go" "c:\\dev\\go\\src\\runtime\\map_faststr.go" "c:\\dev\\go\\src\\runtime\\mbarrier.go" "c:\\dev\\go\\src\\runtime\\mbitmap.go" "c:\\dev\\go\\src\\runtime\\mcache.go" "c:\\dev\\go\\src\\runtime\\mcentral.go" "c:\\dev\\go\\src\\runtime\\mem_windows.go" "c:\\dev\\go\\src\\runtime\\mfinal.go" "c:\\dev\\go\\src\\runtime\\mfixalloc.go" "c:\\dev\\go\\src\\runtime\\mgc.go" "c:\\dev\\go\\src\\runtime\\mgclarge.go" "c:\\dev\\go\\src\\runtime\\mgcmark.go" "c:\\dev\\go\\src\\runtime\\mgcsweep.go" "c:\\dev\\go\\src\\runtime\\mgcsweepbuf.go" "c:\\dev\\go\\src\\runtime\\mgcwork.go" "c:\\dev\\go\\src\\runtime\\mheap.go" "c:\\dev\\go\\src\\runtime\\mprof.go" "c:\\dev\\go\\src\\runtime\\msan0.go" "c:\\dev\\go\\src\\runtime\\msize.go" "c:\\dev\\go\\src\\runtime\\mstats.go" "c:\\dev\\go\\src\\runtime\\mwbbuf.go" "c:\\dev\\go\\src\\runtime\\netpoll.go" "c:\\dev\\go\\src\\runtime\\netpoll_windows.go" "c:\\dev\\go\\src\\runtime\\os_windows.go" "c:\\dev\\go\\src\\runtime\\panic.go" "c:\\dev\\go\\src\\runtime\\plugin.go" "c:\\dev\\go\\src\\runtime\\print.go" "c:\\dev\\go\\src\\runtime\\proc.go" "c:\\dev\\go\\src\\runtime\\profbuf.go" "c:\\dev\\go\\src\\runtime\\proflabel.go" "c:\\dev\\go\\src\\runtime\\race0.go" "c:\\dev\\go\\src\\runtime\\rdebug.go" "c:\\dev\\go\\src\\runtime\\runtime.go" "c:\\dev\\go\\src\\runtime\\runtime1.go" "c:\\dev\\go\\src\\runtime\\runtime2.go" "c:\\dev\\go\\src\\runtime\\rwmutex.go" "c:\\dev\\go\\src\\runtime\\select.go" "c:\\dev\\go\\src\\runtime\\sema.go" "c:\\dev\\go\\src\\runtime\\signal_windows.go" "c:\\dev\\go\\src\\runtime\\sigqueue.go" "c:\\dev\\go\\src\\runtime\\sizeclasses.go" "c:\\dev\\go\\src\\runtime\\slice.go" "c:\\dev\\go\\src\\runtime\\softfloat64.go" "c:\\dev\\go\\src\\runtime\\stack.go" "c:\\dev\\go\\src\\runtime\\string.go" "c:\\dev\\go\\src\\runtime\\stubs.go" "c:\\dev\\go\\src\\runtime\\stubs_nonlinux.go" "c:\\dev\\go\\src\\runtime\\symtab.go" "c:\\dev\\go\\src\\runtime\\sys_nonppc64x.go" "c:\\dev\\go\\src\\runtime\\sys_x86.go" "c:\\dev\\go\\src\\runtime\\syscall_windows.go" "c:\\dev\\go\\src\\runtime\\time.go" "c:\\dev\\go\\src\\runtime\\timeasm.go" "c:\\dev\\go\\src\\runtime\\trace.go" "c:\\dev\\go\\src\\runtime\\traceback.go" "c:\\dev\\go\\src\\runtime\\type.go" "c:\\dev\\go\\src\\runtime\\typekind.go" "c:\\dev\\go\\src\\runtime\\unaligned1.go" "c:\\dev\\go\\src\\runtime\\utf8.go" "c:\\dev\\go\\src\\runtime\\vdso_in_none.go" "c:\\dev\\go\\src\\runtime\\write_err.go" "c:\\dev\\go\\src\\runtime\\zcallback_windows.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b011" -I "$WORK\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b011\\asm.o" "c:\\dev\\go\\src\\runtime\\asm.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b011" -I "$WORK\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b011\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\asm_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b011" -I "$WORK\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b011\\duff_amd64.o" "c:\\dev\\go\\src\\runtime\\duff_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b011" -I "$WORK\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b011\\memclr_amd64.o" "c:\\dev\\go\\src\\runtime\\memclr_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b011" -I "$WORK\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b011\\memmove_amd64.o" "c:\\dev\\go\\src\\runtime\\memmove_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b011" -I "$WORK\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b011\\rt0_windows_amd64.o" "c:\\dev\\go\\src\\runtime\\rt0_windows_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b011" -I "$WORK\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b011\\sys_windows_amd64.o" "c:\\dev\\go\\src\\runtime\\sys_windows_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b011" -I "$WORK\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b011\\zcallback_windows.o" "c:\\dev\\go\\src\\runtime\\zcallback_windows.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b011\\_pkg_.a" "$WORK\\b011\\asm.o" "$WORK\\b011\\asm_amd64.o" "$WORK\\b011\\duff_amd64.o" "$WORK\\b011\\memclr_amd64.o" "$WORK\\b011\\memmove_amd64.o" "$WORK\\b011\\rt0_windows_amd64.o" "$WORK\\b011\\sys_windows_amd64.o" "$WORK\\b011\\zcallback_windows.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b011\\_pkg_.a" # internal
#
# sync/atomic
#
mkdir -p $WORK\b016\
cat >$WORK\b016\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\sync\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b016\\_pkg_.a" -trimpath "$WORK\\b016" -p sync/atomic -std -buildid FByw9xRVXOXFBIBxF5Rb/FByw9xRVXOXFBIBxF5Rb -D "" -importcfg "$WORK\\b016\\importcfg" -pack -asmhdr "$WORK\\b016\\go_asm.h" -c=4 "c:\\dev\\go\\src\\sync\\atomic\\doc.go" "c:\\dev\\go\\src\\sync\\atomic\\value.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b016" -I "$WORK\\b016\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b016\\asm.o" "c:\\dev\\go\\src\\sync\\atomic\\asm.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b016\\_pkg_.a" "$WORK\\b016\\asm.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b016\\_pkg_.a" # internal
#
# sync
#
mkdir -p $WORK\b010\
cat >$WORK\b010\importcfg << 'EOF' # internal
# import config
packagefile internal/race=$WORK\b006\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sync/atomic=$WORK\b016\_pkg_.a
EOF
cd c:\dev\go\src\sync
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b010\\_pkg_.a" -trimpath "$WORK\\b010" -p sync -std -buildid 05EQfdkHZKaehbMVSZnJ/05EQfdkHZKaehbMVSZnJ -D "" -importcfg "$WORK\\b010\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\sync\\cond.go" "c:\\dev\\go\\src\\sync\\map.go" "c:\\dev\\go\\src\\sync\\mutex.go" "c:\\dev\\go\\src\\sync\\once.go" "c:\\dev\\go\\src\\sync\\pool.go" "c:\\dev\\go\\src\\sync\\runtime.go" "c:\\dev\\go\\src\\sync\\rwmutex.go" "c:\\dev\\go\\src\\sync\\waitgroup.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b010\\_pkg_.a" # internal
#
# unicode/utf16
#
mkdir -p $WORK\b018\
cat >$WORK\b018\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\unicode\utf16
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b018\\_pkg_.a" -trimpath "$WORK\\b018" -p unicode/utf16 -std -complete -buildid 5f-yqOBaNumCyW57eMW3/5f-yqOBaNumCyW57eMW3 -D "" -importcfg "$WORK\\b018\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\utf16\\utf16.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b018\\_pkg_.a" # internal
#
# syscall
#
mkdir -p $WORK\b017\
cat >$WORK\b017\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/race=$WORK\b006\_pkg_.a
packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b016\_pkg_.a
packagefile unicode/utf16=$WORK\b018\_pkg_.a
EOF
cd c:\dev\go\src\syscall
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b017\\_pkg_.a" -trimpath "$WORK\\b017" -p syscall -std -buildid D4smcbenb6p6k040iW1L/D4smcbenb6p6k040iW1L -D "" -importcfg "$WORK\\b017\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\syscall\\dll_windows.go" "c:\\dev\\go\\src\\syscall\\endian_little.go" "c:\\dev\\go\\src\\syscall\\env_windows.go" "c:\\dev\\go\\src\\syscall\\exec_windows.go" "c:\\dev\\go\\src\\syscall\\msan0.go" "c:\\dev\\go\\src\\syscall\\net.go" "c:\\dev\\go\\src\\syscall\\security_windows.go" "c:\\dev\\go\\src\\syscall\\str.go" "c:\\dev\\go\\src\\syscall\\syscall.go" "c:\\dev\\go\\src\\syscall\\syscall_windows.go" "c:\\dev\\go\\src\\syscall\\syscall_windows_amd64.go" "c:\\dev\\go\\src\\syscall\\types_windows.go" "c:\\dev\\go\\src\\syscall\\types_windows_amd64.go" "c:\\dev\\go\\src\\syscall\\zerrors_windows.go" "c:\\dev\\go\\src\\syscall\\zerrors_windows_amd64.go" "c:\\dev\\go\\src\\syscall\\zsyscall_windows.go" "c:\\dev\\go\\src\\syscall\\zsysnum_windows_amd64.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b017\\_pkg_.a" # internal
#
# internal/syscall/windows
#
mkdir -p $WORK\b008\
cat >$WORK\b008\importcfg << 'EOF' # internal
# import config
packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile syscall=$WORK\b017\_pkg_.a
EOF
cd c:\dev\go\src\internal\syscall\windows
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b008\\_pkg_.a" -trimpath "$WORK\\b008" -p internal/syscall/windows -std -complete -buildid Z6re72GgSYTd8dyGoegG/Z6re72GgSYTd8dyGoegG -D "" -importcfg "$WORK\\b008\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\syscall\\windows\\mksyscall.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\psapi_windows.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\reparse_windows.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\security_windows.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\symlink_windows.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\syscall_windows.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\zsyscall_windows.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b008\\_pkg_.a" # internal
#
# io
#
mkdir -p $WORK\b019\
cat >$WORK\b019\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b016\_pkg_.a
EOF
cd c:\dev\go\src\io
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b019\\_pkg_.a" -trimpath "$WORK\\b019" -p io -std -complete -buildid kB7VJ9DnhINRdBsQ79lq/kB7VJ9DnhINRdBsQ79lq -D "" -importcfg "$WORK\\b019\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\io\\io.go" "c:\\dev\\go\\src\\io\\multi.go" "c:\\dev\\go\\src\\io\\pipe.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b019\\_pkg_.a" # internal
#
# internal/syscall/windows/registry
#
mkdir -p $WORK\b021\
cat >$WORK\b021\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile syscall=$WORK\b017\_pkg_.a
packagefile unicode/utf16=$WORK\b018\_pkg_.a
EOF
cd c:\dev\go\src\internal\syscall\windows\registry
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b021\\_pkg_.a" -trimpath "$WORK\\b021" -p internal/syscall/windows/registry -std -complete -buildid ooI5dqXXOJJ4xGRnbp6e/ooI5dqXXOJJ4xGRnbp6e -D "" -importcfg "$WORK\\b021\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\key.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\mksyscall.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\syscall.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\value.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\zsyscall_windows.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b021\\_pkg_.a" # internal
#
# time
#
mkdir -p $WORK\b020\
cat >$WORK\b020\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/syscall/windows/registry=$WORK\b021\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile syscall=$WORK\b017\_pkg_.a
EOF
cd c:\dev\go\src\time
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b020\\_pkg_.a" -trimpath "$WORK\\b020" -p time -std -buildid 3RveTBo_BdPtXgCDokMP/3RveTBo_BdPtXgCDokMP -D "" -importcfg "$WORK\\b020\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\time\\format.go" "c:\\dev\\go\\src\\time\\sleep.go" "c:\\dev\\go\\src\\time\\sys_windows.go" "c:\\dev\\go\\src\\time\\tick.go" "c:\\dev\\go\\src\\time\\time.go" "c:\\dev\\go\\src\\time\\zoneinfo.go" "c:\\dev\\go\\src\\time\\zoneinfo_abbrs_windows.go" "c:\\dev\\go\\src\\time\\zoneinfo_read.go" "c:\\dev\\go\\src\\time\\zoneinfo_windows.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b020\\_pkg_.a" # internal
#
# unicode/utf8
#
mkdir -p $WORK\b022\
cat >$WORK\b022\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\unicode\utf8
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b022\\_pkg_.a" -trimpath "$WORK\\b022" -p unicode/utf8 -std -complete -buildid gehbAiABky8Nv9MHhs0H/gehbAiABky8Nv9MHhs0H -D "" -importcfg "$WORK\\b022\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\utf8\\utf8.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b022\\_pkg_.a" # internal
#
# internal/poll
#
mkdir -p $WORK\b005\
cat >$WORK\b005\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/race=$WORK\b006\_pkg_.a
packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b016\_pkg_.a
packagefile syscall=$WORK\b017\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
packagefile unicode/utf16=$WORK\b018\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\internal\poll
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b005\\_pkg_.a" -trimpath "$WORK\\b005" -p internal/poll -std -buildid rIRJxJU0tth_JcU7jcV2/rIRJxJU0tth_JcU7jcV2 -D "" -importcfg "$WORK\\b005\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\poll\\fd.go" "c:\\dev\\go\\src\\internal\\poll\\fd_mutex.go" "c:\\dev\\go\\src\\internal\\poll\\fd_poll_runtime.go" "c:\\dev\\go\\src\\internal\\poll\\fd_posix.go" "c:\\dev\\go\\src\\internal\\poll\\fd_windows.go" "c:\\dev\\go\\src\\internal\\poll\\hook_windows.go" "c:\\dev\\go\\src\\internal\\poll\\sendfile_windows.go" "c:\\dev\\go\\src\\internal\\poll\\sockopt.go" "c:\\dev\\go\\src\\internal\\poll\\sockopt_windows.go" "c:\\dev\\go\\src\\internal\\poll\\sockoptip.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b005\\_pkg_.a" # internal
#
# internal/testlog
#
mkdir -p $WORK\b023\
cat >$WORK\b023\importcfg << 'EOF' # internal
# import config
packagefile sync/atomic=$WORK\b016\_pkg_.a
EOF
cd c:\dev\go\src\internal\testlog
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b023\\_pkg_.a" -trimpath "$WORK\\b023" -p internal/testlog -std -complete -buildid Rj4iEmXDBGswJVb6QGQf/Rj4iEmXDBGswJVb6QGQf -D "" -importcfg "$WORK\\b023\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\testlog\\log.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b023\\_pkg_.a" # internal
#
# os
#
mkdir -p $WORK\b003\
cat >$WORK\b003\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/poll=$WORK\b005\_pkg_.a
packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
packagefile internal/testlog=$WORK\b023\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b016\_pkg_.a
packagefile syscall=$WORK\b017\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
packagefile unicode/utf16=$WORK\b018\_pkg_.a
EOF
cd c:\dev\go\src\os
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b003\\_pkg_.a" -trimpath "$WORK\\b003" -p os -std -buildid JWAWL2Y9XZ0JfF5RAaZL/JWAWL2Y9XZ0JfF5RAaZL -D "" -importcfg "$WORK\\b003\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\os\\dir.go" "c:\\dev\\go\\src\\os\\dir_windows.go" "c:\\dev\\go\\src\\os\\env.go" "c:\\dev\\go\\src\\os\\error.go" "c:\\dev\\go\\src\\os\\error_posix.go" "c:\\dev\\go\\src\\os\\error_windows.go" "c:\\dev\\go\\src\\os\\exec.go" "c:\\dev\\go\\src\\os\\exec_posix.go" "c:\\dev\\go\\src\\os\\exec_windows.go" "c:\\dev\\go\\src\\os\\executable.go" "c:\\dev\\go\\src\\os\\executable_windows.go" "c:\\dev\\go\\src\\os\\file.go" "c:\\dev\\go\\src\\os\\file_posix.go" "c:\\dev\\go\\src\\os\\file_windows.go" "c:\\dev\\go\\src\\os\\getwd.go" "c:\\dev\\go\\src\\os\\path.go" "c:\\dev\\go\\src\\os\\path_windows.go" "c:\\dev\\go\\src\\os\\proc.go" "c:\\dev\\go\\src\\os\\stat.go" "c:\\dev\\go\\src\\os\\stat_windows.go" "c:\\dev\\go\\src\\os\\sticky_notbsd.go" "c:\\dev\\go\\src\\os\\str.go" "c:\\dev\\go\\src\\os\\sys.go" "c:\\dev\\go\\src\\os\\sys_windows.go" "c:\\dev\\go\\src\\os\\types.go" "c:\\dev\\go\\src\\os\\types_windows.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b003\\_pkg_.a" # internal
#
# unicode
#
mkdir -p $WORK\b026\
cat >$WORK\b026\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\unicode
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b026\\_pkg_.a" -trimpath "$WORK\\b026" -p unicode -std -complete -buildid L7hkoMnx7LtOgQmMz8j2/L7hkoMnx7LtOgQmMz8j2 -D "" -importcfg "$WORK\\b026\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\casetables.go" "c:\\dev\\go\\src\\unicode\\digit.go" "c:\\dev\\go\\src\\unicode\\graphic.go" "c:\\dev\\go\\src\\unicode\\letter.go" "c:\\dev\\go\\src\\unicode\\tables.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b026\\_pkg_.a" # internal
#
# bytes
#
mkdir -p $WORK\b025\
cat >$WORK\b025\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/bytealg=$WORK\b012\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile unicode=$WORK\b026\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\bytes
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b025\\_pkg_.a" -trimpath "$WORK\\b025" -p bytes -std -buildid oJK5GBIts6jbGn2b2OZH/oJK5GBIts6jbGn2b2OZH -D "" -importcfg "$WORK\\b025\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\bytes\\buffer.go" "c:\\dev\\go\\src\\bytes\\bytes.go" "c:\\dev\\go\\src\\bytes\\bytes_decl.go" "c:\\dev\\go\\src\\bytes\\reader.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b025\\_pkg_.a" # internal
#
# math
#
mkdir -p $WORK\b029\
cat >$WORK\b029\importcfg << 'EOF' # internal
# import config
packagefile internal/cpu=$WORK\b013\_pkg_.a
EOF
cd c:\dev\go\src\math
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b029\\_pkg_.a" -trimpath "$WORK\\b029" -p math -std -buildid EwRtFU4n0J7YzrZmlbNw/EwRtFU4n0J7YzrZmlbNw -D "" -importcfg "$WORK\\b029\\importcfg" -pack -asmhdr "$WORK\\b029\\go_asm.h" -c=4 "c:\\dev\\go\\src\\math\\abs.go" "c:\\dev\\go\\src\\math\\acosh.go" "c:\\dev\\go\\src\\math\\asin.go" "c:\\dev\\go\\src\\math\\asinh.go" "c:\\dev\\go\\src\\math\\atan.go" "c:\\dev\\go\\src\\math\\atan2.go" "c:\\dev\\go\\src\\math\\atanh.go" "c:\\dev\\go\\src\\math\\bits.go" "c:\\dev\\go\\src\\math\\cbrt.go" "c:\\dev\\go\\src\\math\\const.go" "c:\\dev\\go\\src\\math\\copysign.go" "c:\\dev\\go\\src\\math\\dim.go" "c:\\dev\\go\\src\\math\\erf.go" "c:\\dev\\go\\src\\math\\erfinv.go" "c:\\dev\\go\\src\\math\\exp.go" "c:\\dev\\go\\src\\math\\exp_asm.go" "c:\\dev\\go\\src\\math\\expm1.go" "c:\\dev\\go\\src\\math\\floor.go" "c:\\dev\\go\\src\\math\\frexp.go" "c:\\dev\\go\\src\\math\\gamma.go" "c:\\dev\\go\\src\\math\\hypot.go" "c:\\dev\\go\\src\\math\\j0.go" "c:\\dev\\go\\src\\math\\j1.go" "c:\\dev\\go\\src\\math\\jn.go" "c:\\dev\\go\\src\\math\\ldexp.go" "c:\\dev\\go\\src\\math\\lgamma.go" "c:\\dev\\go\\src\\math\\log.go" "c:\\dev\\go\\src\\math\\log10.go" "c:\\dev\\go\\src\\math\\log1p.go" "c:\\dev\\go\\src\\math\\logb.go" "c:\\dev\\go\\src\\math\\mod.go" "c:\\dev\\go\\src\\math\\modf.go" "c:\\dev\\go\\src\\math\\nextafter.go" "c:\\dev\\go\\src\\math\\pow.go" "c:\\dev\\go\\src\\math\\pow10.go" "c:\\dev\\go\\src\\math\\remainder.go" "c:\\dev\\go\\src\\math\\signbit.go" "c:\\dev\\go\\src\\math\\sin.go" "c:\\dev\\go\\src\\math\\sincos.go" "c:\\dev\\go\\src\\math\\sinh.go" "c:\\dev\\go\\src\\math\\sqrt.go" "c:\\dev\\go\\src\\math\\tan.go" "c:\\dev\\go\\src\\math\\tanh.go" "c:\\dev\\go\\src\\math\\unsafe.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b029" -I "$WORK\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b029\\asin_amd64.o" "c:\\dev\\go\\src\\math\\asin_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b029" -I "$WORK\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b029\\asinh_stub.o" "c:\\dev\\go\\src\\math\\asinh_stub.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b029" -I "$WORK\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b029\\atan2_amd64.o" "c:\\dev\\go\\src\\math\\atan2_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b029" -I "$WORK\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b029\\atan_amd64.o" "c:\\dev\\go\\src\\math\\atan_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b029" -I "$WORK\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b029\\cbrt_stub.o" "c:\\dev\\go\\src\\math\\cbrt_stub.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b029" -I "$WORK\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b029\\dim_amd64.o" "c:\\dev\\go\\src\\math\\dim_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b029" -I "$WORK\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b029\\erf_stub.o" "c:\\dev\\go\\src\\math\\erf_stub.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b029" -I "$WORK\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b029\\exp2_amd64.o" "c:\\dev\\go\\src\\math\\exp2_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b029" -I "$WORK\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b029\\exp_amd64.o" "c:\\dev\\go\\src\\math\\exp_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b029" -I "$WORK\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b029\\expm1_amd64.o" "c:\\dev\\go\\src\\math\\expm1_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b029" -I "$WORK\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b029\\floor_amd64.o" "c:\\dev\\go\\src\\math\\floor_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b029" -I "$WORK\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b029\\frexp_amd64.o" "c:\\dev\\go\\src\\math\\frexp_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b029" -I "$WORK\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b029\\hypot_amd64.o" "c:\\dev\\go\\src\\math\\hypot_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b029" -I "$WORK\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b029\\ldexp_amd64.o" "c:\\dev\\go\\src\\math\\ldexp_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b029" -I "$WORK\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b029\\log10_amd64.o" "c:\\dev\\go\\src\\math\\log10_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b029" -I "$WORK\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b029\\log1p_amd64.o" "c:\\dev\\go\\src\\math\\log1p_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b029" -I "$WORK\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b029\\log_amd64.o" "c:\\dev\\go\\src\\math\\log_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b029" -I "$WORK\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b029\\mod_amd64.o" "c:\\dev\\go\\src\\math\\mod_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b029" -I "$WORK\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b029\\modf_amd64.o" "c:\\dev\\go\\src\\math\\modf_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b029" -I "$WORK\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b029\\pow_stub.o" "c:\\dev\\go\\src\\math\\pow_stub.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b029" -I "$WORK\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b029\\remainder_amd64.o" "c:\\dev\\go\\src\\math\\remainder_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b029" -I "$WORK\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b029\\sin_amd64.o" "c:\\dev\\go\\src\\math\\sin_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b029" -I "$WORK\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b029\\sinh_stub.o" "c:\\dev\\go\\src\\math\\sinh_stub.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b029" -I "$WORK\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b029\\sqrt_amd64.o" "c:\\dev\\go\\src\\math\\sqrt_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b029" -I "$WORK\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b029\\tan_amd64.o" "c:\\dev\\go\\src\\math\\tan_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b029\\_pkg_.a" "$WORK\\b029\\asin_amd64.o" "$WORK\\b029\\asinh_stub.o" "$WORK\\b029\\atan2_amd64.o" "$WORK\\b029\\atan_amd64.o" "$WORK\\b029\\cbrt_stub.o" "$WORK\\b029\\dim_amd64.o" "$WORK\\b029\\erf_stub.o" "$WORK\\b029\\exp2_amd64.o" "$WORK\\b029\\exp_amd64.o" "$WORK\\b029\\expm1_amd64.o" "$WORK\\b029\\floor_amd64.o" "$WORK\\b029\\frexp_amd64.o" "$WORK\\b029\\hypot_amd64.o" "$WORK\\b029\\ldexp_amd64.o" "$WORK\\b029\\log10_amd64.o" "$WORK\\b029\\log1p_amd64.o" "$WORK\\b029\\log_amd64.o" "$WORK\\b029\\mod_amd64.o" "$WORK\\b029\\modf_amd64.o" "$WORK\\b029\\pow_stub.o" "$WORK\\b029\\remainder_amd64.o" "$WORK\\b029\\sin_amd64.o" "$WORK\\b029\\sinh_stub.o" "$WORK\\b029\\sqrt_amd64.o" "$WORK\\b029\\tan_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b029\\_pkg_.a" # internal
#
# math/bits
#
mkdir -p $WORK\b032\
cat >$WORK\b032\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\math\bits
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b032\\_pkg_.a" -trimpath "$WORK\\b032" -p math/bits -std -complete -buildid qjuiqOfZSc2S1u1bEGlK/qjuiqOfZSc2S1u1bEGlK -D "" -importcfg "$WORK\\b032\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\math\\bits\\bits.go" "c:\\dev\\go\\src\\math\\bits\\bits_tables.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b032\\_pkg_.a" # internal
#
# strconv
#
mkdir -p $WORK\b031\
cat >$WORK\b031\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile math=$WORK\b029\_pkg_.a
packagefile math/bits=$WORK\b032\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\strconv
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b031\\_pkg_.a" -trimpath "$WORK\\b031" -p strconv -std -complete -buildid mf6idWM5K-TWbyMBcXTm/mf6idWM5K-TWbyMBcXTm -D "" -importcfg "$WORK\\b031\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\strconv\\atob.go" "c:\\dev\\go\\src\\strconv\\atof.go" "c:\\dev\\go\\src\\strconv\\atoi.go" "c:\\dev\\go\\src\\strconv\\decimal.go" "c:\\dev\\go\\src\\strconv\\doc.go" "c:\\dev\\go\\src\\strconv\\extfloat.go" "c:\\dev\\go\\src\\strconv\\ftoa.go" "c:\\dev\\go\\src\\strconv\\isprint.go" "c:\\dev\\go\\src\\strconv\\itoa.go" "c:\\dev\\go\\src\\strconv\\quote.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b031\\_pkg_.a" # internal
#
# reflect
#
mkdir -p $WORK\b030\
cat >$WORK\b030\importcfg << 'EOF' # internal
# import config
packagefile math=$WORK\b029\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile unicode=$WORK\b026\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\reflect
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b030\\_pkg_.a" -trimpath "$WORK\\b030" -p reflect -std -buildid EZL2RvyBzQwNC7DQ4Omy/EZL2RvyBzQwNC7DQ4Omy -D "" -importcfg "$WORK\\b030\\importcfg" -pack -asmhdr "$WORK\\b030\\go_asm.h" -c=4 "c:\\dev\\go\\src\\reflect\\deepequal.go" "c:\\dev\\go\\src\\reflect\\makefunc.go" "c:\\dev\\go\\src\\reflect\\swapper.go" "c:\\dev\\go\\src\\reflect\\type.go" "c:\\dev\\go\\src\\reflect\\value.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b030" -I "$WORK\\b030\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b030\\asm_amd64.o" "c:\\dev\\go\\src\\reflect\\asm_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b030\\_pkg_.a" "$WORK\\b030\\asm_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b030\\_pkg_.a" # internal
#
# fmt
#
mkdir -p $WORK\b028\
cat >$WORK\b028\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile math=$WORK\b029\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile reflect=$WORK\b030\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\fmt
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b028\\_pkg_.a" -trimpath "$WORK\\b028" -p fmt -std -complete -buildid _L0gtWxMphbLFhv2k8Hd/_L0gtWxMphbLFhv2k8Hd -D "" -importcfg "$WORK\\b028\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\fmt\\doc.go" "c:\\dev\\go\\src\\fmt\\format.go" "c:\\dev\\go\\src\\fmt\\print.go" "c:\\dev\\go\\src\\fmt\\scan.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b028\\_pkg_.a" # internal
#
# sort
#
mkdir -p $WORK\b033\
cat >$WORK\b033\importcfg << 'EOF' # internal
# import config
packagefile reflect=$WORK\b030\_pkg_.a
EOF
cd c:\dev\go\src\sort
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b033\\_pkg_.a" -trimpath "$WORK\\b033" -p sort -std -complete -buildid -r0hr_w5ClaXQchtU_cG/-r0hr_w5ClaXQchtU_cG -D "" -importcfg "$WORK\\b033\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\sort\\search.go" "c:\\dev\\go\\src\\sort\\slice.go" "c:\\dev\\go\\src\\sort\\sort.go" "c:\\dev\\go\\src\\sort\\zfuncversion.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b033\\_pkg_.a" # internal
#
# strings
#
mkdir -p $WORK\b034\
cat >$WORK\b034\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/bytealg=$WORK\b012\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile unicode=$WORK\b026\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\strings
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b034\\_pkg_.a" -trimpath "$WORK\\b034" -p strings -std -buildid 4UvjdJgobNas7obDmNA6/4UvjdJgobNas7obDmNA6 -D "" -importcfg "$WORK\\b034\\importcfg" -pack -asmhdr "$WORK\\b034\\go_asm.h" -c=4 "c:\\dev\\go\\src\\strings\\builder.go" "c:\\dev\\go\\src\\strings\\compare.go" "c:\\dev\\go\\src\\strings\\reader.go" "c:\\dev\\go\\src\\strings\\replace.go" "c:\\dev\\go\\src\\strings\\search.go" "c:\\dev\\go\\src\\strings\\strings.go" "c:\\dev\\go\\src\\strings\\strings_decl.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b034" -I "$WORK\\b034\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b034\\strings.o" "c:\\dev\\go\\src\\strings\\strings.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b034\\_pkg_.a" "$WORK\\b034\\strings.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b034\\_pkg_.a" # internal
#
# flag
#
mkdir -p $WORK\b027\
cat >$WORK\b027\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile reflect=$WORK\b030\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
EOF
cd c:\dev\go\src\flag
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b027\\_pkg_.a" -trimpath "$WORK\\b027" -p flag -std -complete -buildid n6J-AlbJBVUxVxEjZND4/n6J-AlbJBVUxVxEjZND4 -D "" -importcfg "$WORK\\b027\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\flag\\flag.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b027\\_pkg_.a" # internal
#
# runtime/debug
#
mkdir -p $WORK\b035\
cat >$WORK\b035\importcfg << 'EOF' # internal
# import config
packagefile os=$WORK\b003\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
EOF
cd c:\dev\go\src\runtime\debug
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b035\\_pkg_.a" -trimpath "$WORK\\b035" -p runtime/debug -std -buildid 0mRk2xchU3qNM7tCosuo/0mRk2xchU3qNM7tCosuo -D "" -importcfg "$WORK\\b035\\importcfg" -pack -asmhdr "$WORK\\b035\\go_asm.h" -c=4 "c:\\dev\\go\\src\\runtime\\debug\\garbage.go" "c:\\dev\\go\\src\\runtime\\debug\\stack.go" "c:\\dev\\go\\src\\runtime\\debug\\stubs.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b035" -I "$WORK\\b035\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b035\\debug.o" "c:\\dev\\go\\src\\runtime\\debug\\debug.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b035\\_pkg_.a" "$WORK\\b035\\debug.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b035\\_pkg_.a" # internal
#
# context
#
mkdir -p $WORK\b037\
cat >$WORK\b037\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile reflect=$WORK\b030\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
EOF
cd c:\dev\go\src\context
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b037\\_pkg_.a" -trimpath "$WORK\\b037" -p context -std -complete -buildid 3OSUjWeldeh5q6wxH9K4/3OSUjWeldeh5q6wxH9K4 -D "" -importcfg "$WORK\\b037\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\context\\context.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b037\\_pkg_.a" # internal
#
# runtime/trace
#
mkdir -p $WORK\b036\
cat >$WORK\b036\importcfg << 'EOF' # internal
# import config
packagefile context=$WORK\b037\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b016\_pkg_.a
EOF
cd c:\dev\go\src\runtime\trace
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b036\\_pkg_.a" -trimpath "$WORK\\b036" -p runtime/trace -std -buildid tbBHnjCzcw428EbL8ruC/tbBHnjCzcw428EbL8ruC -D "" -importcfg "$WORK\\b036\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\runtime\\trace\\annotation.go" "c:\\dev\\go\\src\\runtime\\trace\\trace.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b036\\_pkg_.a" # internal
#
# testing
#
mkdir -p $WORK\b024\
cat >$WORK\b024\importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK\b025\_pkg_.a
packagefile errors=$WORK\b004\_pkg_.a
packagefile flag=$WORK\b027\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile internal/race=$WORK\b006\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile runtime/debug=$WORK\b035\_pkg_.a
packagefile runtime/trace=$WORK\b036\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b016\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
EOF
cd c:\dev\go\src\testing
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b024\\_pkg_.a" -trimpath "$WORK\\b024" -p testing -std -complete -buildid d3GxqVjOm4MRf-Z4I7dI/d3GxqVjOm4MRf-Z4I7dI -D "" -importcfg "$WORK\\b024\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\testing\\allocs.go" "c:\\dev\\go\\src\\testing\\benchmark.go" "c:\\dev\\go\\src\\testing\\cover.go" "c:\\dev\\go\\src\\testing\\example.go" "c:\\dev\\go\\src\\testing\\match.go" "c:\\dev\\go\\src\\testing\\testing.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b024\\_pkg_.a" # internal
#
# bufio
#
mkdir -p $WORK\b039\
cat >$WORK\b039\importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK\b025\_pkg_.a
packagefile errors=$WORK\b004\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\bufio
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b039\\_pkg_.a" -trimpath "$WORK\\b039" -p bufio -std -complete -buildid c8MWo6JVsA3lGzxb9X32/c8MWo6JVsA3lGzxb9X32 -D "" -importcfg "$WORK\\b039\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\bufio\\bufio.go" "c:\\dev\\go\\src\\bufio\\scan.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b039\\_pkg_.a" # internal
#
# regexp/syntax
#
mkdir -p $WORK\b041\
cat >$WORK\b041\importcfg << 'EOF' # internal
# import config
packagefile sort=$WORK\b033\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile unicode=$WORK\b026\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\regexp\syntax
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b041\\_pkg_.a" -trimpath "$WORK\\b041" -p regexp/syntax -std -complete -buildid _05hXjPWTMsbYHk54li1/_05hXjPWTMsbYHk54li1 -D "" -importcfg "$WORK\\b041\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\regexp\\syntax\\compile.go" "c:\\dev\\go\\src\\regexp\\syntax\\doc.go" "c:\\dev\\go\\src\\regexp\\syntax\\op_string.go" "c:\\dev\\go\\src\\regexp\\syntax\\parse.go" "c:\\dev\\go\\src\\regexp\\syntax\\perl_groups.go" "c:\\dev\\go\\src\\regexp\\syntax\\prog.go" "c:\\dev\\go\\src\\regexp\\syntax\\regexp.go" "c:\\dev\\go\\src\\regexp\\syntax\\simplify.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b041\\_pkg_.a" # internal
#
# regexp
#
mkdir -p $WORK\b040\
cat >$WORK\b040\importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK\b025\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile regexp/syntax=$WORK\b041\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile unicode=$WORK\b026\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\regexp
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b040\\_pkg_.a" -trimpath "$WORK\\b040" -p regexp -std -complete -buildid r8pYgNoiyIeNJ7D3ARR_/r8pYgNoiyIeNJ7D3ARR_ -D "" -importcfg "$WORK\\b040\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\regexp\\backtrack.go" "c:\\dev\\go\\src\\regexp\\exec.go" "c:\\dev\\go\\src\\regexp\\onepass.go" "c:\\dev\\go\\src\\regexp\\regexp.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b040\\_pkg_.a" # internal
#
# compress/flate
#
mkdir -p $WORK\b044\
cat >$WORK\b044\importcfg << 'EOF' # internal
# import config
packagefile bufio=$WORK\b039\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile math=$WORK\b029\_pkg_.a
packagefile math/bits=$WORK\b032\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
EOF
cd c:\dev\go\src\compress\flate
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b044\\_pkg_.a" -trimpath "$WORK\\b044" -p compress/flate -std -complete -buildid EbQfYKCJF1o2Su2ojhyd/EbQfYKCJF1o2Su2ojhyd -D "" -importcfg "$WORK\\b044\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\compress\\flate\\deflate.go" "c:\\dev\\go\\src\\compress\\flate\\deflatefast.go" "c:\\dev\\go\\src\\compress\\flate\\dict_decoder.go" "c:\\dev\\go\\src\\compress\\flate\\huffman_bit_writer.go" "c:\\dev\\go\\src\\compress\\flate\\huffman_code.go" "c:\\dev\\go\\src\\compress\\flate\\inflate.go" "c:\\dev\\go\\src\\compress\\flate\\token.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b044\\_pkg_.a" # internal
#
# encoding/binary
#
mkdir -p $WORK\b045\
cat >$WORK\b045\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile math=$WORK\b029\_pkg_.a
packagefile reflect=$WORK\b030\_pkg_.a
EOF
cd c:\dev\go\src\encoding\binary
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b045\\_pkg_.a" -trimpath "$WORK\\b045" -p encoding/binary -std -complete -buildid MfDQQNgO6NP73QSorteB/MfDQQNgO6NP73QSorteB -D "" -importcfg "$WORK\\b045\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\encoding\\binary\\binary.go" "c:\\dev\\go\\src\\encoding\\binary\\varint.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b045\\_pkg_.a" # internal
#
# hash
#
mkdir -p $WORK\b047\
cat >$WORK\b047\importcfg << 'EOF' # internal
# import config
packagefile io=$WORK\b019\_pkg_.a
EOF
cd c:\dev\go\src\hash
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b047\\_pkg_.a" -trimpath "$WORK\\b047" -p hash -std -complete -buildid R2THdfV_8dswBBFWwQRx/R2THdfV_8dswBBFWwQRx -D "" -importcfg "$WORK\\b047\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\hash\\hash.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b047\\_pkg_.a" # internal
#
# hash/crc32
#
mkdir -p $WORK\b046\
cat >$WORK\b046\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile hash=$WORK\b047\_pkg_.a
packagefile internal/cpu=$WORK\b013\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
EOF
cd c:\dev\go\src\hash\crc32
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b046\\_pkg_.a" -trimpath "$WORK\\b046" -p hash/crc32 -std -buildid s6lpAIP7x35hi7I_oaLT/s6lpAIP7x35hi7I_oaLT -D "" -importcfg "$WORK\\b046\\importcfg" -pack -asmhdr "$WORK\\b046\\go_asm.h" -c=4 "c:\\dev\\go\\src\\hash\\crc32\\crc32.go" "c:\\dev\\go\\src\\hash\\crc32\\crc32_amd64.go" "c:\\dev\\go\\src\\hash\\crc32\\crc32_generic.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b046" -I "$WORK\\b046\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b046\\crc32_amd64.o" "c:\\dev\\go\\src\\hash\\crc32\\crc32_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b046\\_pkg_.a" "$WORK\\b046\\crc32_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b046\\_pkg_.a" # internal
#
# compress/gzip
#
mkdir -p $WORK\b043\
cat >$WORK\b043\importcfg << 'EOF' # internal
# import config
packagefile bufio=$WORK\b039\_pkg_.a
packagefile compress/flate=$WORK\b044\_pkg_.a
packagefile encoding/binary=$WORK\b045\_pkg_.a
packagefile errors=$WORK\b004\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile hash/crc32=$WORK\b046\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
EOF
cd c:\dev\go\src\compress\gzip
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b043\\_pkg_.a" -trimpath "$WORK\\b043" -p compress/gzip -std -complete -buildid iOqP0zYv_52FDRXxSvGn/iOqP0zYv_52FDRXxSvGn -D "" -importcfg "$WORK\\b043\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\compress\\gzip\\gunzip.go" "c:\\dev\\go\\src\\compress\\gzip\\gzip.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b043\\_pkg_.a" # internal
#
# path/filepath
#
mkdir -p $WORK\b049\
cat >$WORK\b049\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile syscall=$WORK\b017\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\path\filepath
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b049\\_pkg_.a" -trimpath "$WORK\\b049" -p path/filepath -std -complete -buildid euPf-UV1TS54b5AaEz34/euPf-UV1TS54b5AaEz34 -D "" -importcfg "$WORK\\b049\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\path\\filepath\\match.go" "c:\\dev\\go\\src\\path\\filepath\\path.go" "c:\\dev\\go\\src\\path\\filepath\\path_windows.go" "c:\\dev\\go\\src\\path\\filepath\\symlink.go" "c:\\dev\\go\\src\\path\\filepath\\symlink_windows.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b049\\_pkg_.a" # internal
#
# io/ioutil
#
mkdir -p $WORK\b048\
cat >$WORK\b048\importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK\b025\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile path/filepath=$WORK\b049\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
EOF
cd c:\dev\go\src\io\ioutil
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b048\\_pkg_.a" -trimpath "$WORK\\b048" -p io/ioutil -std -complete -buildid D5T4RPj2XGBTYONvieWX/D5T4RPj2XGBTYONvieWX -D "" -importcfg "$WORK\\b048\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\io\\ioutil\\ioutil.go" "c:\\dev\\go\\src\\io\\ioutil\\tempfile.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b048\\_pkg_.a" # internal
#
# text/tabwriter
#
mkdir -p $WORK\b050\
cat >$WORK\b050\importcfg << 'EOF' # internal
# import config
packagefile io=$WORK\b019\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\text\tabwriter
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b050\\_pkg_.a" -trimpath "$WORK\\b050" -p text/tabwriter -std -complete -buildid 4Lurt2A4UYUmqiNUIYjs/4Lurt2A4UYUmqiNUIYjs -D "" -importcfg "$WORK\\b050\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\text\\tabwriter\\tabwriter.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b050\\_pkg_.a" # internal
#
# runtime/pprof
#
mkdir -p $WORK\b042\
cat >$WORK\b042\importcfg << 'EOF' # internal
# import config
packagefile bufio=$WORK\b039\_pkg_.a
packagefile bytes=$WORK\b025\_pkg_.a
packagefile compress/gzip=$WORK\b043\_pkg_.a
packagefile context=$WORK\b037\_pkg_.a
packagefile encoding/binary=$WORK\b045\_pkg_.a
packagefile errors=$WORK\b004\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile io/ioutil=$WORK\b048\_pkg_.a
packagefile math=$WORK\b029\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile text/tabwriter=$WORK\b050\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
EOF
cd c:\dev\go\src\runtime\pprof
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b042\\_pkg_.a" -trimpath "$WORK\\b042" -p runtime/pprof -std -buildid GL60AhUZ8oG1V5DQmb8O/GL60AhUZ8oG1V5DQmb8O -D "" -importcfg "$WORK\\b042\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\runtime\\pprof\\elf.go" "c:\\dev\\go\\src\\runtime\\pprof\\label.go" "c:\\dev\\go\\src\\runtime\\pprof\\map.go" "c:\\dev\\go\\src\\runtime\\pprof\\pprof.go" "c:\\dev\\go\\src\\runtime\\pprof\\proto.go" "c:\\dev\\go\\src\\runtime\\pprof\\protobuf.go" "c:\\dev\\go\\src\\runtime\\pprof\\protomem.go" "c:\\dev\\go\\src\\runtime\\pprof\\runtime.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b042\\_pkg_.a" # internal
#
# testing/internal/testdeps
#
mkdir -p $WORK\b038\
cat >$WORK\b038\importcfg << 'EOF' # internal
# import config
packagefile bufio=$WORK\b039\_pkg_.a
packagefile internal/testlog=$WORK\b023\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile regexp=$WORK\b040\_pkg_.a
packagefile runtime/pprof=$WORK\b042\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
EOF
cd c:\dev\go\src\testing\internal\testdeps
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b038\\_pkg_.a" -trimpath "$WORK\\b038" -p testing/internal/testdeps -std -complete -buildid ap9vQ6PYLyVk8vYvnpbf/ap9vQ6PYLyVk8vYvnpbf -D "" -importcfg "$WORK\\b038\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\testing\\internal\\testdeps\\deps.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b038\\_pkg_.a" # internal
#
# log
#
mkdir -p $WORK\b052\
cat >$WORK\b052\importcfg << 'EOF' # internal
# import config
packagefile fmt=$WORK\b028\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
EOF
cd c:\dev\go\src\log
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b052\\_pkg_.a" -trimpath "$WORK\\b052" -p log -std -complete -buildid T5OVU_ZqZRoilhHpWdWs/T5OVU_ZqZRoilhHpWdWs -D "" -importcfg "$WORK\\b052\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\log\\log.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b052\\_pkg_.a" # internal
#
# command-line-arguments_test
#
mkdir -p $WORK\b051\
cat >$WORK\b051\importcfg << 'EOF' # internal
# import config
packagefile flag=$WORK\b027\_pkg_.a
packagefile log=$WORK\b052\_pkg_.a
packagefile testing=$WORK\b024\_pkg_.a
EOF
cd c:\dev\go\src\cmd\go\testdata
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b051\\_pkg_.a" -trimpath "$WORK\\b051" -p command-line-arguments_test -complete -buildid 7DPU7jP9wXCspJwXNh8Q/7DPU7jP9wXCspJwXNh8Q -D _/c_/dev/go/src/cmd/go/testdata -importcfg "$WORK\\b051\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\flag_test.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b051\\_pkg_.a" # internal
#
# command-line-arguments.test
#
cat >$WORK\b001\importcfg << 'EOF' # internal
# import config
packagefile os=$WORK\b003\_pkg_.a
packagefile testing=$WORK\b024\_pkg_.a
packagefile testing/internal/testdeps=$WORK\b038\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile command-line-arguments_test=$WORK\b051\_pkg_.a
EOF
cd $WORK\b001\
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b001\\_pkg_.a" -trimpath "$WORK\\b001" -p main -complete -buildid FzbUHXydIjl6ocQF2LI7/FzbUHXydIjl6ocQF2LI7 -dwarf=false -D "" -importcfg "$WORK\\b001\\importcfg" -pack -c=4 "$WORK\\b001\\_testmain.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b001\\_pkg_.a" # internal
cat >$WORK\b001\importcfg.link << 'EOF' # internal
packagefile command-line-arguments.test=$WORK\b001\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile testing=$WORK\b024\_pkg_.a
packagefile testing/internal/testdeps=$WORK\b038\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile command-line-arguments_test=$WORK\b051\_pkg_.a
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/poll=$WORK\b005\_pkg_.a
packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
packagefile internal/testlog=$WORK\b023\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b016\_pkg_.a
packagefile syscall=$WORK\b017\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
packagefile unicode/utf16=$WORK\b018\_pkg_.a
packagefile bytes=$WORK\b025\_pkg_.a
packagefile flag=$WORK\b027\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile internal/race=$WORK\b006\_pkg_.a
packagefile runtime/debug=$WORK\b035\_pkg_.a
packagefile runtime/trace=$WORK\b036\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile bufio=$WORK\b039\_pkg_.a
packagefile regexp=$WORK\b040\_pkg_.a
packagefile runtime/pprof=$WORK\b042\_pkg_.a
packagefile internal/bytealg=$WORK\b012\_pkg_.a
packagefile internal/cpu=$WORK\b013\_pkg_.a
packagefile runtime/internal/atomic=$WORK\b014\_pkg_.a
packagefile runtime/internal/sys=$WORK\b015\_pkg_.a
packagefile log=$WORK\b052\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
packagefile internal/syscall/windows/registry=$WORK\b021\_pkg_.a
packagefile unicode=$WORK\b026\_pkg_.a
packagefile reflect=$WORK\b030\_pkg_.a
packagefile math=$WORK\b029\_pkg_.a
packagefile context=$WORK\b037\_pkg_.a
packagefile math/bits=$WORK\b032\_pkg_.a
packagefile regexp/syntax=$WORK\b041\_pkg_.a
packagefile compress/gzip=$WORK\b043\_pkg_.a
packagefile encoding/binary=$WORK\b045\_pkg_.a
packagefile io/ioutil=$WORK\b048\_pkg_.a
packagefile text/tabwriter=$WORK\b050\_pkg_.a
packagefile compress/flate=$WORK\b044\_pkg_.a
packagefile hash/crc32=$WORK\b046\_pkg_.a
packagefile path/filepath=$WORK\b049\_pkg_.a
packagefile hash=$WORK\b047\_pkg_.a
EOF
cd .
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "$WORK\\b001\\flag.test.exe" -importcfg "$WORK\\b001\\importcfg.link" -s -w -buildmode=exe -buildid=DGLS8H_LJ5DLWGR3N_oH/FzbUHXydIjl6ocQF2LI7/FzbUHXydIjl6ocQF2LI7/DGLS8H_LJ5DLWGR3N_oH -extld=gcc "$WORK\\b001\\_pkg_.a"
cat >$WORK\b051\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\cmd\\go\\testdata",
"GoFiles": [
"c:\\dev\\go\\src\\cmd\\go\\testdata\\flag_test.go"
],
"ImportMap": {
"flag": "flag",
"fmt": "fmt",
"log": "log",
"testing": "testing"
},
"PackageFile": {
"flag": "$WORK\\b027\\_pkg_.a",
"fmt": "$WORK\\b028\\_pkg_.a",
"log": "$WORK\\b052\\_pkg_.a",
"testing": "$WORK\\b024\\_pkg_.a"
},
"ImportPath": "command-line-arguments_test",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\cmd\go\testdata
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "$WORK\\b051\\vet.cfg"
$WORK\b001\flag.test.exe -v=7
=== RUN TestGoTestJSON
=== PAUSE TestGoTestJSON
=== RUN TestFailFast
=== RUN TestFailFast/TestFailingA
=== RUN TestFailFast/TestFailing[AB]
=== RUN TestFailFast/TestFailing[AB]#01
=== RUN TestFailFast/TestA|TestFailing[AB]
=== RUN TestFailFast/TestA|TestFailing[AB]#01
=== RUN TestFailFast/TestFailingB|TestParallelFailingA
=== RUN TestFailFast/TestFailingB|TestParallelFailingA#01
=== RUN TestFailFast/TestFailingB|TestParallelFailing[AB]
=== RUN TestFailFast/TestFailingB|TestParallelFailing[AB]#01
=== RUN TestFailFast/TestFailingB|TestParallelFailing[AB]|TestParallelFailingSubtestsA
=== RUN TestFailFast/TestFailingB|TestParallelFailing[AB]|TestParallelFailingSubtestsA#01
=== RUN TestFailFast/TestParallelFailingSubtestsA
=== RUN TestFailFast/TestParallelFailing[AB]
=== RUN TestFailFast/TestFailingSubtestsA
=== RUN TestFailFast/TestFailingSubtestsA#01
=== RUN TestFailFast/TestFatal[CD]
=== RUN TestFailFast/TestFatal[CD]#01
--- PASS: TestFailFast (68.89s)
go_test.go:5783: running testgo [test ./testdata/src/failfast_test.go -run=TestFailingA -failfast=true]
go_test.go:5783: standard output:
go_test.go:5783: --- FAIL: TestFailingA (0.00s)
failfast_test.go:15: FAIL - TestFailingA
FAIL
FAIL command-line-arguments 0.038s
go_test.go:5783: testgo failed as expected: exit status 1
--- PASS: TestFailFast/TestFailingA (4.65s)
go_test.go:5783: running testgo [test ./testdata/src/failfast_test.go -run=TestFailing[AB] -failfast=true]
go_test.go:5783: standard output:
go_test.go:5783: --- FAIL: TestFailingA (0.00s)
failfast_test.go:15: FAIL - TestFailingA
FAIL
FAIL command-line-arguments 0.023s
go_test.go:5783: testgo failed as expected: exit status 1
--- PASS: TestFailFast/TestFailing[AB] (4.25s)
go_test.go:5783: running testgo [test ./testdata/src/failfast_test.go -run=TestFailing[AB] -failfast=false]
go_test.go:5783: standard output:
go_test.go:5783: --- FAIL: TestFailingA (0.00s)
failfast_test.go:15: FAIL - TestFailingA
--- FAIL: TestFailingB (0.00s)
failfast_test.go:53: FAIL - TestFailingB
FAIL
FAIL command-line-arguments 0.029s
go_test.go:5783: testgo failed as expected: exit status 1
--- PASS: TestFailFast/TestFailing[AB]#01 (3.89s)
go_test.go:5783: running testgo [test ./testdata/src/failfast_test.go -run=TestA|TestFailing[AB] -failfast=true]
go_test.go:5783: standard output:
go_test.go:5783: --- FAIL: TestFailingA (0.00s)
failfast_test.go:15: FAIL - TestFailingA
FAIL
FAIL command-line-arguments 0.025s
go_test.go:5783: testgo failed as expected: exit status 1
--- PASS: TestFailFast/TestA|TestFailing[AB] (3.88s)
go_test.go:5783: running testgo [test ./testdata/src/failfast_test.go -run=TestA|TestFailing[AB] -failfast=false]
go_test.go:5783: standard output:
go_test.go:5783: --- FAIL: TestFailingA (0.00s)
failfast_test.go:15: FAIL - TestFailingA
--- FAIL: TestFailingB (0.00s)
failfast_test.go:53: FAIL - TestFailingB
FAIL
FAIL command-line-arguments 0.028s
go_test.go:5783: testgo failed as expected: exit status 1
--- PASS: TestFailFast/TestA|TestFailing[AB]#01 (3.89s)
go_test.go:5783: running testgo [test ./testdata/src/failfast_test.go -run=TestFailingB|TestParallelFailingA -failfast=true]
go_test.go:5783: standard output:
go_test.go:5783: --- FAIL: TestFailingB (0.00s)
failfast_test.go:53: FAIL - TestFailingB
--- FAIL: TestParallelFailingA (0.00s)
failfast_test.go:25: FAIL - TestParallelFailingA
FAIL
FAIL command-line-arguments 0.024s
go_test.go:5783: testgo failed as expected: exit status 1
--- PASS: TestFailFast/TestFailingB|TestParallelFailingA (3.99s)
go_test.go:5783: running testgo [test ./testdata/src/failfast_test.go -run=TestFailingB|TestParallelFailingA -failfast=false]
go_test.go:5783: standard output:
go_test.go:5783: --- FAIL: TestFailingB (0.00s)
failfast_test.go:53: FAIL - TestFailingB
--- FAIL: TestParallelFailingA (0.00s)
failfast_test.go:25: FAIL - TestParallelFailingA
FAIL
FAIL command-line-arguments 0.029s
go_test.go:5783: testgo failed as expected: exit status 1
--- PASS: TestFailFast/TestFailingB|TestParallelFailingA#01 (3.99s)
go_test.go:5783: running testgo [test ./testdata/src/failfast_test.go -run=TestFailingB|TestParallelFailing[AB] -failfast=true]
go_test.go:5783: standard output:
go_test.go:5783: --- FAIL: TestFailingB (0.00s)
failfast_test.go:53: FAIL - TestFailingB
--- FAIL: TestParallelFailingA (0.00s)
failfast_test.go:25: FAIL - TestParallelFailingA
--- FAIL: TestParallelFailingB (0.00s)
failfast_test.go:30: FAIL - TestParallelFailingB
FAIL
FAIL command-line-arguments 0.026s
go_test.go:5783: testgo failed as expected: exit status 1
--- PASS: TestFailFast/TestFailingB|TestParallelFailing[AB] (4.15s)
go_test.go:5783: running testgo [test ./testdata/src/failfast_test.go -run=TestFailingB|TestParallelFailing[AB] -failfast=false]
go_test.go:5783: standard output:
go_test.go:5783: --- FAIL: TestFailingB (0.00s)
failfast_test.go:53: FAIL - TestFailingB
--- FAIL: TestParallelFailingA (0.00s)
failfast_test.go:25: FAIL - TestParallelFailingA
--- FAIL: TestParallelFailingB (0.00s)
failfast_test.go:30: FAIL - TestParallelFailingB
FAIL
FAIL command-line-arguments 0.027s
go_test.go:5783: testgo failed as expected: exit status 1
--- PASS: TestFailFast/TestFailingB|TestParallelFailing[AB]#01 (4.02s)
go_test.go:5783: running testgo [test ./testdata/src/failfast_test.go -run=TestFailingB|TestParallelFailing[AB]|TestParallelFailingSubtestsA -failfast=true]
go_test.go:5783: standard output:
go_test.go:5783: --- FAIL: TestFailingB (0.00s)
failfast_test.go:53: FAIL - TestFailingB
--- FAIL: TestParallelFailingA (0.00s)
failfast_test.go:25: FAIL - TestParallelFailingA
--- FAIL: TestParallelFailingB (0.00s)
failfast_test.go:30: FAIL - TestParallelFailingB
FAIL
FAIL command-line-arguments 0.024s
go_test.go:5783: testgo failed as expected: exit status 1
--- PASS: TestFailFast/TestFailingB|TestParallelFailing[AB]|TestParallelFailingSubtestsA (4.09s)
go_test.go:5783: running testgo [test ./testdata/src/failfast_test.go -run=TestFailingB|TestParallelFailing[AB]|TestParallelFailingSubtestsA -failfast=false]
go_test.go:5783: standard output:
go_test.go:5783: --- FAIL: TestFailingB (0.00s)
failfast_test.go:53: FAIL - TestFailingB
--- FAIL: TestParallelFailingA (0.00s)
failfast_test.go:25: FAIL - TestParallelFailingA
--- FAIL: TestParallelFailingB (0.00s)
failfast_test.go:30: FAIL - TestParallelFailingB
--- FAIL: TestParallelFailingSubtestsA (0.00s)
--- FAIL: TestParallelFailingSubtestsA/TestFailingSubtestsA1 (0.00s)
failfast_test.go:36: FAIL - TestParallelFailingSubtestsA/TestFailingSubtestsA1
--- FAIL: TestParallelFailingSubtestsA/TestFailingSubtestsA2 (0.00s)
failfast_test.go:39: FAIL - TestParallelFailingSubtestsA/TestFailingSubtestsA2
FAIL
FAIL command-line-arguments 0.024s
go_test.go:5783: testgo failed as expected: exit status 1
--- PASS: TestFailFast/TestFailingB|TestParallelFailing[AB]|TestParallelFailingSubtestsA#01 (3.97s)
go_test.go:5783: running testgo [test ./testdata/src/failfast_test.go -run=TestParallelFailingSubtestsA -failfast=true]
go_test.go:5783: standard output:
go_test.go:5783: --- FAIL: TestParallelFailingSubtestsA (0.00s)
--- FAIL: TestParallelFailingSubtestsA/TestFailingSubtestsA1 (0.00s)
failfast_test.go:36: FAIL - TestParallelFailingSubtestsA/TestFailingSubtestsA1
FAIL
FAIL command-line-arguments 0.024s
go_test.go:5783: testgo failed as expected: exit status 1
--- PASS: TestFailFast/TestParallelFailingSubtestsA (3.95s)
go_test.go:5783: running testgo [test ./testdata/src/failfast_test.go -run=TestParallelFailing[AB] -failfast=false]
go_test.go:5783: standard output:
go_test.go:5783: --- FAIL: TestParallelFailingB (0.00s)
failfast_test.go:30: FAIL - TestParallelFailingB
--- FAIL: TestParallelFailingA (0.00s)
failfast_test.go:25: FAIL - TestParallelFailingA
FAIL
FAIL command-line-arguments 0.028s
go_test.go:5783: testgo failed as expected: exit status 1
--- PASS: TestFailFast/TestParallelFailing[AB] (4.05s)
go_test.go:5783: running testgo [test ./testdata/src/failfast_test.go -run=TestFailingSubtestsA -failfast=true]
go_test.go:5783: standard output:
go_test.go:5783: --- FAIL: TestFailingSubtestsA (0.00s)
--- FAIL: TestFailingSubtestsA/TestFailingSubtestsA1 (0.00s)
failfast_test.go:45: FAIL - TestFailingSubtestsA/TestFailingSubtestsA1
FAIL
FAIL command-line-arguments 0.040s
go_test.go:5783: testgo failed as expected: exit status 1
--- PASS: TestFailFast/TestFailingSubtestsA (3.99s)
go_test.go:5783: running testgo [test ./testdata/src/failfast_test.go -run=TestFailingSubtestsA -failfast=false]
go_test.go:5783: standard output:
go_test.go:5783: --- FAIL: TestFailingSubtestsA (0.00s)
--- FAIL: TestFailingSubtestsA/TestFailingSubtestsA1 (0.00s)
failfast_test.go:45: FAIL - TestFailingSubtestsA/TestFailingSubtestsA1
--- FAIL: TestFailingSubtestsA/TestFailingSubtestsA2 (0.00s)
failfast_test.go:48: FAIL - TestFailingSubtestsA/TestFailingSubtestsA2
FAIL
FAIL command-line-arguments 0.024s
go_test.go:5783: testgo failed as expected: exit status 1
--- PASS: TestFailFast/TestFailingSubtestsA#01 (3.93s)
go_test.go:5783: running testgo [test ./testdata/src/failfast_test.go -run=TestFatal[CD] -failfast=true]
go_test.go:5783: standard output:
go_test.go:5783: --- FAIL: TestFatalC (0.00s)
failfast_test.go:57: FAIL - TestFatalC
FAIL
FAIL command-line-arguments 0.024s
go_test.go:5783: testgo failed as expected: exit status 1
--- PASS: TestFailFast/TestFatal[CD] (3.92s)
go_test.go:5783: running testgo [test ./testdata/src/failfast_test.go -run=TestFatal[CD] -failfast=false]
go_test.go:5783: standard output:
go_test.go:5783: --- FAIL: TestFatalC (0.00s)
failfast_test.go:57: FAIL - TestFatalC
--- FAIL: TestFatalD (0.00s)
failfast_test.go:61: FAIL - TestFatalD
FAIL
FAIL command-line-arguments 0.025s
go_test.go:5783: testgo failed as expected: exit status 1
--- PASS: TestFailFast/TestFatal[CD]#01 (4.29s)
=== RUN TestImportPath
=== PAUSE TestImportPath
=== RUN TestCpuprofileTwice
=== PAUSE TestCpuprofileTwice
=== RUN TestAtomicCoverpkgAll
=== PAUSE TestAtomicCoverpkgAll
=== RUN TestCoverpkgAllRuntime
=== PAUSE TestCoverpkgAllRuntime
=== RUN TestBadCommandLines
--- PASS: TestBadCommandLines (0.33s)
go_test.go:5900: running testgo [build x]
go_test.go:5903: running testgo [build x]
go_test.go:5903: standard error:
go_test.go:5903: can't load package: package x: invalid input file name "@y.go"
go_test.go:5903: testgo failed as expected: exit status 1
go_test.go:5908: running testgo [build x]
go_test.go:5908: standard error:
go_test.go:5908: can't load package: package x: invalid input file name "-y.go"
go_test.go:5908: testgo failed as expected: exit status 1
go_test.go:5912: running testgo [build -gcflags=all=@x x]
go_test.go:5912: standard error:
go_test.go:5912: go build x: invalid command-line argument @x in command: "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build155344922\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build155344922\\b001" @x -p x -complete -buildid X6CH37fhvuOOp9DwdeK1/X6CH37fhvuOOp9DwdeK1 -D "" -importcfg "C:\\Windows\\TEMP\\go-build155344922\\b001\\importcfg" -pack "C:\\Windows\\TEMP\\gotest866617152\\src\\x\\x.go"
go_test.go:5912: testgo failed as expected: exit status 1
go_test.go:5917: running testgo [build @x]
go_test.go:5917: standard error:
go_test.go:5917: can't load package: package @x: invalid input directory name "@x"
go_test.go:5917: testgo failed as expected: exit status 1
go_test.go:5922: running testgo [build @x/y]
go_test.go:5922: standard error:
go_test.go:5922: can't load package: package @x/y: invalid import path "@x/y"
go_test.go:5922: testgo failed as expected: exit status 1
go_test.go:5927: running testgo [build -- -x]
go_test.go:5927: standard error:
go_test.go:5927: can't load package: package -x: invalid input directory name "-x"
go_test.go:5927: testgo failed as expected: exit status 1
go_test.go:5932: running testgo [build -- -x/y]
go_test.go:5932: standard error:
go_test.go:5932: can't load package: package -x/y: invalid import path "-x/y"
go_test.go:5932: testgo failed as expected: exit status 1
=== RUN TestBadCgoDirectives
--- PASS: TestBadCgoDirectives (23.07s)
go_test.go:5952: running testgo [build x]
go_test.go:5952: standard error:
go_test.go:5952: # x
C:\Windows\TEMP\gotest881803679\src\x\x.go:3: //go:cgo_ldflag "-fplugin=foo.so" only allowed in cgo-generated code
go_test.go:5952: testgo failed as expected: exit status 2
go_test.go:5956: running testgo [build x]
go_test.go:5956: standard error:
go_test.go:5956: can't load package: package x: no Go files in C:\Windows\TEMP\gotest881803679\src\x
go_test.go:5956: testgo failed as expected: exit status 1
go_test.go:5964: running testgo [build x]
go_test.go:5964: standard error:
go_test.go:5964: can't load package: package x: no Go files in C:\Windows\TEMP\gotest881803679\src\x
go_test.go:5964: testgo failed as expected: exit status 1
go_test.go:5967: running testgo [build C:\Windows\TEMP\gotest881803679\src\x\_cgo_yy.go]
go_test.go:5967: standard error:
go_test.go:5967: can't load package: package main: no Go files in C:\Windows\TEMP\gotest881803679\src\x
go_test.go:5967: testgo failed as expected: exit status 1
go_test.go:5979: running testgo [build x]
go_test.go:5979: standard error:
go_test.go:5979: go build x: invalid flag in #cgo CFLAGS: -fplugin=foo.so
go_test.go:5979: testgo failed as expected: exit status 1
go_test.go:5986: running testgo [build x]
go_test.go:5986: standard error:
go_test.go:5986: go build x: invalid flag in #cgo CFLAGS: -fplugin=foo.so
go_test.go:5986: testgo failed as expected: exit status 1
go_test.go:5993: running testgo [build x]
go_test.go:5993: standard error:
go_test.go:5993: go build x: invalid pkg-config package name: -foo
go_test.go:5993: testgo failed as expected: exit status 1
go_test.go:6000: running testgo [build x]
go_test.go:6000: standard error:
go_test.go:6000: go build x: invalid pkg-config package name: @foo
go_test.go:6000: testgo failed as expected: exit status 1
go_test.go:6007: running testgo [build x]
go_test.go:6007: standard error:
go_test.go:6007: go build x: invalid flag in #cgo CFLAGS: @foo
go_test.go:6007: testgo failed as expected: exit status 1
go_test.go:6014: running testgo [build x]
go_test.go:6014: standard error:
go_test.go:6014: go build x: invalid flag in #cgo CFLAGS: -D without argument (see https://golang.org/s/invalidflag)
go_test.go:6014: testgo failed as expected: exit status 1
go_test.go:6024: running testgo [build x]
go_test.go:6024: standard error:
go_test.go:6024: go build x: invalid flag in #cgo CFLAGS: -D @foo (see https://golang.org/s/invalidflag)
go_test.go:6024: testgo failed as expected: exit status 1
go_test.go:6031: running testgo [build x]
go_test.go:6031: standard error:
go_test.go:6031: go build x: invalid flag in #cgo CFLAGS: -D@foo
go_test.go:6031: testgo failed as expected: exit status 1
go_test.go:6038: running testgo [build -n x]
go_test.go:6038: standard error:
go_test.go:6038:
#
# runtime/cgo
#
mkdir -p $WORK\b002\
cd c:\dev\go\src\runtime\cgo
CGO_LDFLAGS='"-g" "-O2"' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -objdir "$WORK\\b002\\" -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false -- -I "$WORK\\b002\\" -D@foo -Wall -Werror "c:\\dev\\go\\src\\runtime\\cgo\\cgo.go"
cd $WORK
gcc -fno-caret-diagnostics -c -x c - || true
gcc -Qunused-arguments -c -x c - || true
gcc -fdebug-prefix-map=a=b -c -x c - || true
gcc -gno-record-gcc-switches -c -x c - || true
cd $WORK\b002
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 -I "$WORK\\b002\\" -D@foo -Wall -Werror -o "c:\\dev\\go\\src\\runtime\\cgo\\$WORK\\b002\\_x001.o" -c _cgo_export.c
cd $WORK
gcc -fno-caret-diagnostics -c -x c - || true
gcc -Qunused-arguments -c -x c - || true
gcc -fdebug-prefix-map=a=b -c -x c - || true
gcc -gno-record-gcc-switches -c -x c - || true
cd $WORK\b002
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 -I "$WORK\\b002\\" -D@foo -Wall -Werror -o "c:\\dev\\go\\src\\runtime\\cgo\\$WORK\\b002\\_x002.o" -c cgo.cgo2.c
cd $WORK
gcc -fno-caret-diagnostics -c -x c - || true
gcc -Qunused-arguments -c -x c - || true
gcc -fdebug-prefix-map=a=b -c -x c - || true
gcc -gno-record-gcc-switches -c -x c - || true
cd c:\dev\go\src\runtime\cgo
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 -I "$WORK\\b002\\" -D@foo -Wall -Werror -o "c:\\dev\\go\\src\\runtime\\cgo\\$WORK\\b002\\_x003.o" -c gcc_context.c
cd $WORK
gcc -fno-caret-diagnostics -c -x c - || true
gcc -Qunused-arguments -c -x c - || true
gcc -fdebug-prefix-map=a=b -c -x c - || true
gcc -gno-record-gcc-switches -c -x c - || true
cd c:\dev\go\src\runtime\cgo
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 -I "$WORK\\b002\\" -D@foo -Wall -Werror -o "c:\\dev\\go\\src\\runtime\\cgo\\$WORK\\b002\\_x004.o" -c gcc_libinit_windows.c
cd $WORK
gcc -fno-caret-diagnostics -c -x c - || true
gcc -Qunused-arguments -c -x c - || true
gcc -fdebug-prefix-map=a=b -c -x c - || true
gcc -gno-record-gcc-switches -c -x c - || true
cd c:\dev\go\src\runtime\cgo
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 -I "$WORK\\b002\\" -D@foo -Wall -Werror -o "c:\\dev\\go\\src\\runtime\\cgo\\$WORK\\b002\\_x005.o" -c gcc_util.c
cd $WORK
gcc -fno-caret-diagnostics -c -x c - || true
gcc -Qunused-arguments -c -x c - || true
gcc -fdebug-prefix-map=a=b -c -x c - || true
gcc -gno-record-gcc-switches -c -x c - || true
cd c:\dev\go\src\runtime\cgo
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 -I "$WORK\\b002\\" -D@foo -Wall -Werror -o "c:\\dev\\go\\src\\runtime\\cgo\\$WORK\\b002\\_x006.o" -c gcc_windows_amd64.c
cd $WORK
gcc -fno-caret-diagnostics -c -x c - || true
gcc -Qunused-arguments -c -x c - || true
gcc -fdebug-prefix-map=a=b -c -x c - || true
gcc -gno-record-gcc-switches -c -x c - || true
cd c:\dev\go\src\runtime\cgo
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 -I "$WORK\\b002\\" -D@foo -Wall -Werror -o "c:\\dev\\go\\src\\runtime\\cgo\\$WORK\\b002\\_x007.o" -c gcc_amd64.S
cd $WORK
gcc -fno-caret-diagnostics -c -x c - || true
gcc -Qunused-arguments -c -x c - || true
gcc -fdebug-prefix-map=a=b -c -x c - || true
gcc -gno-record-gcc-switches -c -x c - || true
cd $WORK\b002
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 -I "$WORK\\b002\\" -D@foo -Wall -Werror -o "c:\\dev\\go\\src\\runtime\\cgo\\$WORK\\b002\\_cgo_main.o" -c _cgo_main.c
cd $WORK
gcc -fno-caret-diagnostics -c -x c - || true
gcc -Qunused-arguments -c -x c - || true
gcc -fdebug-prefix-map=a=b -c -x c - || true
gcc -gno-record-gcc-switches -c -x c - || true
cd c:\dev\go\src\runtime\cgo
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 -o "$WORK\\b002\\_cgo_.o" "$WORK\\b002\\_cgo_main.o" "$WORK\\b002\\_x001.o" "$WORK\\b002\\_x002.o" "$WORK\\b002\\_x003.o" "$WORK\\b002\\_x004.o" "$WORK\\b002\\_x005.o" "$WORK\\b002\\_x006.o" "$WORK\\b002\\_x007.o" -g -O2
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -dynpackage cgo -dynimport "$WORK\\b002\\_cgo_.o" -dynout "$WORK\\b002\\_cgo_import.go" -dynlinker
cat >$WORK\b002\importcfg << 'EOF' # internal
# import config
EOF
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b002\\_pkg_.a" -trimpath "$WORK\\b002" -p runtime/cgo -std -buildid WIYhptj3OITnu70ttj0p/WIYhptj3OITnu70ttj0p -D "" -importcfg "$WORK\\b002\\importcfg" -pack -asmhdr "$WORK\\b002\\go_asm.h" -c=4 "c:\\dev\\go\\src\\runtime\\cgo\\callbacks.go" "c:\\dev\\go\\src\\runtime\\cgo\\iscgo.go" "$WORK\\b002\\_cgo_gotypes.go" "$WORK\\b002\\cgo.cgo1.go" "$WORK\\b002\\_cgo_import.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b002" -I "$WORK\\b002\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b002\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\cgo\\asm_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b002\\_pkg_.a" "$WORK\\b002\\asm_amd64.o" "$WORK\\b002\\_x001.o" "$WORK\\b002\\_x002.o" "$WORK\\b002\\_x003.o" "$WORK\\b002\\_x004.o" "$WORK\\b002\\_x005.o" "$WORK\\b002\\_x006.o" "$WORK\\b002\\_x007.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b002\\_pkg_.a" # internal
#
# errors
#
mkdir -p $WORK\b005\
cat >$WORK\b005\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\errors
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b005\\_pkg_.a" -trimpath "$WORK\\b005" -p errors -std -complete -buildid 9HXxeTUJ-ko12K8YlRj0/9HXxeTUJ-ko12K8YlRj0 -D "" -importcfg "$WORK\\b005\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\errors\\errors.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b005\\_pkg_.a" # internal
#
# internal/race
#
mkdir -p $WORK\b006\
cat >$WORK\b006\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\internal\race
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b006\\_pkg_.a" -trimpath "$WORK\\b006" -p internal/race -std -complete -buildid krUfZdbNKPF_oKhNUcQT/krUfZdbNKPF_oKhNUcQT -D "" -importcfg "$WORK\\b006\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\race\\doc.go" "c:\\dev\\go\\src\\internal\\race\\norace.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b006\\_pkg_.a" # internal
#
# internal/syscall/windows/sysdll
#
mkdir -p $WORK\b007\
cat >$WORK\b007\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\internal\syscall\windows\sysdll
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b007\\_pkg_.a" -trimpath "$WORK\\b007" -p internal/syscall/windows/sysdll -std -complete -buildid IcnjHoq9HMPrJVphEw44/IcnjHoq9HMPrJVphEw44 -D "" -importcfg "$WORK\\b007\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\syscall\\windows\\sysdll\\sysdll.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b007\\_pkg_.a" # internal
#
# internal/cpu
#
mkdir -p $WORK\b011\
cat >$WORK\b011\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\internal\cpu
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b011\\_pkg_.a" -trimpath "$WORK\\b011" -p internal/cpu -std -+ -buildid IC8pmwbuTjjkndPIMk2q/IC8pmwbuTjjkndPIMk2q -D "" -importcfg "$WORK\\b011\\importcfg" -pack -asmhdr "$WORK\\b011\\go_asm.h" -c=4 "c:\\dev\\go\\src\\internal\\cpu\\cpu.go" "c:\\dev\\go\\src\\internal\\cpu\\cpu_x86.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b011" -I "$WORK\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b011\\cpu_x86.o" "c:\\dev\\go\\src\\internal\\cpu\\cpu_x86.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b011\\_pkg_.a" "$WORK\\b011\\cpu_x86.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b011\\_pkg_.a" # internal
#
# internal/bytealg
#
mkdir -p $WORK\b010\
cat >$WORK\b010\importcfg << 'EOF' # internal
# import config
packagefile internal/cpu=$WORK\b011\_pkg_.a
EOF
cd c:\dev\go\src\internal\bytealg
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b010\\_pkg_.a" -trimpath "$WORK\\b010" -p internal/bytealg -std -+ -buildid hP4snizUJi2EL5i__H22/hP4snizUJi2EL5i__H22 -D "" -importcfg "$WORK\\b010\\importcfg" -pack -asmhdr "$WORK\\b010\\go_asm.h" -c=4 "c:\\dev\\go\\src\\internal\\bytealg\\bytealg.go" "c:\\dev\\go\\src\\internal\\bytealg\\compare_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\count_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\equal_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\index_amd64.go" "c:\\dev\\go\\src\\internal\\bytealg\\index_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\indexbyte_native.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b010" -I "$WORK\\b010\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b010\\compare_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\compare_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b010" -I "$WORK\\b010\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b010\\count_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\count_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b010" -I "$WORK\\b010\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b010\\equal_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\equal_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b010" -I "$WORK\\b010\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b010\\index_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\index_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b010" -I "$WORK\\b010\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b010\\indexbyte_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\indexbyte_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b010\\_pkg_.a" "$WORK\\b010\\compare_amd64.o" "$WORK\\b010\\count_amd64.o" "$WORK\\b010\\equal_amd64.o" "$WORK\\b010\\index_amd64.o" "$WORK\\b010\\indexbyte_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b010\\_pkg_.a" # internal
#
# runtime/internal/atomic
#
mkdir -p $WORK\b012\
cat >$WORK\b012\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\runtime\internal\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b012\\_pkg_.a" -trimpath "$WORK\\b012" -p runtime/internal/atomic -std -+ -buildid NNqrdzn7M8U9aVBPZj2P/NNqrdzn7M8U9aVBPZj2P -D "" -importcfg "$WORK\\b012\\importcfg" -pack -asmhdr "$WORK\\b012\\go_asm.h" -c=4 "c:\\dev\\go\\src\\runtime\\internal\\atomic\\atomic_amd64x.go" "c:\\dev\\go\\src\\runtime\\internal\\atomic\\stubs.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b012" -I "$WORK\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b012\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\internal\\atomic\\asm_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b012\\_pkg_.a" "$WORK\\b012\\asm_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b012\\_pkg_.a" # internal
#
# runtime/internal/sys
#
mkdir -p $WORK\b013\
cat >$WORK\b013\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\runtime\internal\sys
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b013\\_pkg_.a" -trimpath "$WORK\\b013" -p runtime/internal/sys -std -+ -complete -buildid 5pops-_WTBLWwJVtiuuV/5pops-_WTBLWwJVtiuuV -D "" -importcfg "$WORK\\b013\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\runtime\\internal\\sys\\arch.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\arch_amd64.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\intrinsics.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\stubs.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\sys.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zgoarch_amd64.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zgoos_windows.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zversion.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b013\\_pkg_.a" # internal
#
# runtime
#
mkdir -p $WORK\b009\
cat >$WORK\b009\importcfg << 'EOF' # internal
# import config
packagefile internal/bytealg=$WORK\b010\_pkg_.a
packagefile internal/cpu=$WORK\b011\_pkg_.a
packagefile runtime/internal/atomic=$WORK\b012\_pkg_.a
packagefile runtime/internal/sys=$WORK\b013\_pkg_.a
EOF
cd c:\dev\go\src\runtime
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b009\\_pkg_.a" -trimpath "$WORK\\b009" -p runtime -std -+ -buildid SncIsYSCF2OOlFYJaBHd/SncIsYSCF2OOlFYJaBHd -D "" -importcfg "$WORK\\b009\\importcfg" -pack -asmhdr "$WORK\\b009\\go_asm.h" -c=4 "c:\\dev\\go\\src\\runtime\\alg.go" "c:\\dev\\go\\src\\runtime\\atomic_pointer.go" "c:\\dev\\go\\src\\runtime\\auxv_none.go" "c:\\dev\\go\\src\\runtime\\cgo.go" "c:\\dev\\go\\src\\runtime\\cgocall.go" "c:\\dev\\go\\src\\runtime\\cgocallback.go" "c:\\dev\\go\\src\\runtime\\cgocheck.go" "c:\\dev\\go\\src\\runtime\\chan.go" "c:\\dev\\go\\src\\runtime\\compiler.go" "c:\\dev\\go\\src\\runtime\\complex.go" "c:\\dev\\go\\src\\runtime\\cpuflags_amd64.go" "c:\\dev\\go\\src\\runtime\\cpuprof.go" "c:\\dev\\go\\src\\runtime\\cputicks.go" "c:\\dev\\go\\src\\runtime\\debug.go" "c:\\dev\\go\\src\\runtime\\defs_windows_amd64.go" "c:\\dev\\go\\src\\runtime\\env_posix.go" "c:\\dev\\go\\src\\runtime\\error.go" "c:\\dev\\go\\src\\runtime\\extern.go" "c:\\dev\\go\\src\\runtime\\fastlog2.go" "c:\\dev\\go\\src\\runtime\\fastlog2table.go" "c:\\dev\\go\\src\\runtime\\float.go" "c:\\dev\\go\\src\\runtime\\hash64.go" "c:\\dev\\go\\src\\runtime\\heapdump.go" "c:\\dev\\go\\src\\runtime\\iface.go" "c:\\dev\\go\\src\\runtime\\lfstack.go" "c:\\dev\\go\\src\\runtime\\lfstack_64bit.go" "c:\\dev\\go\\src\\runtime\\lock_sema.go" "c:\\dev\\go\\src\\runtime\\malloc.go" "c:\\dev\\go\\src\\runtime\\map.go" "c:\\dev\\go\\src\\runtime\\map_fast32.go" "c:\\dev\\go\\src\\runtime\\map_fast64.go" "c:\\dev\\go\\src\\runtime\\map_faststr.go" "c:\\dev\\go\\src\\runtime\\mbarrier.go" "c:\\dev\\go\\src\\runtime\\mbitmap.go" "c:\\dev\\go\\src\\runtime\\mcache.go" "c:\\dev\\go\\src\\runtime\\mcentral.go" "c:\\dev\\go\\src\\runtime\\mem_windows.go" "c:\\dev\\go\\src\\runtime\\mfinal.go" "c:\\dev\\go\\src\\runtime\\mfixalloc.go" "c:\\dev\\go\\src\\runtime\\mgc.go" "c:\\dev\\go\\src\\runtime\\mgclarge.go" "c:\\dev\\go\\src\\runtime\\mgcmark.go" "c:\\dev\\go\\src\\runtime\\mgcsweep.go" "c:\\dev\\go\\src\\runtime\\mgcsweepbuf.go" "c:\\dev\\go\\src\\runtime\\mgcwork.go" "c:\\dev\\go\\src\\runtime\\mheap.go" "c:\\dev\\go\\src\\runtime\\mprof.go" "c:\\dev\\go\\src\\runtime\\msan0.go" "c:\\dev\\go\\src\\runtime\\msize.go" "c:\\dev\\go\\src\\runtime\\mstats.go" "c:\\dev\\go\\src\\runtime\\mwbbuf.go" "c:\\dev\\go\\src\\runtime\\netpoll.go" "c:\\dev\\go\\src\\runtime\\netpoll_windows.go" "c:\\dev\\go\\src\\runtime\\os_windows.go" "c:\\dev\\go\\src\\runtime\\panic.go" "c:\\dev\\go\\src\\runtime\\plugin.go" "c:\\dev\\go\\src\\runtime\\print.go" "c:\\dev\\go\\src\\runtime\\proc.go" "c:\\dev\\go\\src\\runtime\\profbuf.go" "c:\\dev\\go\\src\\runtime\\proflabel.go" "c:\\dev\\go\\src\\runtime\\race0.go" "c:\\dev\\go\\src\\runtime\\rdebug.go" "c:\\dev\\go\\src\\runtime\\runtime.go" "c:\\dev\\go\\src\\runtime\\runtime1.go" "c:\\dev\\go\\src\\runtime\\runtime2.go" "c:\\dev\\go\\src\\runtime\\rwmutex.go" "c:\\dev\\go\\src\\runtime\\select.go" "c:\\dev\\go\\src\\runtime\\sema.go" "c:\\dev\\go\\src\\runtime\\signal_windows.go" "c:\\dev\\go\\src\\runtime\\sigqueue.go" "c:\\dev\\go\\src\\runtime\\sizeclasses.go" "c:\\dev\\go\\src\\runtime\\slice.go" "c:\\dev\\go\\src\\runtime\\softfloat64.go" "c:\\dev\\go\\src\\runtime\\stack.go" "c:\\dev\\go\\src\\runtime\\string.go" "c:\\dev\\go\\src\\runtime\\stubs.go" "c:\\dev\\go\\src\\runtime\\stubs_nonlinux.go" "c:\\dev\\go\\src\\runtime\\symtab.go" "c:\\dev\\go\\src\\runtime\\sys_nonppc64x.go" "c:\\dev\\go\\src\\runtime\\sys_x86.go" "c:\\dev\\go\\src\\runtime\\syscall_windows.go" "c:\\dev\\go\\src\\runtime\\time.go" "c:\\dev\\go\\src\\runtime\\timeasm.go" "c:\\dev\\go\\src\\runtime\\trace.go" "c:\\dev\\go\\src\\runtime\\traceback.go" "c:\\dev\\go\\src\\runtime\\type.go" "c:\\dev\\go\\src\\runtime\\typekind.go" "c:\\dev\\go\\src\\runtime\\unaligned1.go" "c:\\dev\\go\\src\\runtime\\utf8.go" "c:\\dev\\go\\src\\runtime\\vdso_in_none.go" "c:\\dev\\go\\src\\runtime\\write_err.go" "c:\\dev\\go\\src\\runtime\\zcallback_windows.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b009" -I "$WORK\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b009\\asm.o" "c:\\dev\\go\\src\\runtime\\asm.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b009" -I "$WORK\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b009\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\asm_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b009" -I "$WORK\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b009\\duff_amd64.o" "c:\\dev\\go\\src\\runtime\\duff_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b009" -I "$WORK\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b009\\memclr_amd64.o" "c:\\dev\\go\\src\\runtime\\memclr_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b009" -I "$WORK\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b009\\memmove_amd64.o" "c:\\dev\\go\\src\\runtime\\memmove_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b009" -I "$WORK\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b009\\rt0_windows_amd64.o" "c:\\dev\\go\\src\\runtime\\rt0_windows_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b009" -I "$WORK\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b009\\sys_windows_amd64.o" "c:\\dev\\go\\src\\runtime\\sys_windows_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b009" -I "$WORK\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b009\\zcallback_windows.o" "c:\\dev\\go\\src\\runtime\\zcallback_windows.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b009\\_pkg_.a" "$WORK\\b009\\asm.o" "$WORK\\b009\\asm_amd64.o" "$WORK\\b009\\duff_amd64.o" "$WORK\\b009\\memclr_amd64.o" "$WORK\\b009\\memmove_amd64.o" "$WORK\\b009\\rt0_windows_amd64.o" "$WORK\\b009\\sys_windows_amd64.o" "$WORK\\b009\\zcallback_windows.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b009\\_pkg_.a" # internal
#
# sync/atomic
#
mkdir -p $WORK\b014\
cat >$WORK\b014\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\sync\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b014\\_pkg_.a" -trimpath "$WORK\\b014" -p sync/atomic -std -buildid FByw9xRVXOXFBIBxF5Rb/FByw9xRVXOXFBIBxF5Rb -D "" -importcfg "$WORK\\b014\\importcfg" -pack -asmhdr "$WORK\\b014\\go_asm.h" -c=4 "c:\\dev\\go\\src\\sync\\atomic\\doc.go" "c:\\dev\\go\\src\\sync\\atomic\\value.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b014" -I "$WORK\\b014\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b014\\asm.o" "c:\\dev\\go\\src\\sync\\atomic\\asm.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b014\\_pkg_.a" "$WORK\\b014\\asm.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b014\\_pkg_.a" # internal
#
# sync
#
mkdir -p $WORK\b008\
cat >$WORK\b008\importcfg << 'EOF' # internal
# import config
packagefile internal/race=$WORK\b006\_pkg_.a
packagefile runtime=$WORK\b009\_pkg_.a
packagefile sync/atomic=$WORK\b014\_pkg_.a
EOF
cd c:\dev\go\src\sync
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b008\\_pkg_.a" -trimpath "$WORK\\b008" -p sync -std -buildid 05EQfdkHZKaehbMVSZnJ/05EQfdkHZKaehbMVSZnJ -D "" -importcfg "$WORK\\b008\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\sync\\cond.go" "c:\\dev\\go\\src\\sync\\map.go" "c:\\dev\\go\\src\\sync\\mutex.go" "c:\\dev\\go\\src\\sync\\once.go" "c:\\dev\\go\\src\\sync\\pool.go" "c:\\dev\\go\\src\\sync\\runtime.go" "c:\\dev\\go\\src\\sync\\rwmutex.go" "c:\\dev\\go\\src\\sync\\waitgroup.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b008\\_pkg_.a" # internal
#
# unicode/utf16
#
mkdir -p $WORK\b015\
cat >$WORK\b015\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\unicode\utf16
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b015\\_pkg_.a" -trimpath "$WORK\\b015" -p unicode/utf16 -std -complete -buildid 5f-yqOBaNumCyW57eMW3/5f-yqOBaNumCyW57eMW3 -D "" -importcfg "$WORK\\b015\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\utf16\\utf16.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b015\\_pkg_.a" # internal
#
# syscall
#
mkdir -p $WORK\b004\
cat >$WORK\b004\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b005\_pkg_.a
packagefile internal/race=$WORK\b006\_pkg_.a
packagefile internal/syscall/windows/sysdll=$WORK\b007\_pkg_.a
packagefile sync=$WORK\b008\_pkg_.a
packagefile sync/atomic=$WORK\b014\_pkg_.a
packagefile unicode/utf16=$WORK\b015\_pkg_.a
EOF
cd c:\dev\go\src\syscall
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b004\\_pkg_.a" -trimpath "$WORK\\b004" -p syscall -std -buildid D4smcbenb6p6k040iW1L/D4smcbenb6p6k040iW1L -D "" -importcfg "$WORK\\b004\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\syscall\\dll_windows.go" "c:\\dev\\go\\src\\syscall\\endian_little.go" "c:\\dev\\go\\src\\syscall\\env_windows.go" "c:\\dev\\go\\src\\syscall\\exec_windows.go" "c:\\dev\\go\\src\\syscall\\msan0.go" "c:\\dev\\go\\src\\syscall\\net.go" "c:\\dev\\go\\src\\syscall\\security_windows.go" "c:\\dev\\go\\src\\syscall\\str.go" "c:\\dev\\go\\src\\syscall\\syscall.go" "c:\\dev\\go\\src\\syscall\\syscall_windows.go" "c:\\dev\\go\\src\\syscall\\syscall_windows_amd64.go" "c:\\dev\\go\\src\\syscall\\types_windows.go" "c:\\dev\\go\\src\\syscall\\types_windows_amd64.go" "c:\\dev\\go\\src\\syscall\\zerrors_windows.go" "c:\\dev\\go\\src\\syscall\\zerrors_windows_amd64.go" "c:\\dev\\go\\src\\syscall\\zsyscall_windows.go" "c:\\dev\\go\\src\\syscall\\zsysnum_windows_amd64.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b004\\_pkg_.a" # internal
#
# x
#
mkdir -p $WORK\b001\
cd C:\Windows\TEMP\gotest881803679\src\x
CGO_LDFLAGS='"-g" "-O2"' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -objdir "$WORK\\b001\\" -importpath x -- -I "$WORK\\b001\\" -D@foo "C:\\Windows\\TEMP\\gotest881803679\\src\\x\\y.go"
cd $WORK
gcc -fno-caret-diagnostics -c -x c - || true
gcc -Qunused-arguments -c -x c - || true
gcc -fdebug-prefix-map=a=b -c -x c - || true
gcc -gno-record-gcc-switches -c -x c - || true
cd $WORK\b001
gcc -I "C:\\Windows\\TEMP\\gotest881803679\\src\\x" -m64 -mthreads -fmessage-length=0 -I "$WORK\\b001\\" -D@foo -o "C:\\Windows\\TEMP\\gotest881803679\\src\\x\\$WORK\\b001\\_x001.o" -c _cgo_export.c
cd $WORK
gcc -fno-caret-diagnostics -c -x c - || true
gcc -Qunused-arguments -c -x c - || true
gcc -fdebug-prefix-map=a=b -c -x c - || true
gcc -gno-record-gcc-switches -c -x c - || true
cd $WORK\b001
gcc -I "C:\\Windows\\TEMP\\gotest881803679\\src\\x" -m64 -mthreads -fmessage-length=0 -I "$WORK\\b001\\" -D@foo -o "C:\\Windows\\TEMP\\gotest881803679\\src\\x\\$WORK\\b001\\_x002.o" -c y.cgo2.c
cd $WORK
gcc -fno-caret-diagnostics -c -x c - || true
gcc -Qunused-arguments -c -x c - || true
gcc -fdebug-prefix-map=a=b -c -x c - || true
gcc -gno-record-gcc-switches -c -x c - || true
cd $WORK\b001
gcc -I "C:\\Windows\\TEMP\\gotest881803679\\src\\x" -m64 -mthreads -fmessage-length=0 -I "$WORK\\b001\\" -D@foo -o "C:\\Windows\\TEMP\\gotest881803679\\src\\x\\$WORK\\b001\\_cgo_main.o" -c _cgo_main.c
cd $WORK
gcc -fno-caret-diagnostics -c -x c - || true
gcc -Qunused-arguments -c -x c - || true
gcc -fdebug-prefix-map=a=b -c -x c - || true
gcc -gno-record-gcc-switches -c -x c - || true
cd C:\Windows\TEMP\gotest881803679\src\x
gcc -I "C:\\Windows\\TEMP\\gotest881803679\\src\\x" -m64 -mthreads -fmessage-length=0 -o "$WORK\\b001\\_cgo_.o" "$WORK\\b001\\_cgo_main.o" "$WORK\\b001\\_x001.o" "$WORK\\b001\\_x002.o" -g -O2
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -dynpackage x -dynimport "$WORK\\b001\\_cgo_.o" -dynout "$WORK\\b001\\_cgo_import.go"
cat >$WORK\b001\importcfg << 'EOF' # internal
# import config
packagefile runtime/cgo=$WORK\b002\_pkg_.a
packagefile syscall=$WORK\b004\_pkg_.a
EOF
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b001\\_pkg_.a" -trimpath "$WORK\\b001" -p x -buildid MxNtzeUYvQIbRSY8P11n/MxNtzeUYvQIbRSY8P11n -D "" -importcfg "$WORK\\b001\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\gotest881803679\\src\\x\\x.go" "$WORK\\b001\\_cgo_gotypes.go" "$WORK\\b001\\y.cgo1.go" "$WORK\\b001\\_cgo_import.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b001\\_pkg_.a" "$WORK\\b001\\_x001.o" "$WORK\\b001\\_x002.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b001\\_pkg_.a" # internal
=== RUN TestTwoPkgConfigs
--- SKIP: TestTwoPkgConfigs (0.00s)
go_test.go:6047: no shell scripts on windows
=== RUN TestFilepathUnderCwdFormat
--- PASS: TestFilepathUnderCwdFormat (4.01s)
go_test.go:6079: running testgo [test -x -cover log]
go_test.go:6079: standard output:
go_test.go:6079: ok log 0.026s coverage: 68.0% of statements
go_test.go:6079: standard error:
go_test.go:6079: WORK=C:\Windows\TEMP\go-build513902542
mkdir -p $WORK\b001\
mkdir -p $WORK\b009\
cat >$WORK\b009\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\internal\syscall\windows\sysdll
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b009\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b009" -p internal/syscall/windows/sysdll -std -complete -buildid IcnjHoq9HMPrJVphEw44/IcnjHoq9HMPrJVphEw44 -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b009\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\syscall\\windows\\sysdll\\sysdll.go"
mkdir -p $WORK\b006\
cat >$WORK\b006\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\internal\race
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b006\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b006" -p internal/race -std -complete -buildid krUfZdbNKPF_oKhNUcQT/krUfZdbNKPF_oKhNUcQT -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b006\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\race\\doc.go" "c:\\dev\\go\\src\\internal\\race\\norace.go"
mkdir -p $WORK\b004\
cat >$WORK\b004\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\errors
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b004\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b004" -p errors -std -complete -buildid 9HXxeTUJ-ko12K8YlRj0/9HXxeTUJ-ko12K8YlRj0 -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b004\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\errors\\errors.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b009\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b006\\_pkg_.a" # internal
mkdir -p $WORK\b015\
cat >$WORK\b015\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\runtime\internal\sys
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b015\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b015" -p runtime/internal/sys -std -+ -complete -buildid 5pops-_WTBLWwJVtiuuV/5pops-_WTBLWwJVtiuuV -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b015\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\runtime\\internal\\sys\\arch.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\arch_amd64.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\intrinsics.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\stubs.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\sys.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zgoarch_amd64.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zgoos_windows.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zversion.go"
mkdir -p $WORK\b013\
cat >$WORK\b013\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\internal\cpu
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b013\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b013" -p internal/cpu -std -+ -buildid IC8pmwbuTjjkndPIMk2q/IC8pmwbuTjjkndPIMk2q -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b013\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build513902542\\b013\\go_asm.h" -c=4 "c:\\dev\\go\\src\\internal\\cpu\\cpu.go" "c:\\dev\\go\\src\\internal\\cpu\\cpu_x86.go"
mkdir -p $WORK\b014\
cat >$WORK\b014\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\runtime\internal\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b014\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b014" -p runtime/internal/atomic -std -+ -buildid NNqrdzn7M8U9aVBPZj2P/NNqrdzn7M8U9aVBPZj2P -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b014\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build513902542\\b014\\go_asm.h" -c=4 "c:\\dev\\go\\src\\runtime\\internal\\atomic\\atomic_amd64x.go" "c:\\dev\\go\\src\\runtime\\internal\\atomic\\stubs.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b004\\_pkg_.a" # internal
mkdir -p $WORK\b016\
cat >$WORK\b016\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\sync\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b016\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b016" -p sync/atomic -std -buildid FByw9xRVXOXFBIBxF5Rb/FByw9xRVXOXFBIBxF5Rb -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b016\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build513902542\\b016\\go_asm.h" -c=4 "c:\\dev\\go\\src\\sync\\atomic\\doc.go" "c:\\dev\\go\\src\\sync\\atomic\\value.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b015\\_pkg_.a" # internal
mkdir -p $WORK\b018\
cat >$WORK\b018\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\unicode\utf16
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b018\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b018" -p unicode/utf16 -std -complete -buildid 5f-yqOBaNumCyW57eMW3/5f-yqOBaNumCyW57eMW3 -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b018\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\utf16\\utf16.go"
cd c:\dev\go\src\runtime\internal\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b014" -I "C:\\Windows\\TEMP\\go-build513902542\\b014\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b014\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\internal\\atomic\\asm_amd64.s"
cd c:\dev\go\src\internal\cpu
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b013" -I "C:\\Windows\\TEMP\\go-build513902542\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b013\\cpu_x86.o" "c:\\dev\\go\\src\\internal\\cpu\\cpu_x86.s"
cd c:\dev\go\src\sync\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b016" -I "C:\\Windows\\TEMP\\go-build513902542\\b016\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b016\\asm.o" "c:\\dev\\go\\src\\sync\\atomic\\asm.s"
cd c:\dev\go\src\runtime\internal\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build513902542\\b014\\_pkg_.a" "C:\\Windows\\TEMP\\go-build513902542\\b014\\asm_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b014\\_pkg_.a" # internal
mkdir -p $WORK\b022\
cat >$WORK\b022\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\unicode\utf8
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b022\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b022" -p unicode/utf8 -std -complete -buildid gehbAiABky8Nv9MHhs0H/gehbAiABky8Nv9MHhs0H -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b022\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\utf8\\utf8.go"
cd c:\dev\go\src\internal\cpu
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build513902542\\b013\\_pkg_.a" "C:\\Windows\\TEMP\\go-build513902542\\b013\\cpu_x86.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b013\\_pkg_.a" # internal
mkdir -p $WORK\b012\
cat >$WORK\b012\importcfg << 'EOF' # internal
# import config
packagefile internal/cpu=$WORK\b013\_pkg_.a
EOF
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b018\\_pkg_.a" # internal
cd c:\dev\go\src\internal\bytealg
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b012\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b012" -p internal/bytealg -std -+ -buildid AQgL6uuXwIYCFB7JFS-6/AQgL6uuXwIYCFB7JFS-6 -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b012\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build513902542\\b012\\go_asm.h" -c=4 "c:\\dev\\go\\src\\internal\\bytealg\\bytealg.go" "c:\\dev\\go\\src\\internal\\bytealg\\compare_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\count_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\equal_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\index_amd64.go" "c:\\dev\\go\\src\\internal\\bytealg\\index_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\indexbyte_native.go"
mkdir -p $WORK\b026\
cat >$WORK\b026\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\unicode
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b026\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b026" -p unicode -std -complete -buildid L7hkoMnx7LtOgQmMz8j2/L7hkoMnx7LtOgQmMz8j2 -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b026\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\casetables.go" "c:\\dev\\go\\src\\unicode\\digit.go" "c:\\dev\\go\\src\\unicode\\graphic.go" "c:\\dev\\go\\src\\unicode\\letter.go" "c:\\dev\\go\\src\\unicode\\tables.go"
cd c:\dev\go\src\sync\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build513902542\\b016\\_pkg_.a" "C:\\Windows\\TEMP\\go-build513902542\\b016\\asm.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b016\\_pkg_.a" # internal
mkdir -p $WORK\b023\
cat >$WORK\b023\importcfg << 'EOF' # internal
# import config
packagefile sync/atomic=$WORK\b016\_pkg_.a
EOF
cd c:\dev\go\src\internal\testlog
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b023\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b023" -p internal/testlog -std -complete -buildid lYVnYYnSjZ2hG5JC2OlY/lYVnYYnSjZ2hG5JC2OlY -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b023\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\testlog\\log.go"
cd c:\dev\go\src\internal\bytealg
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b012" -I "C:\\Windows\\TEMP\\go-build513902542\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b012\\compare_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\compare_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b022\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b023\\_pkg_.a" # internal
mkdir -p $WORK\b032\
cat >$WORK\b032\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\math\bits
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b032\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b032" -p math/bits -std -complete -buildid qjuiqOfZSc2S1u1bEGlK/qjuiqOfZSc2S1u1bEGlK -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b032\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\math\\bits\\bits.go" "c:\\dev\\go\\src\\math\\bits\\bits_tables.go"
mkdir -p $WORK\b029\
cat >$WORK\b029\importcfg << 'EOF' # internal
# import config
packagefile internal/cpu=$WORK\b013\_pkg_.a
EOF
cd c:\dev\go\src\math
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -p math -std -buildid WJSfaS24VoR_ZAb5D6gk/WJSfaS24VoR_ZAb5D6gk -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b029\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build513902542\\b029\\go_asm.h" -c=4 "c:\\dev\\go\\src\\math\\abs.go" "c:\\dev\\go\\src\\math\\acosh.go" "c:\\dev\\go\\src\\math\\asin.go" "c:\\dev\\go\\src\\math\\asinh.go" "c:\\dev\\go\\src\\math\\atan.go" "c:\\dev\\go\\src\\math\\atan2.go" "c:\\dev\\go\\src\\math\\atanh.go" "c:\\dev\\go\\src\\math\\bits.go" "c:\\dev\\go\\src\\math\\cbrt.go" "c:\\dev\\go\\src\\math\\const.go" "c:\\dev\\go\\src\\math\\copysign.go" "c:\\dev\\go\\src\\math\\dim.go" "c:\\dev\\go\\src\\math\\erf.go" "c:\\dev\\go\\src\\math\\erfinv.go" "c:\\dev\\go\\src\\math\\exp.go" "c:\\dev\\go\\src\\math\\exp_asm.go" "c:\\dev\\go\\src\\math\\expm1.go" "c:\\dev\\go\\src\\math\\floor.go" "c:\\dev\\go\\src\\math\\frexp.go" "c:\\dev\\go\\src\\math\\gamma.go" "c:\\dev\\go\\src\\math\\hypot.go" "c:\\dev\\go\\src\\math\\j0.go" "c:\\dev\\go\\src\\math\\j1.go" "c:\\dev\\go\\src\\math\\jn.go" "c:\\dev\\go\\src\\math\\ldexp.go" "c:\\dev\\go\\src\\math\\lgamma.go" "c:\\dev\\go\\src\\math\\log.go" "c:\\dev\\go\\src\\math\\log10.go" "c:\\dev\\go\\src\\math\\log1p.go" "c:\\dev\\go\\src\\math\\logb.go" "c:\\dev\\go\\src\\math\\mod.go" "c:\\dev\\go\\src\\math\\modf.go" "c:\\dev\\go\\src\\math\\nextafter.go" "c:\\dev\\go\\src\\math\\pow.go" "c:\\dev\\go\\src\\math\\pow10.go" "c:\\dev\\go\\src\\math\\remainder.go" "c:\\dev\\go\\src\\math\\signbit.go" "c:\\dev\\go\\src\\math\\sin.go" "c:\\dev\\go\\src\\math\\sincos.go" "c:\\dev\\go\\src\\math\\sinh.go" "c:\\dev\\go\\src\\math\\sqrt.go" "c:\\dev\\go\\src\\math\\tan.go" "c:\\dev\\go\\src\\math\\tanh.go" "c:\\dev\\go\\src\\math\\unsafe.go"
cd c:\dev\go\src\internal\bytealg
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b012" -I "C:\\Windows\\TEMP\\go-build513902542\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b012\\count_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\count_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b012" -I "C:\\Windows\\TEMP\\go-build513902542\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b012\\equal_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\equal_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b032\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b012" -I "C:\\Windows\\TEMP\\go-build513902542\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b012\\index_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\index_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b012" -I "C:\\Windows\\TEMP\\go-build513902542\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b012\\indexbyte_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\indexbyte_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build513902542\\b012\\_pkg_.a" "C:\\Windows\\TEMP\\go-build513902542\\b012\\compare_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b012\\count_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b012\\equal_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b012\\index_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b012\\indexbyte_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b012\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b026\\_pkg_.a" # internal
cd c:\dev\go\src\math
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -I "C:\\Windows\\TEMP\\go-build513902542\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\asin_amd64.o" "c:\\dev\\go\\src\\math\\asin_amd64.s"
mkdir -p $WORK\b011\
cat >$WORK\b011\importcfg << 'EOF' # internal
# import config
packagefile internal/bytealg=$WORK\b012\_pkg_.a
packagefile internal/cpu=$WORK\b013\_pkg_.a
packagefile runtime/internal/atomic=$WORK\b014\_pkg_.a
packagefile runtime/internal/sys=$WORK\b015\_pkg_.a
EOF
cd c:\dev\go\src\runtime
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b011\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b011" -p runtime -std -+ -buildid 0h7CG8GeVbunPVWd6pPD/0h7CG8GeVbunPVWd6pPD -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b011\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build513902542\\b011\\go_asm.h" -c=4 "c:\\dev\\go\\src\\runtime\\alg.go" "c:\\dev\\go\\src\\runtime\\atomic_pointer.go" "c:\\dev\\go\\src\\runtime\\auxv_none.go" "c:\\dev\\go\\src\\runtime\\cgo.go" "c:\\dev\\go\\src\\runtime\\cgocall.go" "c:\\dev\\go\\src\\runtime\\cgocallback.go" "c:\\dev\\go\\src\\runtime\\cgocheck.go" "c:\\dev\\go\\src\\runtime\\chan.go" "c:\\dev\\go\\src\\runtime\\compiler.go" "c:\\dev\\go\\src\\runtime\\complex.go" "c:\\dev\\go\\src\\runtime\\cpuflags_amd64.go" "c:\\dev\\go\\src\\runtime\\cpuprof.go" "c:\\dev\\go\\src\\runtime\\cputicks.go" "c:\\dev\\go\\src\\runtime\\debug.go" "c:\\dev\\go\\src\\runtime\\defs_windows_amd64.go" "c:\\dev\\go\\src\\runtime\\env_posix.go" "c:\\dev\\go\\src\\runtime\\error.go" "c:\\dev\\go\\src\\runtime\\extern.go" "c:\\dev\\go\\src\\runtime\\fastlog2.go" "c:\\dev\\go\\src\\runtime\\fastlog2table.go" "c:\\dev\\go\\src\\runtime\\float.go" "c:\\dev\\go\\src\\runtime\\hash64.go" "c:\\dev\\go\\src\\runtime\\heapdump.go" "c:\\dev\\go\\src\\runtime\\iface.go" "c:\\dev\\go\\src\\runtime\\lfstack.go" "c:\\dev\\go\\src\\runtime\\lfstack_64bit.go" "c:\\dev\\go\\src\\runtime\\lock_sema.go" "c:\\dev\\go\\src\\runtime\\malloc.go" "c:\\dev\\go\\src\\runtime\\map.go" "c:\\dev\\go\\src\\runtime\\map_fast32.go" "c:\\dev\\go\\src\\runtime\\map_fast64.go" "c:\\dev\\go\\src\\runtime\\map_faststr.go" "c:\\dev\\go\\src\\runtime\\mbarrier.go" "c:\\dev\\go\\src\\runtime\\mbitmap.go" "c:\\dev\\go\\src\\runtime\\mcache.go" "c:\\dev\\go\\src\\runtime\\mcentral.go" "c:\\dev\\go\\src\\runtime\\mem_windows.go" "c:\\dev\\go\\src\\runtime\\mfinal.go" "c:\\dev\\go\\src\\runtime\\mfixalloc.go" "c:\\dev\\go\\src\\runtime\\mgc.go" "c:\\dev\\go\\src\\runtime\\mgclarge.go" "c:\\dev\\go\\src\\runtime\\mgcmark.go" "c:\\dev\\go\\src\\runtime\\mgcsweep.go" "c:\\dev\\go\\src\\runtime\\mgcsweepbuf.go" "c:\\dev\\go\\src\\runtime\\mgcwork.go" "c:\\dev\\go\\src\\runtime\\mheap.go" "c:\\dev\\go\\src\\runtime\\mprof.go" "c:\\dev\\go\\src\\runtime\\msan0.go" "c:\\dev\\go\\src\\runtime\\msize.go" "c:\\dev\\go\\src\\runtime\\mstats.go" "c:\\dev\\go\\src\\runtime\\mwbbuf.go" "c:\\dev\\go\\src\\runtime\\netpoll.go" "c:\\dev\\go\\src\\runtime\\netpoll_windows.go" "c:\\dev\\go\\src\\runtime\\os_windows.go" "c:\\dev\\go\\src\\runtime\\panic.go" "c:\\dev\\go\\src\\runtime\\plugin.go" "c:\\dev\\go\\src\\runtime\\print.go" "c:\\dev\\go\\src\\runtime\\proc.go" "c:\\dev\\go\\src\\runtime\\profbuf.go" "c:\\dev\\go\\src\\runtime\\proflabel.go" "c:\\dev\\go\\src\\runtime\\race0.go" "c:\\dev\\go\\src\\runtime\\rdebug.go" "c:\\dev\\go\\src\\runtime\\runtime.go" "c:\\dev\\go\\src\\runtime\\runtime1.go" "c:\\dev\\go\\src\\runtime\\runtime2.go" "c:\\dev\\go\\src\\runtime\\rwmutex.go" "c:\\dev\\go\\src\\runtime\\select.go" "c:\\dev\\go\\src\\runtime\\sema.go" "c:\\dev\\go\\src\\runtime\\signal_windows.go" "c:\\dev\\go\\src\\runtime\\sigqueue.go" "c:\\dev\\go\\src\\runtime\\sizeclasses.go" "c:\\dev\\go\\src\\runtime\\slice.go" "c:\\dev\\go\\src\\runtime\\softfloat64.go" "c:\\dev\\go\\src\\runtime\\stack.go" "c:\\dev\\go\\src\\runtime\\string.go" "c:\\dev\\go\\src\\runtime\\stubs.go" "c:\\dev\\go\\src\\runtime\\stubs_nonlinux.go" "c:\\dev\\go\\src\\runtime\\symtab.go" "c:\\dev\\go\\src\\runtime\\sys_nonppc64x.go" "c:\\dev\\go\\src\\runtime\\sys_x86.go" "c:\\dev\\go\\src\\runtime\\syscall_windows.go" "c:\\dev\\go\\src\\runtime\\time.go" "c:\\dev\\go\\src\\runtime\\timeasm.go" "c:\\dev\\go\\src\\runtime\\trace.go" "c:\\dev\\go\\src\\runtime\\traceback.go" "c:\\dev\\go\\src\\runtime\\type.go" "c:\\dev\\go\\src\\runtime\\typekind.go" "c:\\dev\\go\\src\\runtime\\unaligned1.go" "c:\\dev\\go\\src\\runtime\\utf8.go" "c:\\dev\\go\\src\\runtime\\vdso_in_none.go" "c:\\dev\\go\\src\\runtime\\write_err.go" "c:\\dev\\go\\src\\runtime\\zcallback_windows.go"
cd c:\dev\go\src\math
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -I "C:\\Windows\\TEMP\\go-build513902542\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\asinh_stub.o" "c:\\dev\\go\\src\\math\\asinh_stub.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -I "C:\\Windows\\TEMP\\go-build513902542\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\atan2_amd64.o" "c:\\dev\\go\\src\\math\\atan2_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -I "C:\\Windows\\TEMP\\go-build513902542\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\atan_amd64.o" "c:\\dev\\go\\src\\math\\atan_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -I "C:\\Windows\\TEMP\\go-build513902542\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\cbrt_stub.o" "c:\\dev\\go\\src\\math\\cbrt_stub.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -I "C:\\Windows\\TEMP\\go-build513902542\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\dim_amd64.o" "c:\\dev\\go\\src\\math\\dim_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -I "C:\\Windows\\TEMP\\go-build513902542\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\erf_stub.o" "c:\\dev\\go\\src\\math\\erf_stub.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -I "C:\\Windows\\TEMP\\go-build513902542\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\exp2_amd64.o" "c:\\dev\\go\\src\\math\\exp2_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -I "C:\\Windows\\TEMP\\go-build513902542\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\exp_amd64.o" "c:\\dev\\go\\src\\math\\exp_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -I "C:\\Windows\\TEMP\\go-build513902542\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\expm1_amd64.o" "c:\\dev\\go\\src\\math\\expm1_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -I "C:\\Windows\\TEMP\\go-build513902542\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\floor_amd64.o" "c:\\dev\\go\\src\\math\\floor_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -I "C:\\Windows\\TEMP\\go-build513902542\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\frexp_amd64.o" "c:\\dev\\go\\src\\math\\frexp_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -I "C:\\Windows\\TEMP\\go-build513902542\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\hypot_amd64.o" "c:\\dev\\go\\src\\math\\hypot_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -I "C:\\Windows\\TEMP\\go-build513902542\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\ldexp_amd64.o" "c:\\dev\\go\\src\\math\\ldexp_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -I "C:\\Windows\\TEMP\\go-build513902542\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\log10_amd64.o" "c:\\dev\\go\\src\\math\\log10_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -I "C:\\Windows\\TEMP\\go-build513902542\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\log1p_amd64.o" "c:\\dev\\go\\src\\math\\log1p_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -I "C:\\Windows\\TEMP\\go-build513902542\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\log_amd64.o" "c:\\dev\\go\\src\\math\\log_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -I "C:\\Windows\\TEMP\\go-build513902542\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\mod_amd64.o" "c:\\dev\\go\\src\\math\\mod_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -I "C:\\Windows\\TEMP\\go-build513902542\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\modf_amd64.o" "c:\\dev\\go\\src\\math\\modf_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -I "C:\\Windows\\TEMP\\go-build513902542\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\pow_stub.o" "c:\\dev\\go\\src\\math\\pow_stub.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -I "C:\\Windows\\TEMP\\go-build513902542\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\remainder_amd64.o" "c:\\dev\\go\\src\\math\\remainder_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -I "C:\\Windows\\TEMP\\go-build513902542\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\sin_amd64.o" "c:\\dev\\go\\src\\math\\sin_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -I "C:\\Windows\\TEMP\\go-build513902542\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\sinh_stub.o" "c:\\dev\\go\\src\\math\\sinh_stub.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -I "C:\\Windows\\TEMP\\go-build513902542\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\sqrt_amd64.o" "c:\\dev\\go\\src\\math\\sqrt_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b029" -I "C:\\Windows\\TEMP\\go-build513902542\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b029\\tan_amd64.o" "c:\\dev\\go\\src\\math\\tan_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build513902542\\b029\\_pkg_.a" "C:\\Windows\\TEMP\\go-build513902542\\b029\\asin_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b029\\asinh_stub.o" "C:\\Windows\\TEMP\\go-build513902542\\b029\\atan2_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b029\\atan_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b029\\cbrt_stub.o" "C:\\Windows\\TEMP\\go-build513902542\\b029\\dim_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b029\\erf_stub.o" "C:\\Windows\\TEMP\\go-build513902542\\b029\\exp2_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b029\\exp_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b029\\expm1_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b029\\floor_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b029\\frexp_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b029\\hypot_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b029\\ldexp_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b029\\log10_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b029\\log1p_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b029\\log_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b029\\mod_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b029\\modf_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b029\\pow_stub.o" "C:\\Windows\\TEMP\\go-build513902542\\b029\\remainder_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b029\\sin_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b029\\sinh_stub.o" "C:\\Windows\\TEMP\\go-build513902542\\b029\\sqrt_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b029\\tan_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b029\\_pkg_.a" # internal
mkdir -p $WORK\b031\
cat >$WORK\b031\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile math=$WORK\b029\_pkg_.a
packagefile math/bits=$WORK\b032\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\strconv
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b031\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b031" -p strconv -std -complete -buildid hSMoKwCZSB-9T6G9l__p/hSMoKwCZSB-9T6G9l__p -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b031\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\strconv\\atob.go" "c:\\dev\\go\\src\\strconv\\atof.go" "c:\\dev\\go\\src\\strconv\\atoi.go" "c:\\dev\\go\\src\\strconv\\decimal.go" "c:\\dev\\go\\src\\strconv\\doc.go" "c:\\dev\\go\\src\\strconv\\extfloat.go" "c:\\dev\\go\\src\\strconv\\ftoa.go" "c:\\dev\\go\\src\\strconv\\isprint.go" "c:\\dev\\go\\src\\strconv\\itoa.go" "c:\\dev\\go\\src\\strconv\\quote.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b031\\_pkg_.a" # internal
cd c:\dev\go\src\runtime
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b011" -I "C:\\Windows\\TEMP\\go-build513902542\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b011\\asm.o" "c:\\dev\\go\\src\\runtime\\asm.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b011" -I "C:\\Windows\\TEMP\\go-build513902542\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b011\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\asm_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b011" -I "C:\\Windows\\TEMP\\go-build513902542\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b011\\duff_amd64.o" "c:\\dev\\go\\src\\runtime\\duff_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b011" -I "C:\\Windows\\TEMP\\go-build513902542\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b011\\memclr_amd64.o" "c:\\dev\\go\\src\\runtime\\memclr_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b011" -I "C:\\Windows\\TEMP\\go-build513902542\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b011\\memmove_amd64.o" "c:\\dev\\go\\src\\runtime\\memmove_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b011" -I "C:\\Windows\\TEMP\\go-build513902542\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b011\\rt0_windows_amd64.o" "c:\\dev\\go\\src\\runtime\\rt0_windows_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b011" -I "C:\\Windows\\TEMP\\go-build513902542\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b011\\sys_windows_amd64.o" "c:\\dev\\go\\src\\runtime\\sys_windows_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b011" -I "C:\\Windows\\TEMP\\go-build513902542\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b011\\zcallback_windows.o" "c:\\dev\\go\\src\\runtime\\zcallback_windows.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build513902542\\b011\\_pkg_.a" "C:\\Windows\\TEMP\\go-build513902542\\b011\\asm.o" "C:\\Windows\\TEMP\\go-build513902542\\b011\\asm_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b011\\duff_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b011\\memclr_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b011\\memmove_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b011\\rt0_windows_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b011\\sys_windows_amd64.o" "C:\\Windows\\TEMP\\go-build513902542\\b011\\zcallback_windows.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b011\\_pkg_.a" # internal
mkdir -p $WORK\b010\
cat >$WORK\b010\importcfg << 'EOF' # internal
# import config
packagefile internal/race=$WORK\b006\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sync/atomic=$WORK\b016\_pkg_.a
EOF
cd c:\dev\go\src\sync
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b010\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b010" -p sync -std -buildid KLuMdit0BBNTAMwnNo2Y/KLuMdit0BBNTAMwnNo2Y -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b010\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\sync\\cond.go" "c:\\dev\\go\\src\\sync\\map.go" "c:\\dev\\go\\src\\sync\\mutex.go" "c:\\dev\\go\\src\\sync\\once.go" "c:\\dev\\go\\src\\sync\\pool.go" "c:\\dev\\go\\src\\sync\\runtime.go" "c:\\dev\\go\\src\\sync\\rwmutex.go" "c:\\dev\\go\\src\\sync\\waitgroup.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b010\\_pkg_.a" # internal
mkdir -p $WORK\b019\
cat >$WORK\b019\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b016\_pkg_.a
EOF
cd c:\dev\go\src\io
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b019\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b019" -p io -std -complete -buildid FhSzN3gJtJt3hVBR8O56/FhSzN3gJtJt3hVBR8O56 -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b019\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\io\\io.go" "c:\\dev\\go\\src\\io\\multi.go" "c:\\dev\\go\\src\\io\\pipe.go"
mkdir -p $WORK\b030\
cat >$WORK\b030\importcfg << 'EOF' # internal
# import config
packagefile math=$WORK\b029\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile unicode=$WORK\b026\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\reflect
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b030\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b030" -p reflect -std -buildid vO017N5NkUKQuloHjPh-/vO017N5NkUKQuloHjPh- -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b030\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build513902542\\b030\\go_asm.h" -c=4 "c:\\dev\\go\\src\\reflect\\deepequal.go" "c:\\dev\\go\\src\\reflect\\makefunc.go" "c:\\dev\\go\\src\\reflect\\swapper.go" "c:\\dev\\go\\src\\reflect\\type.go" "c:\\dev\\go\\src\\reflect\\value.go"
mkdir -p $WORK\b017\
cat >$WORK\b017\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/race=$WORK\b006\_pkg_.a
packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b016\_pkg_.a
packagefile unicode/utf16=$WORK\b018\_pkg_.a
EOF
cd c:\dev\go\src\syscall
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b017\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b017" -p syscall -std -buildid sKQCZlAwW_xW5-DJ6fXw/sKQCZlAwW_xW5-DJ6fXw -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b017\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\syscall\\dll_windows.go" "c:\\dev\\go\\src\\syscall\\endian_little.go" "c:\\dev\\go\\src\\syscall\\env_windows.go" "c:\\dev\\go\\src\\syscall\\exec_windows.go" "c:\\dev\\go\\src\\syscall\\msan0.go" "c:\\dev\\go\\src\\syscall\\net.go" "c:\\dev\\go\\src\\syscall\\security_windows.go" "c:\\dev\\go\\src\\syscall\\str.go" "c:\\dev\\go\\src\\syscall\\syscall.go" "c:\\dev\\go\\src\\syscall\\syscall_windows.go" "c:\\dev\\go\\src\\syscall\\syscall_windows_amd64.go" "c:\\dev\\go\\src\\syscall\\types_windows.go" "c:\\dev\\go\\src\\syscall\\types_windows_amd64.go" "c:\\dev\\go\\src\\syscall\\zerrors_windows.go" "c:\\dev\\go\\src\\syscall\\zerrors_windows_amd64.go" "c:\\dev\\go\\src\\syscall\\zsyscall_windows.go" "c:\\dev\\go\\src\\syscall\\zsysnum_windows_amd64.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b019\\_pkg_.a" # internal
mkdir -p $WORK\b025\
cat >$WORK\b025\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/bytealg=$WORK\b012\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile unicode=$WORK\b026\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\bytes
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b025\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b025" -p bytes -std -buildid SDCmM-ZiMbbrhQKNRJOx/SDCmM-ZiMbbrhQKNRJOx -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b025\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\bytes\\buffer.go" "c:\\dev\\go\\src\\bytes\\bytes.go" "c:\\dev\\go\\src\\bytes\\bytes_decl.go" "c:\\dev\\go\\src\\bytes\\reader.go"
mkdir -p $WORK\b034\
cat >$WORK\b034\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/bytealg=$WORK\b012\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile unicode=$WORK\b026\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\strings
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b034\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b034" -p strings -std -buildid n-ipkliNlYUbfrA1Aoaa/n-ipkliNlYUbfrA1Aoaa -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b034\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build513902542\\b034\\go_asm.h" -c=4 "c:\\dev\\go\\src\\strings\\builder.go" "c:\\dev\\go\\src\\strings\\compare.go" "c:\\dev\\go\\src\\strings\\reader.go" "c:\\dev\\go\\src\\strings\\replace.go" "c:\\dev\\go\\src\\strings\\search.go" "c:\\dev\\go\\src\\strings\\strings.go" "c:\\dev\\go\\src\\strings\\strings_decl.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b025\\_pkg_.a" # internal
mkdir -p $WORK\b039\
cat >$WORK\b039\importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK\b025\_pkg_.a
packagefile errors=$WORK\b004\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\bufio
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b039\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b039" -p bufio -std -complete -buildid BS8NjzrDK0eofORQyY7G/BS8NjzrDK0eofORQyY7G -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b039\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\bufio\\bufio.go" "c:\\dev\\go\\src\\bufio\\scan.go"
cd c:\dev\go\src\strings
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b034" -I "C:\\Windows\\TEMP\\go-build513902542\\b034\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b034\\strings.o" "c:\\dev\\go\\src\\strings\\strings.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build513902542\\b034\\_pkg_.a" "C:\\Windows\\TEMP\\go-build513902542\\b034\\strings.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b034\\_pkg_.a" # internal
mkdir -p $WORK\b047\
cat >$WORK\b047\importcfg << 'EOF' # internal
# import config
packagefile io=$WORK\b019\_pkg_.a
EOF
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b017\\_pkg_.a" # internal
cd c:\dev\go\src\hash
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b047\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b047" -p hash -std -complete -buildid I2m76_k8Qw04xEAQXwHE/I2m76_k8Qw04xEAQXwHE -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b047\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\hash\\hash.go"
mkdir -p $WORK\b008\
cat >$WORK\b008\importcfg << 'EOF' # internal
# import config
packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile syscall=$WORK\b017\_pkg_.a
EOF
cd c:\dev\go\src\internal\syscall\windows
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b008\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b008" -p internal/syscall/windows -std -complete -buildid EwpJZbKVH9Qpmd4MSshC/EwpJZbKVH9Qpmd4MSshC -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b008\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\syscall\\windows\\mksyscall.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\psapi_windows.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\reparse_windows.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\security_windows.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\symlink_windows.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\syscall_windows.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\zsyscall_windows.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b039\\_pkg_.a" # internal
mkdir -p $WORK\b021\
cat >$WORK\b021\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile syscall=$WORK\b017\_pkg_.a
packagefile unicode/utf16=$WORK\b018\_pkg_.a
EOF
cd c:\dev\go\src\internal\syscall\windows\registry
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b021\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b021" -p internal/syscall/windows/registry -std -complete -buildid n6ELkaWHbWH1vKYYn2QP/n6ELkaWHbWH1vKYYn2QP -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b021\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\key.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\mksyscall.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\syscall.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\value.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\zsyscall_windows.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b047\\_pkg_.a" # internal
mkdir -p $WORK\b046\
cat >$WORK\b046\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile hash=$WORK\b047\_pkg_.a
packagefile internal/cpu=$WORK\b013\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
EOF
cd c:\dev\go\src\hash\crc32
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b046\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b046" -p hash/crc32 -std -buildid v7SWwa2-2YS3HZcaRGq7/v7SWwa2-2YS3HZcaRGq7 -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b046\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build513902542\\b046\\go_asm.h" -c=4 "c:\\dev\\go\\src\\hash\\crc32\\crc32.go" "c:\\dev\\go\\src\\hash\\crc32\\crc32_amd64.go" "c:\\dev\\go\\src\\hash\\crc32\\crc32_generic.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b008\\_pkg_.a" # internal
mkdir -p $WORK\b050\
cat >$WORK\b050\importcfg << 'EOF' # internal
# import config
packagefile io=$WORK\b019\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\text\tabwriter
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b050\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b050" -p text/tabwriter -std -complete -buildid 7h7ok-C7Sl2XhV4W9Y1F/7h7ok-C7Sl2XhV4W9Y1F -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b050\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\text\\tabwriter\\tabwriter.go"
cd c:\dev\go\src\hash\crc32
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b046" -I "C:\\Windows\\TEMP\\go-build513902542\\b046\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b046\\crc32_amd64.o" "c:\\dev\\go\\src\\hash\\crc32\\crc32_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build513902542\\b046\\_pkg_.a" "C:\\Windows\\TEMP\\go-build513902542\\b046\\crc32_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b046\\_pkg_.a" # internal
cd c:\dev\go\src\reflect
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b030" -I "C:\\Windows\\TEMP\\go-build513902542\\b030\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b030\\asm_amd64.o" "c:\\dev\\go\\src\\reflect\\asm_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b021\\_pkg_.a" # internal
mkdir -p $WORK\b020\
cat >$WORK\b020\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/syscall/windows/registry=$WORK\b021\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile syscall=$WORK\b017\_pkg_.a
EOF
cd c:\dev\go\src\time
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b020\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b020" -p time -std -buildid XYDWXVL0mA3m238daZRe/XYDWXVL0mA3m238daZRe -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b020\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\time\\format.go" "c:\\dev\\go\\src\\time\\sleep.go" "c:\\dev\\go\\src\\time\\sys_windows.go" "c:\\dev\\go\\src\\time\\tick.go" "c:\\dev\\go\\src\\time\\time.go" "c:\\dev\\go\\src\\time\\zoneinfo.go" "c:\\dev\\go\\src\\time\\zoneinfo_abbrs_windows.go" "c:\\dev\\go\\src\\time\\zoneinfo_read.go" "c:\\dev\\go\\src\\time\\zoneinfo_windows.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b050\\_pkg_.a" # internal
cd c:\dev\go\src\reflect
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build513902542\\b030\\_pkg_.a" "C:\\Windows\\TEMP\\go-build513902542\\b030\\asm_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b030\\_pkg_.a" # internal
mkdir -p $WORK\b045\
mkdir -p $WORK\b033\
cat >$WORK\b045\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile math=$WORK\b029\_pkg_.a
packagefile reflect=$WORK\b030\_pkg_.a
EOF
cat >$WORK\b033\importcfg << 'EOF' # internal
# import config
packagefile reflect=$WORK\b030\_pkg_.a
EOF
cd c:\dev\go\src\encoding\binary
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b045\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b045" -p encoding/binary -std -complete -buildid pWLWfVO31-8d25W3KF5_/pWLWfVO31-8d25W3KF5_ -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b045\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\encoding\\binary\\binary.go" "c:\\dev\\go\\src\\encoding\\binary\\varint.go"
cd c:\dev\go\src\sort
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b033\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b033" -p sort -std -complete -buildid zWylguBZddahVpOJM_VN/zWylguBZddahVpOJM_VN -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b033\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\sort\\search.go" "c:\\dev\\go\\src\\sort\\slice.go" "c:\\dev\\go\\src\\sort\\sort.go" "c:\\dev\\go\\src\\sort\\zfuncversion.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b033\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b045\\_pkg_.a" # internal
mkdir -p $WORK\b041\
cat >$WORK\b041\importcfg << 'EOF' # internal
# import config
packagefile sort=$WORK\b033\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile unicode=$WORK\b026\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\regexp\syntax
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b041\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b041" -p regexp/syntax -std -complete -buildid BS-ixQcApKx6YVke0IXY/BS-ixQcApKx6YVke0IXY -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b041\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\regexp\\syntax\\compile.go" "c:\\dev\\go\\src\\regexp\\syntax\\doc.go" "c:\\dev\\go\\src\\regexp\\syntax\\op_string.go" "c:\\dev\\go\\src\\regexp\\syntax\\parse.go" "c:\\dev\\go\\src\\regexp\\syntax\\perl_groups.go" "c:\\dev\\go\\src\\regexp\\syntax\\prog.go" "c:\\dev\\go\\src\\regexp\\syntax\\regexp.go" "c:\\dev\\go\\src\\regexp\\syntax\\simplify.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b020\\_pkg_.a" # internal
mkdir -p $WORK\b005\
cat >$WORK\b005\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/race=$WORK\b006\_pkg_.a
packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b016\_pkg_.a
packagefile syscall=$WORK\b017\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
packagefile unicode/utf16=$WORK\b018\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\internal\poll
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b005\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b005" -p internal/poll -std -buildid JMRbKKU69pFkB0ZnN2aJ/JMRbKKU69pFkB0ZnN2aJ -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b005\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\poll\\fd.go" "c:\\dev\\go\\src\\internal\\poll\\fd_mutex.go" "c:\\dev\\go\\src\\internal\\poll\\fd_poll_runtime.go" "c:\\dev\\go\\src\\internal\\poll\\fd_posix.go" "c:\\dev\\go\\src\\internal\\poll\\fd_windows.go" "c:\\dev\\go\\src\\internal\\poll\\hook_windows.go" "c:\\dev\\go\\src\\internal\\poll\\sendfile_windows.go" "c:\\dev\\go\\src\\internal\\poll\\sockopt.go" "c:\\dev\\go\\src\\internal\\poll\\sockopt_windows.go" "c:\\dev\\go\\src\\internal\\poll\\sockoptip.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b041\\_pkg_.a" # internal
mkdir -p $WORK\b040\
cat >$WORK\b040\importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK\b025\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile regexp/syntax=$WORK\b041\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile unicode=$WORK\b026\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\regexp
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b040\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b040" -p regexp -std -complete -buildid l5WqHJfb2DQ4lSIpSp5X/l5WqHJfb2DQ4lSIpSp5X -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b040\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\regexp\\backtrack.go" "c:\\dev\\go\\src\\regexp\\exec.go" "c:\\dev\\go\\src\\regexp\\onepass.go" "c:\\dev\\go\\src\\regexp\\regexp.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b005\\_pkg_.a" # internal
mkdir -p $WORK\b003\
cat >$WORK\b003\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/poll=$WORK\b005\_pkg_.a
packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
packagefile internal/testlog=$WORK\b023\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b016\_pkg_.a
packagefile syscall=$WORK\b017\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
packagefile unicode/utf16=$WORK\b018\_pkg_.a
EOF
cd c:\dev\go\src\os
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b003\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b003" -p os -std -buildid AODgp5SNuTNMFF3ALdWM/AODgp5SNuTNMFF3ALdWM -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b003\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\os\\dir.go" "c:\\dev\\go\\src\\os\\dir_windows.go" "c:\\dev\\go\\src\\os\\env.go" "c:\\dev\\go\\src\\os\\error.go" "c:\\dev\\go\\src\\os\\error_posix.go" "c:\\dev\\go\\src\\os\\error_windows.go" "c:\\dev\\go\\src\\os\\exec.go" "c:\\dev\\go\\src\\os\\exec_posix.go" "c:\\dev\\go\\src\\os\\exec_windows.go" "c:\\dev\\go\\src\\os\\executable.go" "c:\\dev\\go\\src\\os\\executable_windows.go" "c:\\dev\\go\\src\\os\\file.go" "c:\\dev\\go\\src\\os\\file_posix.go" "c:\\dev\\go\\src\\os\\file_windows.go" "c:\\dev\\go\\src\\os\\getwd.go" "c:\\dev\\go\\src\\os\\path.go" "c:\\dev\\go\\src\\os\\path_windows.go" "c:\\dev\\go\\src\\os\\proc.go" "c:\\dev\\go\\src\\os\\stat.go" "c:\\dev\\go\\src\\os\\stat_windows.go" "c:\\dev\\go\\src\\os\\sticky_notbsd.go" "c:\\dev\\go\\src\\os\\str.go" "c:\\dev\\go\\src\\os\\sys.go" "c:\\dev\\go\\src\\os\\sys_windows.go" "c:\\dev\\go\\src\\os\\types.go" "c:\\dev\\go\\src\\os\\types_windows.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b040\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b003\\_pkg_.a" # internal
mkdir -p $WORK\b035\
mkdir -p $WORK\b049\
cat >$WORK\b035\importcfg << 'EOF' # internal
# import config
packagefile os=$WORK\b003\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
EOF
cat >$WORK\b049\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile syscall=$WORK\b017\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
mkdir -p $WORK\b028\
cd c:\dev\go\src\runtime\debug
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b035\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b035" -p runtime/debug -std -buildid iEZ59Srz89s_f71s3Cl9/iEZ59Srz89s_f71s3Cl9 -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b035\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build513902542\\b035\\go_asm.h" -c=4 "c:\\dev\\go\\src\\runtime\\debug\\garbage.go" "c:\\dev\\go\\src\\runtime\\debug\\stack.go" "c:\\dev\\go\\src\\runtime\\debug\\stubs.go"
cat >$WORK\b028\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile math=$WORK\b029\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile reflect=$WORK\b030\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
EOF
cd c:\dev\go\src\path\filepath
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b049\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b049" -p path/filepath -std -complete -buildid RPLFvpO0DErSKZw0JLM-/RPLFvpO0DErSKZw0JLM- -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b049\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\path\\filepath\\match.go" "c:\\dev\\go\\src\\path\\filepath\\path.go" "c:\\dev\\go\\src\\path\\filepath\\path_windows.go" "c:\\dev\\go\\src\\path\\filepath\\symlink.go" "c:\\dev\\go\\src\\path\\filepath\\symlink_windows.go"
cd c:\dev\go\src\fmt
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b028\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b028" -p fmt -std -complete -buildid ovCMCBYbho6zwE0ymykt/ovCMCBYbho6zwE0ymykt -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b028\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\fmt\\doc.go" "c:\\dev\\go\\src\\fmt\\format.go" "c:\\dev\\go\\src\\fmt\\print.go" "c:\\dev\\go\\src\\fmt\\scan.go"
cd c:\dev\go\src\runtime\debug
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b035" -I "C:\\Windows\\TEMP\\go-build513902542\\b035\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build513902542\\b035\\debug.o" "c:\\dev\\go\\src\\runtime\\debug\\debug.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build513902542\\b035\\_pkg_.a" "C:\\Windows\\TEMP\\go-build513902542\\b035\\debug.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b035\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b049\\_pkg_.a" # internal
mkdir -p $WORK\b048\
cat >$WORK\b048\importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK\b025\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile path/filepath=$WORK\b049\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
EOF
cd c:\dev\go\src\io\ioutil
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b048\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b048" -p io/ioutil -std -complete -buildid 9KzDiQNmp2-5p-Flg82Q/9KzDiQNmp2-5p-Flg82Q -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b048\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\io\\ioutil\\ioutil.go" "c:\\dev\\go\\src\\io\\ioutil\\tempfile.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b028\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b048\\_pkg_.a" # internal
mkdir -p $WORK\b037\
cat >$WORK\b037\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile reflect=$WORK\b030\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
EOF
mkdir -p $WORK\b027\
cd c:\dev\go\src\context
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b037\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b037" -p context -std -complete -buildid lgidxqh6fcclU2cm7ftq/lgidxqh6fcclU2cm7ftq -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b037\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\context\\context.go"
cat >$WORK\b027\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile reflect=$WORK\b030\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
EOF
cd c:\dev\go\src\flag
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b027\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b027" -p flag -std -complete -buildid oSJEB_uZ64ASpsSNazZS/oSJEB_uZ64ASpsSNazZS -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b027\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\flag\\flag.go"
mkdir -p $WORK\b044\
cat >$WORK\b044\importcfg << 'EOF' # internal
# import config
packagefile bufio=$WORK\b039\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile math=$WORK\b029\_pkg_.a
packagefile math/bits=$WORK\b032\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
EOF
cd c:\dev\go\src\compress\flate
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b044\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b044" -p compress/flate -std -complete -buildid Wd38kOgt-PtM_Tl6hbl4/Wd38kOgt-PtM_Tl6hbl4 -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b044\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\compress\\flate\\deflate.go" "c:\\dev\\go\\src\\compress\\flate\\deflatefast.go" "c:\\dev\\go\\src\\compress\\flate\\dict_decoder.go" "c:\\dev\\go\\src\\compress\\flate\\huffman_bit_writer.go" "c:\\dev\\go\\src\\compress\\flate\\huffman_code.go" "c:\\dev\\go\\src\\compress\\flate\\inflate.go" "c:\\dev\\go\\src\\compress\\flate\\token.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b037\\_pkg_.a" # internal
mkdir -p $WORK\b036\
cat >$WORK\b036\importcfg << 'EOF' # internal
# import config
packagefile context=$WORK\b037\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b016\_pkg_.a
EOF
cd c:\dev\go\src\runtime\trace
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b036\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b036" -p runtime/trace -std -buildid k4puWzu1edK6mBLPT-eJ/k4puWzu1edK6mBLPT-eJ -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b036\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\runtime\\trace\\annotation.go" "c:\\dev\\go\\src\\runtime\\trace\\trace.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b027\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b036\\_pkg_.a" # internal
mkdir -p $WORK\b024\
cat >$WORK\b024\importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK\b025\_pkg_.a
packagefile errors=$WORK\b004\_pkg_.a
packagefile flag=$WORK\b027\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile internal/race=$WORK\b006\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile runtime/debug=$WORK\b035\_pkg_.a
packagefile runtime/trace=$WORK\b036\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b016\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
EOF
cd c:\dev\go\src\testing
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b024\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b024" -p testing -std -complete -buildid NaNqqgwkOuoqhhgip109/NaNqqgwkOuoqhhgip109 -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b024\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\testing\\allocs.go" "c:\\dev\\go\\src\\testing\\benchmark.go" "c:\\dev\\go\\src\\testing\\cover.go" "c:\\dev\\go\\src\\testing\\example.go" "c:\\dev\\go\\src\\testing\\match.go" "c:\\dev\\go\\src\\testing\\testing.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b044\\_pkg_.a" # internal
mkdir -p $WORK\b043\
cat >$WORK\b043\importcfg << 'EOF' # internal
# import config
packagefile bufio=$WORK\b039\_pkg_.a
packagefile compress/flate=$WORK\b044\_pkg_.a
packagefile encoding/binary=$WORK\b045\_pkg_.a
packagefile errors=$WORK\b004\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile hash/crc32=$WORK\b046\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
EOF
cd c:\dev\go\src\compress\gzip
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b043\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b043" -p compress/gzip -std -complete -buildid 8vWduNowu_zCV83sLrGO/8vWduNowu_zCV83sLrGO -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b043\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\compress\\gzip\\gunzip.go" "c:\\dev\\go\\src\\compress\\gzip\\gzip.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b043\\_pkg_.a" # internal
mkdir -p $WORK\b042\
cat >$WORK\b042\importcfg << 'EOF' # internal
# import config
packagefile bufio=$WORK\b039\_pkg_.a
packagefile bytes=$WORK\b025\_pkg_.a
packagefile compress/gzip=$WORK\b043\_pkg_.a
packagefile context=$WORK\b037\_pkg_.a
packagefile encoding/binary=$WORK\b045\_pkg_.a
packagefile errors=$WORK\b004\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile io/ioutil=$WORK\b048\_pkg_.a
packagefile math=$WORK\b029\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile text/tabwriter=$WORK\b050\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
EOF
cd c:\dev\go\src\runtime\pprof
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b042\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b042" -p runtime/pprof -std -buildid _6kwgaByA-fq1nK2y4nw/_6kwgaByA-fq1nK2y4nw -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b042\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\runtime\\pprof\\elf.go" "c:\\dev\\go\\src\\runtime\\pprof\\label.go" "c:\\dev\\go\\src\\runtime\\pprof\\map.go" "c:\\dev\\go\\src\\runtime\\pprof\\pprof.go" "c:\\dev\\go\\src\\runtime\\pprof\\proto.go" "c:\\dev\\go\\src\\runtime\\pprof\\protobuf.go" "c:\\dev\\go\\src\\runtime\\pprof\\protomem.go" "c:\\dev\\go\\src\\runtime\\pprof\\runtime.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b024\\_pkg_.a" # internal
mkdir -p $WORK\b051\
cd $WORK\b051\
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\cover.exe" -mode set -var GoCover_0_383336666631383465376234 -o "C:\\Windows\\TEMP\\go-build513902542\\b051\\log.cover.go" "c:\\dev\\go\\src\\log\\log.go"
cat >$WORK\b051\importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK\b025\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile regexp=$WORK\b040\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile testing=$WORK\b024\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
EOF
cd c:\dev\go\src\log
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b051\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b051" -p log -std -complete -buildid Hc6YUZWZDevtvFId_0NL/Hc6YUZWZDevtvFId_0NL -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b051\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\go-build513902542\\b051\\log.cover.go" "c:\\dev\\go\\src\\log\\log_test.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b042\\_pkg_.a" # internal
mkdir -p $WORK\b038\
cat >$WORK\b038\importcfg << 'EOF' # internal
# import config
packagefile bufio=$WORK\b039\_pkg_.a
packagefile internal/testlog=$WORK\b023\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile regexp=$WORK\b040\_pkg_.a
packagefile runtime/pprof=$WORK\b042\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
EOF
cd c:\dev\go\src\testing\internal\testdeps
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b038\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b038" -p testing/internal/testdeps -std -complete -buildid gpjWHRqn9xXrb28kX5Rb/gpjWHRqn9xXrb28kX5Rb -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b038\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\testing\\internal\\testdeps\\deps.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b038\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b051\\_pkg_.a" # internal
mkdir -p $WORK\b052\
cat >$WORK\b051\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\log",
"GoFiles": [
"C:\\Windows\\TEMP\\go-build513902542\\b051\\log.cover.go",
"c:\\dev\\go\\src\\log\\log_test.go"
],
"ImportMap": {
"bytes": "bytes",
"fmt": "fmt",
"io": "io",
"os": "os",
"regexp": "regexp",
"runtime": "runtime",
"strings": "strings",
"sync": "sync",
"testing": "testing",
"time": "time"
},
"PackageFile": {
"bytes": "C:\\Windows\\TEMP\\go-build513902542\\b025\\_pkg_.a",
"fmt": "C:\\Windows\\TEMP\\go-build513902542\\b028\\_pkg_.a",
"io": "C:\\Windows\\TEMP\\go-build513902542\\b019\\_pkg_.a",
"os": "C:\\Windows\\TEMP\\go-build513902542\\b003\\_pkg_.a",
"regexp": "C:\\Windows\\TEMP\\go-build513902542\\b040\\_pkg_.a",
"runtime": "C:\\Windows\\TEMP\\go-build513902542\\b011\\_pkg_.a",
"strings": "C:\\Windows\\TEMP\\go-build513902542\\b034\\_pkg_.a",
"sync": "C:\\Windows\\TEMP\\go-build513902542\\b010\\_pkg_.a",
"testing": "C:\\Windows\\TEMP\\go-build513902542\\b024\\_pkg_.a",
"time": "C:\\Windows\\TEMP\\go-build513902542\\b020\\_pkg_.a"
},
"ImportPath": "log",
"SucceedOnTypecheckFailure": false
}
EOF
cat >$WORK\b052\importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK\b025\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile log=$WORK\b051\_pkg_.a
EOF
cd c:\dev\go\src\log
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build513902542\\b051\\vet.cfg"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b052\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b052" -p log_test -complete -buildid N7Q2FaUr4vYqIrT1BiNZ/N7Q2FaUr4vYqIrT1BiNZ -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b052\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\log\\example_test.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b052\\_pkg_.a" # internal
cat >$WORK\b001\importcfg << 'EOF' # internal
# import config
packagefile os=$WORK\b003\_pkg_.a
packagefile testing=$WORK\b024\_pkg_.a
packagefile testing/internal/testdeps=$WORK\b038\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile log=$WORK\b051\_pkg_.a
packagefile log_test=$WORK\b052\_pkg_.a
EOF
cd $WORK\b001\
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build513902542\\b001" -p main -complete -buildid eCKJreO-LsfCpjvatRtU/eCKJreO-LsfCpjvatRtU -dwarf=false -D "" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b001\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\go-build513902542\\b001\\_testmain.go"
cat >$WORK\b052\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\log",
"GoFiles": [
"c:\\dev\\go\\src\\log\\example_test.go"
],
"ImportMap": {
"bytes": "bytes",
"fmt": "fmt",
"log": "log"
},
"PackageFile": {
"bytes": "C:\\Windows\\TEMP\\go-build513902542\\b025\\_pkg_.a",
"fmt": "C:\\Windows\\TEMP\\go-build513902542\\b028\\_pkg_.a",
"log": "C:\\Windows\\TEMP\\go-build513902542\\b051\\_pkg_.a"
},
"ImportPath": "log_test",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\log
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build513902542\\b052\\vet.cfg"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build513902542\\b001\\_pkg_.a" # internal
cat >$WORK\b001\importcfg.link << 'EOF' # internal
packagefile log.test=$WORK\b001\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile testing=$WORK\b024\_pkg_.a
packagefile testing/internal/testdeps=$WORK\b038\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile log=$WORK\b051\_pkg_.a
packagefile log_test=$WORK\b052\_pkg_.a
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/poll=$WORK\b005\_pkg_.a
packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
packagefile internal/testlog=$WORK\b023\_pkg_.a
packagefile io=$WORK\b019\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b016\_pkg_.a
packagefile syscall=$WORK\b017\_pkg_.a
packagefile time=$WORK\b020\_pkg_.a
packagefile unicode/utf16=$WORK\b018\_pkg_.a
packagefile bytes=$WORK\b025\_pkg_.a
packagefile flag=$WORK\b027\_pkg_.a
packagefile fmt=$WORK\b028\_pkg_.a
packagefile internal/race=$WORK\b006\_pkg_.a
packagefile runtime/debug=$WORK\b035\_pkg_.a
packagefile runtime/trace=$WORK\b036\_pkg_.a
packagefile sort=$WORK\b033\_pkg_.a
packagefile strconv=$WORK\b031\_pkg_.a
packagefile strings=$WORK\b034\_pkg_.a
packagefile bufio=$WORK\b039\_pkg_.a
packagefile regexp=$WORK\b040\_pkg_.a
packagefile runtime/pprof=$WORK\b042\_pkg_.a
packagefile internal/bytealg=$WORK\b012\_pkg_.a
packagefile internal/cpu=$WORK\b013\_pkg_.a
packagefile runtime/internal/atomic=$WORK\b014\_pkg_.a
packagefile runtime/internal/sys=$WORK\b015\_pkg_.a
packagefile unicode/utf8=$WORK\b022\_pkg_.a
packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
packagefile internal/syscall/windows/registry=$WORK\b021\_pkg_.a
packagefile unicode=$WORK\b026\_pkg_.a
packagefile reflect=$WORK\b030\_pkg_.a
packagefile math=$WORK\b029\_pkg_.a
packagefile context=$WORK\b037\_pkg_.a
packagefile math/bits=$WORK\b032\_pkg_.a
packagefile regexp/syntax=$WORK\b041\_pkg_.a
packagefile compress/gzip=$WORK\b043\_pkg_.a
packagefile encoding/binary=$WORK\b045\_pkg_.a
packagefile io/ioutil=$WORK\b048\_pkg_.a
packagefile text/tabwriter=$WORK\b050\_pkg_.a
packagefile compress/flate=$WORK\b044\_pkg_.a
packagefile hash/crc32=$WORK\b046\_pkg_.a
packagefile path/filepath=$WORK\b049\_pkg_.a
packagefile hash=$WORK\b047\_pkg_.a
EOF
cd .
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "C:\\Windows\\TEMP\\go-build513902542\\b001\\log.test.exe" -importcfg "C:\\Windows\\TEMP\\go-build513902542\\b001\\importcfg.link" -s -w -buildmode=exe -buildid=Hfkb6oGXOd5X45Bfx7sh/eCKJreO-LsfCpjvatRtU/ijlMQb3hqf5tMIUcFq-h/Hfkb6oGXOd5X45Bfx7sh -extld=gcc "C:\\Windows\\TEMP\\go-build513902542\\b001\\_pkg_.a"
$WORK\b001\log.test.exe
rm -r $WORK\b001\
=== RUN TestDontReportRemoveOfEmptyDir
=== PAUSE TestDontReportRemoveOfEmptyDir
=== RUN TestNoRelativeTmpdir
--- PASS: TestNoRelativeTmpdir (0.04s)
go_test.go:6111: running testgo [build a]
go_test.go:6111: standard error:
go_test.go:6111: cmd/go: relative tmpdir not supported
go_test.go:6111: testgo failed as expected: exit status 1
=== RUN TestNoteReading
--- PASS: TestNoteReading (4.16s)
note_test.go:23: running testgo [build -ldflags -buildid=TestNoteReading-Build-ID -o C:\Windows\TEMP\gotest825461033\hello.exe C:\Windows\TEMP\gotest825461033\hello.go]
note_test.go:41: running testgo [build -ldflags -buildid=TestNoteReading-Build-ID -linkmode=external -o C:\Windows\TEMP\gotest825461033\hello2.exe C:\Windows\TEMP\gotest825461033\hello.go]
=== RUN TestVendorImports
--- PASS: TestVendorImports (0.13s)
vendor_test.go:23: running testgo [list -f {{.ImportPath}} {{.Imports}} vend/... vend/vendor/... vend/x/vendor/...]
vendor_test.go:23: standard output:
vendor_test.go:23: vend [vend/vendor/p r]
vend/dir1 []
vend/hello [fmt vend/vendor/strings]
vend/subdir [vend/vendor/p r]
vend/x [vend/x/vendor/p vend/vendor/q vend/x/vendor/r vend/dir1 vend/vendor/vend/dir1/dir2]
vend/x/invalid [vend/x/invalid/vendor/foo]
vend/vendor/p []
vend/vendor/q []
vend/vendor/strings []
vend/vendor/vend/dir1/dir2 []
vend/x/vendor/p []
vend/x/vendor/p/p [notfound]
vend/x/vendor/r []
=== RUN TestVendorBuild
--- PASS: TestVendorBuild (0.11s)
vendor_test.go:53: running testgo [build vend/x]
=== RUN TestVendorRun
--- PASS: TestVendorRun (2.86s)
vendor_test.go:61: running testgo [run hello.go]
vendor_test.go:61: standard output:
vendor_test.go:61: hello, world
=== RUN TestVendorGOPATH
--- PASS: TestVendorGOPATH (2.86s)
vendor_test.go:76: running testgo [run hello.go]
vendor_test.go:76: standard output:
vendor_test.go:76: hello, world
=== RUN TestVendorTest
--- PASS: TestVendorTest (3.94s)
vendor_test.go:85: running testgo [test -v]
vendor_test.go:85: standard output:
vendor_test.go:85: === RUN TestMsgInternal
--- PASS: TestMsgInternal (0.00s)
=== RUN TestMsgExternal
--- PASS: TestMsgExternal (0.00s)
PASS
ok vend/hello 0.028s
=== RUN TestVendorInvalid
--- PASS: TestVendorInvalid (0.04s)
vendor_test.go:95: running testgo [build vend/x/invalid]
vendor_test.go:95: standard error:
vendor_test.go:95: testdata\src\vend\x\invalid\invalid.go:3:8: must be imported as foo
vendor_test.go:95: testgo failed as expected: exit status 1
=== RUN TestVendorImportError
--- PASS: TestVendorImportError (0.04s)
vendor_test.go:104: running testgo [build vend/x/vendor/p/p]
vendor_test.go:104: standard error:
vendor_test.go:104: testdata\src\vend\x\vendor\p\p\p.go:3:8: cannot find package "notfound" in any of:
c:\dev\go\src\cmd\go\testdata\src\vend\x\vendor\notfound (vendor tree)
c:\dev\go\src\cmd\go\testdata\src\vend\vendor\notfound
c:\dev\go\src\notfound (from $GOROOT)
c:\dev\go\src\cmd\go\testdata\src\notfound (from $GOPATH)
vendor_test.go:104: testgo failed as expected: exit status 1
=== RUN TestVendorGet
--- PASS: TestVendorGet (7.24s)
vendor_test.go:171: running testgo [run m.go]
vendor_test.go:171: standard output:
vendor_test.go:171: 1
vendor_test.go:172: running testgo [test]
vendor_test.go:172: standard output:
vendor_test.go:172: 1
PASS
ok v 0.026s
vendor_test.go:173: running testgo [list -f {{.Imports}}]
vendor_test.go:173: standard output:
vendor_test.go:173: [fmt v/vendor/vendor.org/p]
vendor_test.go:175: running testgo [list -f {{.TestImports}}]
vendor_test.go:175: standard output:
vendor_test.go:175: [fmt testing v/vendor/vendor.org/p]
vendor_test.go:177: running testgo [get -d]
vendor_test.go:178: running testgo [get -t -d]
=== RUN TestVendorGetUpdate
--- PASS: TestVendorGetUpdate (5.48s)
vendor_test.go:188: running testgo [get github.com/rsc/go-get-issue-11864]
vendor_test.go:189: running testgo [get -u github.com/rsc/go-get-issue-11864]
=== RUN TestVendorGetU
--- PASS: TestVendorGetU (3.59s)
vendor_test.go:199: running testgo [get -u github.com/rsc/go-get-issue-11864]
=== RUN TestVendorGetTU
--- PASS: TestVendorGetTU (3.56s)
vendor_test.go:209: running testgo [get -t -u github.com/rsc/go-get-issue-11864/...]
=== RUN TestVendorGetBadVendor
=== RUN TestVendorGetBadVendor/bad/imp
=== RUN TestVendorGetBadVendor/bad/imp2
=== RUN TestVendorGetBadVendor/bad/imp3
=== RUN TestVendorGetBadVendor/...
--- PASS: TestVendorGetBadVendor (8.42s)
--- PASS: TestVendorGetBadVendor/bad/imp (2.08s)
vendor_test.go:221: running testgo [get -t -u github.com/rsc/go-get-issue-18219/bad/imp]
vendor_test.go:221: standard error:
vendor_test.go:221: package github.com/rsc/vendor/x: must be imported as x
vendor_test.go:221: testgo failed as expected: exit status 1
--- PASS: TestVendorGetBadVendor/bad/imp2 (2.13s)
vendor_test.go:221: running testgo [get -t -u github.com/rsc/go-get-issue-18219/bad/imp2]
vendor_test.go:221: standard error:
vendor_test.go:221: package github.com/rsc/vendor/x: must be imported as x
vendor_test.go:221: testgo failed as expected: exit status 1
--- PASS: TestVendorGetBadVendor/bad/imp3 (2.15s)
vendor_test.go:221: running testgo [get -t -u github.com/rsc/go-get-issue-18219/bad/imp3]
vendor_test.go:221: standard error:
vendor_test.go:221: package github.com/rsc/vendor/x: must be imported as x
vendor_test.go:221: testgo failed as expected: exit status 1
--- PASS: TestVendorGetBadVendor/... (2.06s)
vendor_test.go:221: running testgo [get -t -u github.com/rsc/go-get-issue-18219/...]
vendor_test.go:221: standard error:
vendor_test.go:221: package github.com/rsc/go-get-issue-18219/bad/imp
imports github.com/rsc/vendor/x: must be imported as x
package github.com/rsc/go-get-issue-18219/bad/imp2
imports github.com/rsc/vendor/x: must be imported as x
package github.com/rsc/go-get-issue-18219/bad/imp3
imports github.com/rsc/vendor/x: must be imported as x
vendor_test.go:221: testgo failed as expected: exit status 1
=== RUN TestGetSubmodules
--- PASS: TestGetSubmodules (7.61s)
vendor_test.go:235: running testgo [get -d github.com/rsc/go-get-issue-12612]
vendor_test.go:236: running testgo [get -u -d github.com/rsc/go-get-issue-12612]
=== RUN TestVendorCache
--- PASS: TestVendorCache (0.04s)
vendor_test.go:244: running testgo [build p]
vendor_test.go:244: standard error:
vendor_test.go:244: testdata\testvendor\src\q\z\z.go:3:8: must be imported as x
vendor_test.go:244: testgo failed as expected: exit status 1
=== RUN TestVendorTest2
--- PASS: TestVendorTest2 (8.31s)
vendor_test.go:255: running testgo [get github.com/rsc/go-get-issue-11864]
vendor_test.go:258: running testgo [build -i github.com/rsc/go-get-issue-11864]
vendor_test.go:259: running testgo [build -i github.com/rsc/go-get-issue-11864/t]
vendor_test.go:262: running testgo [test -i github.com/rsc/go-get-issue-11864]
vendor_test.go:263: running testgo [test -i github.com/rsc/go-get-issue-11864/t]
vendor_test.go:266: running testgo [test github.com/rsc/go-get-issue-11864]
vendor_test.go:266: standard output:
vendor_test.go:266: ? github.com/rsc/go-get-issue-11864 [no test files]
vendor_test.go:267: running testgo [test github.com/rsc/go-get-issue-11864/t]
vendor_test.go:267: standard output:
vendor_test.go:267: ok github.com/rsc/go-get-issue-11864/t 0.026s
vendor_test.go:270: running testgo [test github.com/rsc/go-get-issue-11864/vendor/vendor.org/tx2]
vendor_test.go:270: standard output:
vendor_test.go:270: ok github.com/rsc/go-get-issue-11864/vendor/vendor.org/tx2 0.022s
=== RUN TestVendorTest3
--- PASS: TestVendorTest3 (4.43s)
vendor_test.go:280: running testgo [get github.com/clsung/go-vendor-issue-14613]
vendor_test.go:282: running testgo [build -o C:\Windows\TEMP\gotest250395694\a.out -i github.com/clsung/go-vendor-issue-14613]
vendor_test.go:285: running testgo [test -i github.com/clsung/go-vendor-issue-14613]
vendor_test.go:286: running testgo [test github.com/clsung/go-vendor-issue-14613]
vendor_test.go:286: standard output:
vendor_test.go:286: ok github.com/clsung/go-vendor-issue-14613 0.025s
vendor_test.go:290: running testgo [test -i github.com/clsung/go-vendor-issue-14613/vendor_test.go]
vendor_test.go:291: running testgo [test github.com/clsung/go-vendor-issue-14613/vendor_test.go]
vendor_test.go:291: standard output:
vendor_test.go:291: ok command-line-arguments 0.023s
vendor_test.go:294: running testgo [test -i github.com/clsung/go-vendor-issue-14613/vendor/mylibtesttest/myapp/myapp_test.go]
vendor_test.go:295: running testgo [test github.com/clsung/go-vendor-issue-14613/vendor/mylibtesttest/myapp/myapp_test.go]
vendor_test.go:295: standard output:
vendor_test.go:295: FAIL command-line-arguments [build failed]
vendor_test.go:295: standard error:
vendor_test.go:295: # command-line-arguments [command-line-arguments.test]
github.com\clsung\go-vendor-issue-14613\vendor\mylibtesttest\myapp\myapp_test.go:3:4: imported and not used: "github.com\\clsung\\go-vendor-issue-14613/vendor/mylibtesttest/rds"
vendor_test.go:295: testgo failed as expected: exit status 2
=== RUN TestVendorList
--- PASS: TestVendorList (3.65s)
vendor_test.go:306: running testgo [get github.com/rsc/go-get-issue-11864]
vendor_test.go:308: running testgo [list -f {{join .TestImports "\n"}} github.com/rsc/go-get-issue-11864/t]
vendor_test.go:308: standard output:
vendor_test.go:308: github.com/rsc/go-get-issue-11864/vendor/vendor.org/p
github.com/rsc/go-get-issue-11864/vendor/vendor.org/p1
testing
vendor_test.go:311: running testgo [list -f {{join .XTestImports "\n"}} github.com/rsc/go-get-issue-11864/tx]
vendor_test.go:311: standard output:
vendor_test.go:311: github.com/rsc/go-get-issue-11864/vendor/vendor.org/p
github.com/rsc/go-get-issue-11864/vendor/vendor.org/p1
testing
vendor_test.go:314: running testgo [list -f {{join .XTestImports "\n"}} github.com/rsc/go-get-issue-11864/vendor/vendor.org/tx2]
vendor_test.go:314: standard output:
vendor_test.go:314: github.com/rsc/go-get-issue-11864/vendor/vendor.org/tx2
testing
vendor_test.go:317: running testgo [list -f {{join .XTestImports "\n"}} github.com/rsc/go-get-issue-11864/vendor/vendor.org/tx3]
vendor_test.go:317: standard output:
vendor_test.go:317: github.com/rsc/go-get-issue-11864/vendor/vendor.org/tx3
testing
=== RUN TestVendor12156
--- PASS: TestVendor12156 (0.03s)
vendor_test.go:327: running testgo [build p.go]
vendor_test.go:327: standard error:
vendor_test.go:327: p.go:3:8: cannot find package "x" in any of:
c:\dev\go\src\x (from $GOROOT)
c:\dev\go\src\cmd\go\testdata\testvendor2\src\x (from $GOPATH)
vendor_test.go:327: testgo failed as expected: exit status 1
=== CONT TestBuildComplex
=== CONT TestCgoAsmError
=== CONT TestDuplicateGlobalAsmSymbols
=== CONT TestParallelTest
--- PASS: TestBuildComplex (0.48s)
go_test.go:784: running testgo [build -x -o NUL complex]
go_test.go:784: standard error:
go_test.go:784: WORK=C:\Windows\TEMP\go-build921572394
mkdir -p $WORK\b003\
cat >$WORK\b003\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\cmd\go\testdata\src\complex\nest\vendor\v1
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build921572394\\b003\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build921572394\\b003" -p complex/nest/vendor/v1 -complete -buildid -tBDBBm9IBk48QRr-1oZ/-tBDBBm9IBk48QRr-1oZ -D "" -importcfg "C:\\Windows\\TEMP\\go-build921572394\\b003\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\nest\\vendor\\v1\\v1.go"
mkdir -p $WORK\b007\
cat >$WORK\b007\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\cmd\go\testdata\src\complex\w
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build921572394\\b007\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build921572394\\b007" -p complex/w -complete -buildid W2MOrwfAqtMdwAtVAE8r/W2MOrwfAqtMdwAtVAE8r -D "" -importcfg "C:\\Windows\\TEMP\\go-build921572394\\b007\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\w\\w.go"
mkdir -p $WORK\b006\
cat >$WORK\b006\importcfg << 'EOF' # internal
# import config
EOF
mkdir -p $WORK\b004\
cat >$WORK\b004\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\cmd\go\testdata\src\complex\nest\sub\vendor\v2
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build921572394\\b004\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build921572394\\b004" -p complex/nest/sub/vendor/v2 -complete -buildid LeB_SqN6oNT9nob-4epB/LeB_SqN6oNT9nob-4epB -D "" -importcfg "C:\\Windows\\TEMP\\go-build921572394\\b004\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\nest\\sub\\vendor\\v2\\v2.go"
cd c:\dev\go\src\cmd\go\testdata\src\complex\nest\vendor\v3
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build921572394\\b006\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build921572394\\b006" -p complex/nest/vendor/v3 -complete -buildid SCle2SQGJwFijSV6OVjz/SCle2SQGJwFijSV6OVjz -D "" -importcfg "C:\\Windows\\TEMP\\go-build921572394\\b006\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\nest\\vendor\\v3\\v3.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build921572394\\b003\\_pkg_.a" # internal
mkdir -p $WORK\b008\
cat >$WORK\b008\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\cmd\go\testdata\src\complex\vendor\v
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build921572394\\b008\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build921572394\\b008" -p complex/vendor/v -complete -buildid E6z-_5vr5kfU-UQR_8Uc/E6z-_5vr5kfU-UQR_8Uc -D "" -importcfg "C:\\Windows\\TEMP\\go-build921572394\\b008\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\vendor\\v\\v.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build921572394\\b004\\_pkg_.a" # internal
mkdir -p $WORK\b002\
cat >$WORK\b002\importcfg << 'EOF' # internal
# import config
importmap v1=complex/nest/vendor/v1
importmap v2=complex/nest/sub/vendor/v2
packagefile complex/nest/vendor/v1=$WORK\b003\_pkg_.a
packagefile complex/nest/sub/vendor/v2=$WORK\b004\_pkg_.a
EOF
cd c:\dev\go\src\cmd\go\testdata\src\complex\nest\sub\test12
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build921572394\\b002\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build921572394\\b002" -p complex/nest/sub/test12 -complete -buildid 190ZL1V5aoEJ4cE8ouSQ/190ZL1V5aoEJ4cE8ouSQ -D "" -importcfg "C:\\Windows\\TEMP\\go-build921572394\\b002\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\nest\\sub\\test12\\p.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build921572394\\b007\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build921572394\\b006\\_pkg_.a" # internal
mkdir -p $WORK\b005\
cat >$WORK\b005\importcfg << 'EOF' # internal
# import config
importmap v2=complex/nest/sub/vendor/v2
importmap v3=complex/nest/vendor/v3
packagefile complex/nest/sub/vendor/v2=$WORK\b004\_pkg_.a
packagefile complex/nest/vendor/v3=$WORK\b006\_pkg_.a
EOF
cd c:\dev\go\src\cmd\go\testdata\src\complex\nest\sub\test23
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build921572394\\b005\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build921572394\\b005" -p complex/nest/sub/test23 -complete -buildid zGE_MB2AyfIzjAAQI_IF/zGE_MB2AyfIzjAAQI_IF -D "" -importcfg "C:\\Windows\\TEMP\\go-build921572394\\b005\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\nest\\sub\\test23\\p.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build921572394\\b008\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build921572394\\b002\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build921572394\\b005\\_pkg_.a" # internal
mkdir -p $WORK\b001\
cat >$WORK\b001\importcfg << 'EOF' # internal
# import config
importmap v=complex/vendor/v
packagefile complex/nest/sub/test12=$WORK\b002\_pkg_.a
packagefile complex/nest/sub/test23=$WORK\b005\_pkg_.a
packagefile complex/w=$WORK\b007\_pkg_.a
packagefile complex/vendor/v=$WORK\b008\_pkg_.a
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
EOF
cd c:\dev\go\src\cmd\go\testdata\src\complex
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build921572394\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build921572394\\b001" -p main -complete -buildid z2VytIRvTY3xQV0oV8sT/z2VytIRvTY3xQV0oV8sT -D "" -importcfg "C:\\Windows\\TEMP\\go-build921572394\\b001\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\main.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build921572394\\b001\\_pkg_.a" # internal
cat >$WORK\b001\importcfg.link << 'EOF' # internal
packagefile complex=$WORK\b001\_pkg_.a
packagefile complex/nest/sub/test12=$WORK\b002\_pkg_.a
packagefile complex/nest/sub/test23=$WORK\b005\_pkg_.a
packagefile complex/w=$WORK\b007\_pkg_.a
packagefile complex/vendor/v=$WORK\b008\_pkg_.a
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
packagefile complex/nest/vendor/v1=$WORK\b003\_pkg_.a
packagefile complex/nest/sub/vendor/v2=$WORK\b004\_pkg_.a
packagefile complex/nest/vendor/v3=$WORK\b006\_pkg_.a
packagefile internal/bytealg=c:\dev\go\pkg\windows_amd64\internal\bytealg.a
packagefile internal/cpu=c:\dev\go\pkg\windows_amd64\internal\cpu.a
packagefile runtime/internal/atomic=c:\dev\go\pkg\windows_amd64\runtime\internal\atomic.a
packagefile runtime/internal/sys=c:\dev\go\pkg\windows_amd64\runtime\internal\sys.a
EOF
mkdir -p $WORK\b001\exe\
cd .
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "C:\\Windows\\TEMP\\go-build921572394\\b001\\exe\\a.out.exe" -importcfg "C:\\Windows\\TEMP\\go-build921572394\\b001\\importcfg.link" -buildmode=exe -buildid=7Acp2s-LCyonHrb1_qCg/z2VytIRvTY3xQV0oV8sT/Fohhd-KQETYtZbYQ8WDX/7Acp2s-LCyonHrb1_qCg -extld=gcc "C:\\Windows\\TEMP\\go-build921572394\\b001\\_pkg_.a"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build921572394\\b001\\exe\\a.out.exe" # internal
=== CONT TestCoverageDashC
--- PASS: TestParallelTest (1.48s)
go_test.go:4027: running testgo [test -p=4 p1 p2 p3 p4]
go_test.go:4027: standard output:
go_test.go:4027: ok p1 0.141s
ok p2 0.058s
ok p3 0.140s
ok p4 0.036s
=== CONT TestCoverageFunc
--- PASS: TestCoverageDashC (1.70s)
go_test.go:2682: running testgo [test -c -o C:\Windows\TEMP\gotest511721282\coverdep -coverprofile=C:\Windows\TEMP\gotest511721282\no\such\dir\cover.out coverdep]
=== CONT TestTestBuildFailureOutput
--- PASS: TestCoverageFunc (1.11s)
go_test.go:2669: running testgo [test -outputdir=C:\Windows\TEMP\gotest261649849 -coverprofile=cover.out coverasm]
go_test.go:2669: standard output:
go_test.go:2669: ok coverasm 0.045s coverage: 100.0% of statements
go_test.go:2670: running testgo [tool cover -func=C:\Windows\TEMP\gotest261649849\cover.out]
go_test.go:2670: standard output:
go_test.go:2670: coverasm\p.go:5: g 100.0%
total: (statements) 100.0%
=== CONT TestCoverageErrorLine
--- PASS: TestCgoAsmError (3.41s)
go_test.go:2812: running testgo [build cgoasm]
go_test.go:2812: standard error:
go_test.go:2812: go build cgoasm: package using cgo has Go assembly file p.s
go_test.go:2812: testgo failed as expected: exit status 1
=== CONT TestCoveragePattern
--- PASS: TestCoveragePattern (0.88s)
go_test.go:2615: running testgo [test -coverprofile=C:\Windows\TEMP\gotest166461011\cover.out -coverpkg=sleepy... -run=^$ sleepy1]
go_test.go:2615: standard output:
go_test.go:2615: ok sleepy1 0.028s coverage: 0.0% of statements in sleepy... [no tests to run]
=== CONT TestCoverageDepLoop
--- PASS: TestDuplicateGlobalAsmSymbols (4.38s)
go_test.go:4570: running testgo [build -o C:\Windows\TEMP\gotest570900880\p.exe p]
=== CONT TestCoverageSyncAtomicImport
--- PASS: TestCoverageDepLoop (0.95s)
go_test.go:2589: running testgo [test -short -cover coverdep2/p1]
go_test.go:2589: standard output:
go_test.go:2589: ok coverdep2/p1 0.030s coverage: 100.0% of statements
=== CONT TestCoverageDotImport
--- PASS: TestCoverageSyncAtomicImport (0.96s)
go_test.go:2578: running testgo [test -short -cover -covermode=atomic -coverpkg=coverdep/p1 coverdep]
go_test.go:2578: standard output:
go_test.go:2578: ok coverdep 0.026s coverage: 0.0% of statements in coverdep/p1
=== CONT TestIssue11307
--- PASS: TestCoverageDotImport (0.76s)
go_test.go:2518: running testgo [test -coverpkg=coverdot1,coverdot2 coverdot2]
go_test.go:2518: standard output:
go_test.go:2518: ok coverdot2 0.027s coverage: 100.0% of statements in coverdot1, coverdot2
=== CONT TestGoGetDashTIssue8181
--- PASS: TestTestBuildFailureOutput (3.88s)
go_test.go:2657: running testgo [test -x coverbad]
go_test.go:2657: standard output:
go_test.go:2657: FAIL coverbad [build failed]
go_test.go:2657: standard error:
go_test.go:2657: WORK=C:\Windows\TEMP\go-build066186098
mkdir -p $WORK\b001\
mkdir -p $WORK\b052\
cd c:\dev\go\src\runtime\cgo
CGO_LDFLAGS='"-g" "-O2"' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -objdir "C:\\Windows\\TEMP\\go-build066186098\\b052\\" -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false -- -I "C:\\Windows\\TEMP\\go-build066186098\\b052\\" -g -O2 -Wall -Werror "c:\\dev\\go\\src\\runtime\\cgo\\cgo.go"
cd $WORK
gcc -fno-caret-diagnostics -c -x c - || true
gcc -Qunused-arguments -c -x c - || true
gcc -fdebug-prefix-map=a=b -c -x c - || true
gcc -gno-record-gcc-switches -c -x c - || true
cd $WORK\b052
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build066186098\\b052=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build066186098\\b052\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build066186098\\b052\\_x001.o" -c _cgo_export.c
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build066186098\\b052=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build066186098\\b052\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build066186098\\b052\\_x002.o" -c cgo.cgo2.c
cd c:\dev\go\src\runtime\cgo
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build066186098\\b052=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build066186098\\b052\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build066186098\\b052\\_x003.o" -c gcc_context.c
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build066186098\\b052=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build066186098\\b052\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build066186098\\b052\\_x004.o" -c gcc_libinit_windows.c
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build066186098\\b052=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build066186098\\b052\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build066186098\\b052\\_x005.o" -c gcc_util.c
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build066186098\\b052=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build066186098\\b052\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build066186098\\b052\\_x006.o" -c gcc_windows_amd64.c
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build066186098\\b052=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build066186098\\b052\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build066186098\\b052\\_x007.o" -c gcc_amd64.S
cd $WORK\b052
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build066186098\\b052=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build066186098\\b052\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build066186098\\b052\\_cgo_main.o" -c _cgo_main.c
cd c:\dev\go\src\runtime\cgo
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build066186098\\b052=/tmp/go-build" -gno-record-gcc-switches -o "C:\\Windows\\TEMP\\go-build066186098\\b052\\_cgo_.o" "C:\\Windows\\TEMP\\go-build066186098\\b052\\_cgo_main.o" "C:\\Windows\\TEMP\\go-build066186098\\b052\\_x001.o" "C:\\Windows\\TEMP\\go-build066186098\\b052\\_x002.o" "C:\\Windows\\TEMP\\go-build066186098\\b052\\_x003.o" "C:\\Windows\\TEMP\\go-build066186098\\b052\\_x004.o" "C:\\Windows\\TEMP\\go-build066186098\\b052\\_x005.o" "C:\\Windows\\TEMP\\go-build066186098\\b052\\_x006.o" "C:\\Windows\\TEMP\\go-build066186098\\b052\\_x007.o" -g -O2
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -dynpackage cgo -dynimport "C:\\Windows\\TEMP\\go-build066186098\\b052\\_cgo_.o" -dynout "C:\\Windows\\TEMP\\go-build066186098\\b052\\_cgo_import.go" -dynlinker
cat >$WORK\b052\importcfg << 'EOF' # internal
# import config
EOF
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build066186098\\b052\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build066186098\\b052" -p runtime/cgo -std -buildid Y0V_wAGmEqSe1rKcAOPn/Y0V_wAGmEqSe1rKcAOPn -D "" -importcfg "C:\\Windows\\TEMP\\go-build066186098\\b052\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build066186098\\b052\\go_asm.h" -c=4 "c:\\dev\\go\\src\\runtime\\cgo\\callbacks.go" "c:\\dev\\go\\src\\runtime\\cgo\\iscgo.go" "C:\\Windows\\TEMP\\go-build066186098\\b052\\_cgo_gotypes.go" "C:\\Windows\\TEMP\\go-build066186098\\b052\\cgo.cgo1.go" "C:\\Windows\\TEMP\\go-build066186098\\b052\\_cgo_import.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build066186098\\b052" -I "C:\\Windows\\TEMP\\go-build066186098\\b052\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build066186098\\b052\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\cgo\\asm_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build066186098\\b052\\_pkg_.a" "C:\\Windows\\TEMP\\go-build066186098\\b052\\asm_amd64.o" "C:\\Windows\\TEMP\\go-build066186098\\b052\\_x001.o" "C:\\Windows\\TEMP\\go-build066186098\\b052\\_x002.o" "C:\\Windows\\TEMP\\go-build066186098\\b052\\_x003.o" "C:\\Windows\\TEMP\\go-build066186098\\b052\\_x004.o" "C:\\Windows\\TEMP\\go-build066186098\\b052\\_x005.o" "C:\\Windows\\TEMP\\go-build066186098\\b052\\_x006.o" "C:\\Windows\\TEMP\\go-build066186098\\b052\\_x007.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build066186098\\b052\\_pkg_.a" # internal
mkdir -p $WORK\b051\
cd c:\dev\go\src\cmd\go\testdata\src\coverbad
CGO_LDFLAGS='"-g" "-O2"' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -objdir "C:\\Windows\\TEMP\\go-build066186098\\b051\\" -importpath coverbad -- -I "C:\\Windows\\TEMP\\go-build066186098\\b051\\" -g -O2 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\coverbad\\p1.go"
cd $WORK\b051
gcc -I "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\coverbad" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build066186098\\b051=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build066186098\\b051\\" -g -O2 -o "C:\\Windows\\TEMP\\go-build066186098\\b051\\_x001.o" -c _cgo_export.c
gcc -I "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\coverbad" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build066186098\\b051=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build066186098\\b051\\" -g -O2 -o "C:\\Windows\\TEMP\\go-build066186098\\b051\\_x002.o" -c p1.cgo2.c
gcc -I "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\coverbad" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build066186098\\b051=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build066186098\\b051\\" -g -O2 -o "C:\\Windows\\TEMP\\go-build066186098\\b051\\_cgo_main.o" -c _cgo_main.c
cd c:\dev\go\src\cmd\go\testdata\src\coverbad
gcc -I "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\coverbad" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build066186098\\b051=/tmp/go-build" -gno-record-gcc-switches -o "C:\\Windows\\TEMP\\go-build066186098\\b051\\_cgo_.o" "C:\\Windows\\TEMP\\go-build066186098\\b051\\_cgo_main.o" "C:\\Windows\\TEMP\\go-build066186098\\b051\\_x001.o" "C:\\Windows\\TEMP\\go-build066186098\\b051\\_x002.o" -g -O2
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -dynpackage p -dynimport "C:\\Windows\\TEMP\\go-build066186098\\b051\\_cgo_.o" -dynout "C:\\Windows\\TEMP\\go-build066186098\\b051\\_cgo_import.go"
cat >$WORK\b051\importcfg << 'EOF' # internal
# import config
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
packagefile runtime/cgo=$WORK\b052\_pkg_.a
packagefile syscall=c:\dev\go\pkg\windows_amd64\syscall.a
EOF
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build066186098\\b051\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build066186098\\b051" -p coverbad -buildid Iw_jgL6drvkU3IVuEkUj/Iw_jgL6drvkU3IVuEkUj -D "" -importcfg "C:\\Windows\\TEMP\\go-build066186098\\b051\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\coverbad\\p.go" "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\coverbad\\p_test.go" "C:\\Windows\\TEMP\\go-build066186098\\b051\\_cgo_gotypes.go" "C:\\Windows\\TEMP\\go-build066186098\\b051\\p1.cgo1.go" "C:\\Windows\\TEMP\\go-build066186098\\b051\\_cgo_import.go"
# coverbad [coverbad.test]
testdata\src\coverbad\p.go:4:2: undefined: g
testdata\src\coverbad\p1.go:6: undefined: j
rm -r $WORK\b001\
go_test.go:2657: testgo failed as expected: exit status 2
=== CONT TestSymlinkWarning
--- PASS: TestSymlinkWarning (0.12s)
go_test.go:2404: running testgo [list example/xx/z...]
go_test.go:2404: standard error:
go_test.go:2404: warning: "example/xx/z..." matched no packages
go_test.go:2409: running testgo [list example/xx/...]
go_test.go:2409: standard error:
go_test.go:2409: warning: ignoring symlink C:\Windows\TEMP\gotest397734200\src\example\xx\yy
warning: "example/xx/..." matched no packages
=== CONT TestCaseCollisions
--- PASS: TestCaseCollisions (0.31s)
go_test.go:2360: running testgo [list -json example/a]
go_test.go:2360: standard output:
go_test.go:2360: {
"Dir": "C:\\Windows\\TEMP\\gotest389251895\\src\\example\\a",
"ImportPath": "example/a",
"Name": "p",
"Target": "C:\\Windows\\TEMP\\gotest389251895\\pkg\\windows_amd64\\example\\a.a",
"Root": "C:\\Windows\\TEMP\\gotest389251895",
"Stale": true,
"StaleReason": "stale dependency: example/a/Pkg",
"GoFiles": [
"a.go"
],
"Imports": [
"example/a/Pkg",
"example/a/pkg"
],
"Deps": [
"example/a/Pkg",
"example/a/pkg"
],
"DepsErrors": [
{
"ImportStack": [
"example/a",
"example/a/pkg"
],
"Pos": "C:\\Windows\\TEMP\\gotest389251895\\src\\example\\a\\a.go:5:2",
"Err": "case-insensitive import collision: \"example/a/pkg\" and \"example/a/Pkg\""
}
]
}
go_test.go:2362: running testgo [build example/a]
go_test.go:2362: standard error:
go_test.go:2362: C:\Windows\TEMP\gotest389251895\src\example\a\a.go:5:2: case-insensitive import collision: "example/a/pkg" and "example/a/Pkg"
go_test.go:2362: testgo failed as expected: exit status 1
go_test.go:2379: running testgo [list C:\Windows\TEMP\gotest389251895\src\example\b\file.go C:\Windows\TEMP\gotest389251895\src\example\b\FILE.go]
go_test.go:2379: standard error:
go_test.go:2379: can't load package: package main: case-insensitive file name collision: "FILE.go" and "file.go"
go_test.go:2379: testgo failed as expected: exit status 1
go_test.go:2382: running testgo [list example/a/pkg example/a/Pkg]
go_test.go:2382: standard output:
go_test.go:2382: example/a/pkg
go_test.go:2382: standard error:
go_test.go:2382: can't load package: package example/a/Pkg: case-insensitive import collision: "example/a/Pkg" and "example/a/pkg"
go_test.go:2382: testgo failed as expected: exit status 1
go_test.go:2384: running testgo [list -json -e example/a/pkg example/a/Pkg]
go_test.go:2384: standard output:
go_test.go:2384: {
"Dir": "C:\\Windows\\TEMP\\gotest389251895\\src\\example\\a\\pkg",
"ImportPath": "example/a/pkg",
"Name": "pkg",
"Target": "C:\\Windows\\TEMP\\gotest389251895\\pkg\\windows_amd64\\example\\a\\pkg.a",
"Root": "C:\\Windows\\TEMP\\gotest389251895",
"Stale": true,
"StaleReason": "build ID mismatch",
"GoFiles": [
"pkg.go"
]
}
{
"Dir": "C:\\Windows\\TEMP\\gotest389251895\\src\\example\\a\\Pkg",
"ImportPath": "example/a/Pkg",
"Name": "pkg",
"Target": "C:\\Windows\\TEMP\\gotest389251895\\pkg\\windows_amd64\\example\\a\\Pkg.a",
"Root": "C:\\Windows\\TEMP\\gotest389251895",
"Stale": true,
"StaleReason": "build ID mismatch",
"GoFiles": [
"pkg.go"
],
"Error": {
"ImportStack": [
"example/a/Pkg"
],
"Pos": "",
"Err": "case-insensitive import collision: \"example/a/Pkg\" and \"example/a/pkg\""
}
}
go_test.go:2386: running testgo [build example/a/pkg example/a/Pkg]
go_test.go:2386: standard error:
go_test.go:2386: can't load package: package example/a/Pkg: case-insensitive import collision: "example/a/Pkg" and "example/a/pkg"
go_test.go:2386: testgo failed as expected: exit status 1
=== CONT TestInstallWithTags
--- PASS: TestInstallWithTags (0.77s)
go_test.go:2330: running testgo [install -tags mytag example/a example/b]
go_test.go:2335: running testgo [install -tags mytag example/...]
go_test.go:2338: running testgo [list -tags mytag example/b...]
go_test.go:2338: standard output:
go_test.go:2338: example/b
=== CONT TestGoTestDashIDashOWritesBinary
--- PASS: TestGoTestDashIDashOWritesBinary (0.82s)
go_test.go:2227: running testgo [list -f {{.Stale}}:{{.StaleReason}} runtime]
go_test.go:2227: standard output:
go_test.go:2227: false:
go_test.go:2229: running testgo [test -v -i -o C:\Windows\TEMP\gotest229715585\myerrors.test.exe errors]
go_test.go:2229: standard error:
go_test.go:2229: errors_test
errors.test
=== CONT TestGoTestDashOWritesBinary
--- PASS: TestGoTestDashOWritesBinary (0.74s)
go_test.go:2215: running testgo [test -o C:\Windows\TEMP\gotest503099884\myerrors.test.exe errors]
go_test.go:2215: standard output:
go_test.go:2215: ok errors 0.045s
=== CONT TestGoTestDashCDashOControlsBinaryLocation
=== CONT TestLdflagsArgumentsWithSpacesIssue3941
--- PASS: TestGoTestDashCDashOControlsBinaryLocation (0.77s)
go_test.go:2205: running testgo [test -c -o C:\Windows\TEMP\gotest049380443\myerrors.test.exe errors]
=== CONT TestGoGetIntoGOROOT
--- PASS: TestCoverageErrorLine (7.00s)
go_test.go:2627: running testgo [test coverbad]
go_test.go:2627: standard output:
go_test.go:2627: FAIL coverbad [build failed]
go_test.go:2627: standard error:
go_test.go:2627: # coverbad [coverbad.test]
testdata\src\coverbad\p.go:4:2: undefined: g
testdata\src\coverbad\p1.go:6: undefined: j
go_test.go:2627: testgo failed as expected: exit status 2
go_test.go:2635: running testgo [test -cover coverbad]
go_test.go:2635: standard output:
go_test.go:2635: FAIL coverbad [build failed]
go_test.go:2635: standard error:
go_test.go:2635: # coverbad [coverbad.test]
testdata\src\coverbad\p.go:4: undefined: g
testdata\src\coverbad\p1.go:6: undefined: j
go_test.go:2635: testgo failed as expected: exit status 2
--- PASS: TestLdflagsArgumentsWithSpacesIssue3941 (0.26s)
go_test.go:2141: running testgo [run -ldflags -X "main.extern=hello world" C:\Windows\TEMP\gotest746178558\main.go]
go_test.go:2141: standard error:
go_test.go:2141: hello world
=== CONT TestDefaultGOPATH
--- PASS: TestGoGetIntoGOROOT (0.24s)
go_test.go:2093: running testgo [get -d github.com/golang/example/hello]
go_test.go:2093: standard error:
go_test.go:2093: warning: GOPATH set to GOROOT (C:\Windows\TEMP\gotest350600005) has no effect
package github.com/golang/example/hello: cannot download, $GOPATH must not be set to $GOROOT. For more details see: 'go help gopath'
go_test.go:2093: testgo failed as expected: exit status 1
go_test.go:2100: running testgo [get -d github.com/golang/example/hello]
go_test.go:2100: standard error:
go_test.go:2100: warning: GOPATH set to GOROOT (C:\Windows\TEMP\gotest350600005/) has no effect
package github.com/golang/example/hello: cannot download, $GOPATH must not be set to $GOROOT. For more details see: 'go help gopath'
go_test.go:2100: testgo failed as expected: exit status 1
go_test.go:2106: running testgo [get -d github.com/golang/example/hello]
go_test.go:2106: standard error:
go_test.go:2106: warning: GOPATH set to GOROOT (C:\Windows\TEMP\gotest350600005) has no effect
package github.com/golang/example/hello: cannot download, $GOPATH must not be set to $GOROOT. For more details see: 'go help gopath'
go_test.go:2106: testgo failed as expected: exit status 1
go_test.go:2115: running testgo [get -d github.com/golang/example/hello]
go_test.go:2115: standard error:
go_test.go:2115: package github.com/golang/example/hello: cannot download, $GOPATH not set. For more details see: 'go help gopath'
go_test.go:2115: testgo failed as expected: exit status 1
go_test.go:2121: running testgo [get -d github.com/golang/example/hello]
go_test.go:2121: standard error:
go_test.go:2121: package github.com/golang/example/hello: cannot download, $GOPATH not set. For more details see: 'go help gopath'
go_test.go:2121: testgo failed as expected: exit status 1
go_test.go:2127: running testgo [get -d github.com/golang/example/hello]
go_test.go:2127: standard error:
go_test.go:2127: package github.com/golang/example/hello: cannot download, $GOPATH not set. For more details see: 'go help gopath'
go_test.go:2127: testgo failed as expected: exit status 1
=== CONT TestMentionGOPATHNotOnSecondEntry
=== CONT TestMentionGOPATHInFirstGOPATHEntry
--- PASS: TestMentionGOPATHNotOnSecondEntry (0.05s)
go_test.go:2007: running testgo [install foo/quxx]
go_test.go:2007: standard error:
go_test.go:2007: can't load package: package foo/quxx: cannot find package "foo/quxx" in any of:
c:\dev\go\src\foo\quxx (from $GOROOT)
c:\dev\go\src\cmd\go\testdata\a\src\foo\quxx (from $GOPATH)
c:\dev\go\src\cmd\go\testdata\b\src\foo\quxx
go_test.go:2007: testgo failed as expected: exit status 1
--- PASS: TestMentionGOPATHInFirstGOPATHEntry (0.04s)
go_test.go:1994: running testgo [install foo/quxx]
go_test.go:1994: standard error:
go_test.go:1994: can't load package: package foo/quxx: cannot find package "foo/quxx" in any of:
c:\dev\go\src\foo\quxx (from $GOROOT)
c:\dev\go\src\cmd\go\testdata\a\src\foo\quxx (from $GOPATH)
c:\dev\go\src\cmd\go\testdata\b\src\foo\quxx
go_test.go:1994: testgo failed as expected: exit status 1
=== CONT TestMultipleGOPATHEntriesReportedSeparately
--- PASS: TestDefaultGOPATH (0.13s)
go_test.go:2031: running testgo [env GOPATH]
go_test.go:2031: standard output:
go_test.go:2031: C:\Windows\TEMP\gotest179916768\home\go
go_test.go:2035: running testgo [env GOPATH]
go_test.go:2035: standard output:
go_test.go:2035:
go_test.go:2039: running testgo [env GOPATH]
go_test.go:2039: standard output:
go_test.go:2039:
=== CONT TestGOROOTSearchFailureReporting
=== CONT TestUnsuccessfulGoInstallShouldMentionMissingPackage
--- PASS: TestMultipleGOPATHEntriesReportedSeparately (0.05s)
go_test.go:1981: running testgo [install foo/quxx]
go_test.go:1981: standard error:
go_test.go:1981: can't load package: package foo/quxx: cannot find package "foo/quxx" in any of:
c:\dev\go\src\foo\quxx (from $GOROOT)
c:\dev\go\src\cmd\go\testdata\a\src\foo\quxx (from $GOPATH)
c:\dev\go\src\cmd\go\testdata\b\src\foo\quxx
go_test.go:1981: testgo failed as expected: exit status 1
--- PASS: TestGOROOTSearchFailureReporting (0.05s)
go_test.go:1969: running testgo [install foo/quxx]
go_test.go:1969: standard error:
go_test.go:1969: can't load package: package foo/quxx: cannot find package "foo/quxx" in any of:
c:\dev\go\src\foo\quxx (from $GOROOT)
C:\Users\Lubo\go\src\foo\quxx (from $GOPATH)
go_test.go:1969: testgo failed as expected: exit status 1
=== CONT TestGoListTest
--- PASS: TestUnsuccessfulGoInstallShouldMentionMissingPackage (0.04s)
go_test.go:1959: running testgo [install foo/quxx]
go_test.go:1959: standard error:
go_test.go:1959: can't load package: package foo/quxx: cannot find package "foo/quxx" in any of:
c:\dev\go\src\foo\quxx (from $GOROOT)
C:\Users\Lubo\go\src\foo\quxx (from $GOPATH)
go_test.go:1959: testgo failed as expected: exit status 1
=== CONT TestGoListDeps
--- PASS: TestGoListDeps (0.76s)
go_test.go:1903: running testgo [list -f {{.Deps}} p1]
go_test.go:1903: standard output:
go_test.go:1903: [p1/p2 p1/p2/p3 p1/p2/p3/p4]
go_test.go:1906: running testgo [list -deps p1]
go_test.go:1906: standard output:
go_test.go:1906: p1/p2/p3/p4
p1/p2/p3
p1/p2
p1
go_test.go:1910: running testgo [list -deps math]
go_test.go:1910: standard output:
go_test.go:1910: internal/cpu
unsafe
math
=== CONT TestGoListCmdOnlyShowsCommands
--- PASS: TestIssue11307 (6.02s)
go_test.go:2438: running testgo [get github.com/rsc/go-get-issue-11307]
go_test.go:2439: running testgo [get -u github.com/rsc/go-get-issue-11307]
=== CONT TestGoListStdDoesNotIncludeCommands
--- PASS: TestGoListTest (1.39s)
go_test.go:1929: running testgo [list -test -deps sort]
go_test.go:1929: standard output:
go_test.go:1929: internal/cpu
unsafe
math
internal/bytealg
runtime/internal/atomic
runtime/internal/sys
runtime
errors
math/bits
unicode/utf8
strconv
internal/race
sync/atomic
sync
unicode
reflect
sort
internal/syscall/windows/sysdll
unicode/utf16
syscall
internal/syscall/windows
io
internal/syscall/windows/registry
time
internal/poll
internal/testlog
os
bytes
fmt
sort [sort.test]
strings
flag [sort.test]
runtime/debug [sort.test]
context
runtime/trace
testing [sort.test]
bufio
regexp/syntax [sort.test]
regexp [sort.test]
compress/flate [sort.test]
encoding/binary
hash
hash/crc32
compress/gzip [sort.test]
path/filepath [sort.test]
io/ioutil [sort.test]
text/tabwriter
runtime/pprof [sort.test]
testing/internal/testdeps [sort.test]
os/exec [sort.test]
internal/testenv [sort.test]
math/rand
sort_test [sort.test]
sort.test
go_test.go:1936: running testgo [list -test sort]
go_test.go:1936: standard output:
go_test.go:1936: sort
sort.test
go_test.go:1943: running testgo [list -test cmd/dist cmd/doc]
go_test.go:1943: standard output:
go_test.go:1943: cmd/dist
cmd/doc
cmd/doc.test
go_test.go:1950: running testgo [list -test runtime/cgo]
go_test.go:1950: standard output:
go_test.go:1950: runtime/cgo
=== CONT TestGoListHasAConsistentOrder
--- PASS: TestGoListCmdOnlyShowsCommands (0.72s)
go_test.go:1870: running testgo [list cmd]
go_test.go:1870: standard output:
go_test.go:1870: cmd/addr2line
cmd/api
cmd/asm
cmd/asm/internal/arch
cmd/asm/internal/asm
cmd/asm/internal/flags
cmd/asm/internal/lex
cmd/buildid
cmd/cgo
cmd/compile
cmd/compile/internal/amd64
cmd/compile/internal/arm
cmd/compile/internal/arm64
cmd/compile/internal/gc
cmd/compile/internal/mips
cmd/compile/internal/mips64
cmd/compile/internal/ppc64
cmd/compile/internal/s390x
cmd/compile/internal/ssa
cmd/compile/internal/syntax
cmd/compile/internal/test
cmd/compile/internal/types
cmd/compile/internal/wasm
cmd/compile/internal/x86
cmd/cover
cmd/dist
cmd/doc
cmd/fix
cmd/go
cmd/go/internal/base
cmd/go/internal/bug
cmd/go/internal/cache
cmd/go/internal/cfg
cmd/go/internal/clean
cmd/go/internal/cmdflag
cmd/go/internal/doc
cmd/go/internal/envcmd
cmd/go/internal/fix
cmd/go/internal/fmtcmd
cmd/go/internal/generate
cmd/go/internal/get
cmd/go/internal/help
cmd/go/internal/list
cmd/go/internal/load
cmd/go/internal/run
cmd/go/internal/str
cmd/go/internal/test
cmd/go/internal/tool
cmd/go/internal/version
cmd/go/internal/vet
cmd/go/internal/web
cmd/go/internal/work
cmd/gofmt
cmd/internal/bio
cmd/internal/browser
cmd/internal/buildid
cmd/internal/dwarf
cmd/internal/edit
cmd/internal/gcprog
cmd/internal/goobj
cmd/internal/obj
cmd/internal/obj/arm
cmd/internal/obj/arm64
cmd/internal/obj/mips
cmd/internal/obj/ppc64
cmd/internal/obj/s390x
cmd/internal/obj/wasm
cmd/internal/obj/x86
cmd/internal/objabi
cmd/internal/objfile
cmd/internal/src
cmd/internal/sys
cmd/internal/test2json
cmd/link
cmd/link/internal/amd64
cmd/link/internal/arm
cmd/link/internal/arm64
cmd/link/internal/ld
cmd/link/internal/loadelf
cmd/link/internal/loadmacho
cmd/link/internal/loadpe
cmd/link/internal/mips
cmd/link/internal/mips64
cmd/link/internal/objfile
cmd/link/internal/ppc64
cmd/link/internal/s390x
cmd/link/internal/sym
cmd/link/internal/wasm
cmd/link/internal/x86
cmd/nm
cmd/objdump
cmd/pack
cmd/pprof
cmd/test2json
cmd/trace
cmd/vendor/github.com/google/pprof/driver
cmd/vendor/github.com/google/pprof/internal/binutils
cmd/vendor/github.com/google/pprof/internal/driver
cmd/vendor/github.com/google/pprof/internal/elfexec
cmd/vendor/github.com/google/pprof/internal/graph
cmd/vendor/github.com/google/pprof/internal/measurement
cmd/vendor/github.com/google/pprof/internal/plugin
cmd/vendor/github.com/google/pprof/internal/proftest
cmd/vendor/github.com/google/pprof/internal/report
cmd/vendor/github.com/google/pprof/internal/symbolizer
cmd/vendor/github.com/google/pprof/internal/symbolz
cmd/vendor/github.com/google/pprof/profile
cmd/vendor/github.com/google/pprof/third_party/d3
cmd/vendor/github.com/google/pprof/third_party/d3flamegraph
cmd/vendor/github.com/google/pprof/third_party/d3tip
cmd/vendor/github.com/google/pprof/third_party/svgpan
cmd/vendor/github.com/ianlancetaylor/demangle
cmd/vendor/golang.org/x/arch/arm/armasm
cmd/vendor/golang.org/x/arch/arm64/arm64asm
cmd/vendor/golang.org/x/arch/ppc64/ppc64asm
cmd/vendor/golang.org/x/arch/x86/x86asm
cmd/vet
cmd/vet/internal/cfg
cmd/vet/internal/whitelist
=== CONT TestGoTestWithPackageListedMultipleTimes
--- PASS: TestGoListStdDoesNotIncludeCommands (0.86s)
go_test.go:1861: running testgo [list std]
go_test.go:1861: standard output:
go_test.go:1861: archive/tar
archive/zip
bufio
bytes
compress/bzip2
compress/flate
compress/gzip
compress/lzw
compress/zlib
container/heap
container/list
container/ring
context
crypto
crypto/aes
crypto/cipher
crypto/des
crypto/dsa
crypto/ecdsa
crypto/elliptic
crypto/hmac
crypto/internal/cipherhw
crypto/md5
crypto/rand
crypto/rc4
crypto/rsa
crypto/sha1
crypto/sha256
crypto/sha512
crypto/subtle
crypto/tls
crypto/x509
crypto/x509/pkix
database/sql
database/sql/driver
debug/dwarf
debug/elf
debug/gosym
debug/macho
debug/pe
debug/plan9obj
encoding
encoding/ascii85
encoding/asn1
encoding/base32
encoding/base64
encoding/binary
encoding/csv
encoding/gob
encoding/hex
encoding/json
encoding/pem
encoding/xml
errors
expvar
flag
fmt
go/ast
go/build
go/constant
go/doc
go/format
go/importer
go/internal/gccgoimporter
go/internal/gcimporter
go/internal/srcimporter
go/parser
go/printer
go/scanner
go/token
go/types
hash
hash/adler32
hash/crc32
hash/crc64
hash/fnv
html
html/template
image
image/color
image/color/palette
image/draw
image/gif
image/internal/imageutil
image/jpeg
image/png
index/suffixarray
internal/bytealg
internal/cpu
internal/nettrace
internal/poll
internal/race
internal/singleflight
internal/syscall/windows
internal/syscall/windows/registry
internal/syscall/windows/sysdll
internal/testenv
internal/testlog
internal/trace
io
io/ioutil
log
log/syslog
math
math/big
math/bits
math/cmplx
math/rand
mime
mime/multipart
mime/quotedprintable
net
net/http
net/http/cgi
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httptrace
net/http/httputil
net/http/internal
net/http/pprof
net/internal/socktest
net/mail
net/rpc
net/rpc/jsonrpc
net/smtp
net/textproto
net/url
os
os/exec
os/signal
os/user
path
path/filepath
plugin
reflect
regexp
regexp/syntax
runtime
runtime/cgo
runtime/debug
runtime/internal/atomic
runtime/internal/sys
runtime/pprof
runtime/pprof/internal/profile
runtime/race
runtime/trace
sort
strconv
strings
sync
sync/atomic
syscall
testing
testing/internal/testdeps
testing/iotest
testing/quick
text/scanner
text/tabwriter
text/template
text/template/parse
time
unicode
unicode/utf16
unicode/utf8
unsafe
vendor/golang_org/x/crypto/chacha20poly1305
vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20
vendor/golang_org/x/crypto/cryptobyte
vendor/golang_org/x/crypto/cryptobyte/asn1
vendor/golang_org/x/crypto/curve25519
vendor/golang_org/x/crypto/poly1305
vendor/golang_org/x/net/dns/dnsmessage
vendor/golang_org/x/net/http/httpguts
vendor/golang_org/x/net/http2/hpack
vendor/golang_org/x/net/idna
vendor/golang_org/x/net/internal/nettest
vendor/golang_org/x/net/nettest
vendor/golang_org/x/text/secure
vendor/golang_org/x/text/secure/bidirule
vendor/golang_org/x/text/transform
vendor/golang_org/x/text/unicode
vendor/golang_org/x/text/unicode/bidi
vendor/golang_org/x/text/unicode/norm
=== CONT TestInstalls
=== CONT TestPackageMainTestCompilerFlags
--- PASS: TestGoTestWithPackageListedMultipleTimes (0.73s)
go_test.go:1837: running testgo [test errors errors errors errors errors]
go_test.go:1837: standard output:
go_test.go:1837: ok errors 0.025s
--- PASS: TestPackageMainTestCompilerFlags (0.29s)
go_test.go:1642: running testgo [test -c -n p1]
go_test.go:1642: standard error:
go_test.go:1642: mkdir -p $WORK\b001\
#
# p1
#
mkdir -p $WORK\b051\
cat >$WORK\b051\importcfg << 'EOF' # internal
# import config
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
EOF
cd C:\Windows\TEMP\gotest967596308\src\p1
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b051\\_pkg_.a" -trimpath "$WORK\\b051" -p p1 -complete -buildid uXm7Fd0jkrB5J8TW1FT0/uXm7Fd0jkrB5J8TW1FT0 -D "" -importcfg "$WORK\\b051\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\gotest967596308\\src\\p1\\p1.go" "C:\\Windows\\TEMP\\gotest967596308\\src\\p1\\p1_test.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b051\\_pkg_.a" # internal
#
# p1.test
#
cat >$WORK\b001\importcfg << 'EOF' # internal
# import config
packagefile os=c:\dev\go\pkg\windows_amd64\os.a
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
packagefile testing/internal/testdeps=c:\dev\go\pkg\windows_amd64\testing\internal\testdeps.a
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
packagefile p1=$WORK\b051\_pkg_.a
EOF
cd $WORK\b001\
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b001\\_pkg_.a" -trimpath "$WORK\\b001" -p main -complete -buildid tm-K2hyKxFxySb2LL61b/tm-K2hyKxFxySb2LL61b -D "" -importcfg "$WORK\\b001\\importcfg" -pack -c=4 "$WORK\\b001\\_testmain.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b001\\_pkg_.a" # internal
cat >$WORK\b001\importcfg.link << 'EOF' # internal
packagefile p1.test=$WORK\b001\_pkg_.a
packagefile os=c:\dev\go\pkg\windows_amd64\os.a
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
packagefile testing/internal/testdeps=c:\dev\go\pkg\windows_amd64\testing\internal\testdeps.a
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
packagefile p1=$WORK\b051\_pkg_.a
packagefile errors=c:\dev\go\pkg\windows_amd64\errors.a
packagefile internal/poll=c:\dev\go\pkg\windows_amd64\internal\poll.a
packagefile internal/syscall/windows=c:\dev\go\pkg\windows_amd64\internal\syscall\windows.a
packagefile internal/testlog=c:\dev\go\pkg\windows_amd64\internal\testlog.a
packagefile io=c:\dev\go\pkg\windows_amd64\io.a
packagefile sync=c:\dev\go\pkg\windows_amd64\sync.a
packagefile sync/atomic=c:\dev\go\pkg\windows_amd64\sync\atomic.a
packagefile syscall=c:\dev\go\pkg\windows_amd64\syscall.a
packagefile time=c:\dev\go\pkg\windows_amd64\time.a
packagefile unicode/utf16=c:\dev\go\pkg\windows_amd64\unicode\utf16.a
packagefile bytes=c:\dev\go\pkg\windows_amd64\bytes.a
packagefile flag=c:\dev\go\pkg\windows_amd64\flag.a
packagefile fmt=c:\dev\go\pkg\windows_amd64\fmt.a
packagefile internal/race=c:\dev\go\pkg\windows_amd64\internal\race.a
packagefile runtime/debug=c:\dev\go\pkg\windows_amd64\runtime\debug.a
packagefile runtime/trace=c:\dev\go\pkg\windows_amd64\runtime\trace.a
packagefile sort=c:\dev\go\pkg\windows_amd64\sort.a
packagefile strconv=c:\dev\go\pkg\windows_amd64\strconv.a
packagefile strings=c:\dev\go\pkg\windows_amd64\strings.a
packagefile bufio=c:\dev\go\pkg\windows_amd64\bufio.a
packagefile regexp=c:\dev\go\pkg\windows_amd64\regexp.a
packagefile runtime/pprof=c:\dev\go\pkg\windows_amd64\runtime\pprof.a
packagefile internal/bytealg=c:\dev\go\pkg\windows_amd64\internal\bytealg.a
packagefile internal/cpu=c:\dev\go\pkg\windows_amd64\internal\cpu.a
packagefile runtime/internal/atomic=c:\dev\go\pkg\windows_amd64\runtime\internal\atomic.a
packagefile runtime/internal/sys=c:\dev\go\pkg\windows_amd64\runtime\internal\sys.a
packagefile unicode/utf8=c:\dev\go\pkg\windows_amd64\unicode\utf8.a
packagefile internal/syscall/windows/sysdll=c:\dev\go\pkg\windows_amd64\internal\syscall\windows\sysdll.a
packagefile internal/syscall/windows/registry=c:\dev\go\pkg\windows_amd64\internal\syscall\windows\registry.a
packagefile unicode=c:\dev\go\pkg\windows_amd64\unicode.a
packagefile reflect=c:\dev\go\pkg\windows_amd64\reflect.a
packagefile math=c:\dev\go\pkg\windows_amd64\math.a
packagefile context=c:\dev\go\pkg\windows_amd64\context.a
packagefile math/bits=c:\dev\go\pkg\windows_amd64\math\bits.a
packagefile regexp/syntax=c:\dev\go\pkg\windows_amd64\regexp\syntax.a
packagefile compress/gzip=c:\dev\go\pkg\windows_amd64\compress\gzip.a
packagefile encoding/binary=c:\dev\go\pkg\windows_amd64\encoding\binary.a
packagefile io/ioutil=c:\dev\go\pkg\windows_amd64\io\ioutil.a
packagefile text/tabwriter=c:\dev\go\pkg\windows_amd64\text\tabwriter.a
packagefile compress/flate=c:\dev\go\pkg\windows_amd64\compress\flate.a
packagefile hash/crc32=c:\dev\go\pkg\windows_amd64\hash\crc32.a
packagefile path/filepath=c:\dev\go\pkg\windows_amd64\path\filepath.a
packagefile hash=c:\dev\go\pkg\windows_amd64\hash.a
EOF
cd .
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "$WORK\\b001\\p1.test.exe" -importcfg "$WORK\\b001\\importcfg.link" -buildmode=exe -buildid=gADKrjADKEqXwA6gJD69/tm-K2hyKxFxySb2LL61b/tm-K2hyKxFxySb2LL61b/gADKrjADKEqXwA6gJD69 -extld=gcc "$WORK\\b001\\_pkg_.a"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b001\\p1.test.exe" # internal
mkdir -p c:\dev\go\src\cmd\go\
mv $WORK\b001\p1.test.exe c:\dev\go\src\cmd\go\p1.test.exe
=== CONT TestPackageMainTestImportsArchiveNotBinary
--- PASS: TestGoListHasAConsistentOrder (1.97s)
go_test.go:1848: running testgo [list std]
go_test.go:1848: standard output:
go_test.go:1848: archive/tar
archive/zip
bufio
bytes
compress/bzip2
compress/flate
compress/gzip
compress/lzw
compress/zlib
container/heap
container/list
container/ring
context
crypto
crypto/aes
crypto/cipher
crypto/des
crypto/dsa
crypto/ecdsa
crypto/elliptic
crypto/hmac
crypto/internal/cipherhw
crypto/md5
crypto/rand
crypto/rc4
crypto/rsa
crypto/sha1
crypto/sha256
crypto/sha512
crypto/subtle
crypto/tls
crypto/x509
crypto/x509/pkix
database/sql
database/sql/driver
debug/dwarf
debug/elf
debug/gosym
debug/macho
debug/pe
debug/plan9obj
encoding
encoding/ascii85
encoding/asn1
encoding/base32
encoding/base64
encoding/binary
encoding/csv
encoding/gob
encoding/hex
encoding/json
encoding/pem
encoding/xml
errors
expvar
flag
fmt
go/ast
go/build
go/constant
go/doc
go/format
go/importer
go/internal/gccgoimporter
go/internal/gcimporter
go/internal/srcimporter
go/parser
go/printer
go/scanner
go/token
go/types
hash
hash/adler32
hash/crc32
hash/crc64
hash/fnv
html
html/template
image
image/color
image/color/palette
image/draw
image/gif
image/internal/imageutil
image/jpeg
image/png
index/suffixarray
internal/bytealg
internal/cpu
internal/nettrace
internal/poll
internal/race
internal/singleflight
internal/syscall/windows
internal/syscall/windows/registry
internal/syscall/windows/sysdll
internal/testenv
internal/testlog
internal/trace
io
io/ioutil
log
log/syslog
math
math/big
math/bits
math/cmplx
math/rand
mime
mime/multipart
mime/quotedprintable
net
net/http
net/http/cgi
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httptrace
net/http/httputil
net/http/internal
net/http/pprof
net/internal/socktest
net/mail
net/rpc
net/rpc/jsonrpc
net/smtp
net/textproto
net/url
os
os/exec
os/signal
os/user
path
path/filepath
plugin
reflect
regexp
regexp/syntax
runtime
runtime/cgo
runtime/debug
runtime/internal/atomic
runtime/internal/sys
runtime/pprof
runtime/pprof/internal/profile
runtime/race
runtime/trace
sort
strconv
strings
sync
sync/atomic
syscall
testing
testing/internal/testdeps
testing/iotest
testing/quick
text/scanner
text/tabwriter
text/template
text/template/parse
time
unicode
unicode/utf16
unicode/utf8
unsafe
vendor/golang_org/x/crypto/chacha20poly1305
vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20
vendor/golang_org/x/crypto/cryptobyte
vendor/golang_org/x/crypto/cryptobyte/asn1
vendor/golang_org/x/crypto/curve25519
vendor/golang_org/x/crypto/poly1305
vendor/golang_org/x/net/dns/dnsmessage
vendor/golang_org/x/net/http/httpguts
vendor/golang_org/x/net/http2/hpack
vendor/golang_org/x/net/idna
vendor/golang_org/x/net/internal/nettest
vendor/golang_org/x/net/nettest
vendor/golang_org/x/text/secure
vendor/golang_org/x/text/secure/bidirule
vendor/golang_org/x/text/transform
vendor/golang_org/x/text/unicode
vendor/golang_org/x/text/unicode/bidi
vendor/golang_org/x/text/unicode/norm
go_test.go:1850: running testgo [list std]
go_test.go:1850: standard output:
go_test.go:1850: archive/tar
archive/zip
bufio
bytes
compress/bzip2
compress/flate
compress/gzip
compress/lzw
compress/zlib
container/heap
container/list
container/ring
context
crypto
crypto/aes
crypto/cipher
crypto/des
crypto/dsa
crypto/ecdsa
crypto/elliptic
crypto/hmac
crypto/internal/cipherhw
crypto/md5
crypto/rand
crypto/rc4
crypto/rsa
crypto/sha1
crypto/sha256
crypto/sha512
crypto/subtle
crypto/tls
crypto/x509
crypto/x509/pkix
database/sql
database/sql/driver
debug/dwarf
debug/elf
debug/gosym
debug/macho
debug/pe
debug/plan9obj
encoding
encoding/ascii85
encoding/asn1
encoding/base32
encoding/base64
encoding/binary
encoding/csv
encoding/gob
encoding/hex
encoding/json
encoding/pem
encoding/xml
errors
expvar
flag
fmt
go/ast
go/build
go/constant
go/doc
go/format
go/importer
go/internal/gccgoimporter
go/internal/gcimporter
go/internal/srcimporter
go/parser
go/printer
go/scanner
go/token
go/types
hash
hash/adler32
hash/crc32
hash/crc64
hash/fnv
html
html/template
image
image/color
image/color/palette
image/draw
image/gif
image/internal/imageutil
image/jpeg
image/png
index/suffixarray
internal/bytealg
internal/cpu
internal/nettrace
internal/poll
internal/race
internal/singleflight
internal/syscall/windows
internal/syscall/windows/registry
internal/syscall/windows/sysdll
internal/testenv
internal/testlog
internal/trace
io
io/ioutil
log
log/syslog
math
math/big
math/bits
math/cmplx
math/rand
mime
mime/multipart
mime/quotedprintable
net
net/http
net/http/cgi
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httptrace
net/http/httputil
net/http/internal
net/http/pprof
net/internal/socktest
net/mail
net/rpc
net/rpc/jsonrpc
net/smtp
net/textproto
net/url
os
os/exec
os/signal
os/user
path
path/filepath
plugin
reflect
regexp
regexp/syntax
runtime
runtime/cgo
runtime/debug
runtime/internal/atomic
runtime/internal/sys
runtime/pprof
runtime/pprof/internal/profile
runtime/race
runtime/trace
sort
strconv
strings
sync
sync/atomic
syscall
testing
testing/internal/testdeps
testing/iotest
testing/quick
text/scanner
text/tabwriter
text/template
text/template/parse
time
unicode
unicode/utf16
unicode/utf8
unsafe
vendor/golang_org/x/crypto/chacha20poly1305
vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20
vendor/golang_org/x/crypto/cryptobyte
vendor/golang_org/x/crypto/cryptobyte/asn1
vendor/golang_org/x/crypto/curve25519
vendor/golang_org/x/crypto/poly1305
vendor/golang_org/x/net/dns/dnsmessage
vendor/golang_org/x/net/http/httpguts
vendor/golang_org/x/net/http2/hpack
vendor/golang_org/x/net/idna
vendor/golang_org/x/net/internal/nettest
vendor/golang_org/x/net/nettest
vendor/golang_org/x/text/secure
vendor/golang_org/x/text/secure/bidirule
vendor/golang_org/x/text/transform
vendor/golang_org/x/text/unicode
vendor/golang_org/x/text/unicode/bidi
vendor/golang_org/x/text/unicode/norm
=== CONT TestNonCanonicalImportPaths
--- PASS: TestNonCanonicalImportPaths (0.06s)
go_test.go:1538: running testgo [build canonical/d]
go_test.go:1538: standard error:
go_test.go:1538: package canonical/d
imports canonical/b
imports canonical/a/: non-canonical import path: "canonical/a/" should be "canonical/a"
go_test.go:1538: testgo failed as expected: exit status 1
=== CONT TestAccidentalGitCheckout
--- PASS: TestPackageMainTestImportsArchiveNotBinary (3.03s)
go_test.go:1628: running testgo [test main_test]
go_test.go:1628: standard output:
go_test.go:1628: ok main_test 0.022s
go_test.go:1629: running testgo [install main_test]
go_test.go:1630: running testgo [list -f {{.Stale}}:{{.StaleReason}} main_test]
go_test.go:1630: standard output:
go_test.go:1630: false:
go_test.go:1631: running testgo [test main_test]
go_test.go:1631: standard output:
go_test.go:1631: ok main_test 0.026s
=== CONT TestGetGitDefaultBranch
=== CONT TestIssue11457
--- PASS: TestInstalls (3.89s)
go_test.go:1757: running testgo [env GOOS]
go_test.go:1757: standard output:
go_test.go:1757: windows
go_test.go:1760: running testgo [env GOARCH]
go_test.go:1760: standard output:
go_test.go:1760: amd64
go_test.go:1765: running testgo [install cmd/fix]
go_test.go:1769: running testgo [install cmd/fix]
go_test.go:1776: running testgo [install progname]
go_test.go:1781: running testgo [install progname]
=== CONT TestIssue16471
--- PASS: TestGoGetDashTIssue8181 (13.79s)
go_test.go:2424: running testgo [get -v -t github.com/rsc/go-get-issue-8181/a github.com/rsc/go-get-issue-8181/b]
go_test.go:2424: standard error:
go_test.go:2424: github.com/rsc/go-get-issue-8181 (download)
Fetching https://golang.org/x/build/gerrit?go-get=1
Parsing meta tags from https://golang.org/x/build/gerrit?go-get=1 (status code 200)
get "golang.org/x/build/gerrit": found meta tag get.metaImport{Prefix:"golang.org/x/build", VCS:"git", RepoRoot:"https://go.googlesource.com/build"} at https://golang.org/x/build/gerrit?go-get=1
get "golang.org/x/build/gerrit": verifying non-authoritative meta tag
Fetching https://golang.org/x/build?go-get=1
Parsing meta tags from https://golang.org/x/build?go-get=1 (status code 200)
golang.org/x/build (download)
github.com/rsc/go-get-issue-8181/b
github.com/rsc/go-get-issue-8181/a
go_test.go:2425: running testgo [list ...]
go_test.go:2425: standard output:
go_test.go:2425: archive/tar
archive/zip
bufio
bytes
cmd/addr2line
cmd/api
cmd/asm
cmd/asm/internal/arch
cmd/asm/internal/asm
cmd/asm/internal/flags
cmd/asm/internal/lex
cmd/buildid
cmd/cgo
cmd/compile
cmd/compile/internal/amd64
cmd/compile/internal/arm
cmd/compile/internal/arm64
cmd/compile/internal/gc
cmd/compile/internal/mips
cmd/compile/internal/mips64
cmd/compile/internal/ppc64
cmd/compile/internal/s390x
cmd/compile/internal/ssa
cmd/compile/internal/syntax
cmd/compile/internal/test
cmd/compile/internal/types
cmd/compile/internal/wasm
cmd/compile/internal/x86
cmd/cover
cmd/dist
cmd/doc
cmd/fix
cmd/go
cmd/go/internal/base
cmd/go/internal/bug
cmd/go/internal/cache
cmd/go/internal/cfg
cmd/go/internal/clean
cmd/go/internal/cmdflag
cmd/go/internal/doc
cmd/go/internal/envcmd
cmd/go/internal/fix
cmd/go/internal/fmtcmd
cmd/go/internal/generate
cmd/go/internal/get
cmd/go/internal/help
cmd/go/internal/list
cmd/go/internal/load
cmd/go/internal/run
cmd/go/internal/str
cmd/go/internal/test
cmd/go/internal/tool
cmd/go/internal/version
cmd/go/internal/vet
cmd/go/internal/web
cmd/go/internal/work
cmd/gofmt
cmd/internal/bio
cmd/internal/browser
cmd/internal/buildid
cmd/internal/dwarf
cmd/internal/edit
cmd/internal/gcprog
cmd/internal/goobj
cmd/internal/obj
cmd/internal/obj/arm
cmd/internal/obj/arm64
cmd/internal/obj/mips
cmd/internal/obj/ppc64
cmd/internal/obj/s390x
cmd/internal/obj/wasm
cmd/internal/obj/x86
cmd/internal/objabi
cmd/internal/objfile
cmd/internal/src
cmd/internal/sys
cmd/internal/test2json
cmd/link
cmd/link/internal/amd64
cmd/link/internal/arm
cmd/link/internal/arm64
cmd/link/internal/ld
cmd/link/internal/loadelf
cmd/link/internal/loadmacho
cmd/link/internal/loadpe
cmd/link/internal/mips
cmd/link/internal/mips64
cmd/link/internal/objfile
cmd/link/internal/ppc64
cmd/link/internal/s390x
cmd/link/internal/sym
cmd/link/internal/wasm
cmd/link/internal/x86
cmd/nm
cmd/objdump
cmd/pack
cmd/pprof
cmd/test2json
cmd/trace
cmd/vet
cmd/vet/internal/cfg
cmd/vet/internal/whitelist
compress/bzip2
compress/flate
compress/gzip
compress/lzw
compress/zlib
container/heap
container/list
container/ring
context
crypto
crypto/aes
crypto/cipher
crypto/des
crypto/dsa
crypto/ecdsa
crypto/elliptic
crypto/hmac
crypto/internal/cipherhw
crypto/md5
crypto/rand
crypto/rc4
crypto/rsa
crypto/sha1
crypto/sha256
crypto/sha512
crypto/subtle
crypto/tls
crypto/x509
crypto/x509/pkix
database/sql
database/sql/driver
debug/dwarf
debug/elf
debug/gosym
debug/macho
debug/pe
debug/plan9obj
encoding
encoding/ascii85
encoding/asn1
encoding/base32
encoding/base64
encoding/binary
encoding/csv
encoding/gob
encoding/hex
encoding/json
encoding/pem
encoding/xml
errors
expvar
flag
fmt
go/ast
go/build
go/constant
go/doc
go/format
go/importer
go/internal/gccgoimporter
go/internal/gcimporter
go/internal/srcimporter
go/parser
go/printer
go/scanner
go/token
go/types
hash
hash/adler32
hash/crc32
hash/crc64
hash/fnv
html
html/template
image
image/color
image/color/palette
image/draw
image/gif
image/internal/imageutil
image/jpeg
image/png
index/suffixarray
internal/bytealg
internal/cpu
internal/nettrace
internal/poll
internal/race
internal/singleflight
internal/syscall/windows
internal/syscall/windows/registry
internal/syscall/windows/sysdll
internal/testenv
internal/testlog
internal/trace
io
io/ioutil
log
log/syslog
math
math/big
math/bits
math/cmplx
math/rand
mime
mime/multipart
mime/quotedprintable
net
net/http
net/http/cgi
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httptrace
net/http/httputil
net/http/internal
net/http/pprof
net/internal/socktest
net/mail
net/rpc
net/rpc/jsonrpc
net/smtp
net/textproto
net/url
os
os/exec
os/signal
os/user
path
path/filepath
plugin
reflect
regexp
regexp/syntax
runtime
runtime/cgo
runtime/debug
runtime/internal/atomic
runtime/internal/sys
runtime/pprof
runtime/pprof/internal/profile
runtime/race
runtime/trace
sort
strconv
strings
sync
sync/atomic
syscall
testing
testing/internal/testdeps
testing/iotest
testing/quick
text/scanner
text/tabwriter
text/template
text/template/parse
time
unicode
unicode/utf16
unicode/utf8
unsafe
github.com/rsc/go-get-issue-8181/a
github.com/rsc/go-get-issue-8181/b
golang.org/x/build
golang.org/x/build/auth
golang.org/x/build/autocertcache
golang.org/x/build/buildenv
golang.org/x/build/buildlet
golang.org/x/build/cmd/builder
golang.org/x/build/cmd/buildlet
golang.org/x/build/cmd/buildlet/stage0
golang.org/x/build/cmd/buildstats
golang.org/x/build/cmd/cl
golang.org/x/build/cmd/coordinator
golang.org/x/build/cmd/coordinator/buildongce
golang.org/x/build/cmd/coordinator/metrics
golang.org/x/build/cmd/coordinator/spanlog
golang.org/x/build/cmd/debugnewvm
golang.org/x/build/cmd/docker2boot
golang.org/x/build/cmd/fetchlogs
golang.org/x/build/cmd/genbootstrap
golang.org/x/build/cmd/gerritbot
golang.org/x/build/cmd/gitlock
golang.org/x/build/cmd/gitmirror
golang.org/x/build/cmd/gomote
golang.org/x/build/cmd/gopherbot
golang.org/x/build/cmd/gopherstats
golang.org/x/build/cmd/makemac
golang.org/x/build/cmd/perfrun
golang.org/x/build/cmd/pubsubhelper
golang.org/x/build/cmd/pubsubhelper/pubsubtypes
golang.org/x/build/cmd/racebuild
golang.org/x/build/cmd/release
golang.org/x/build/cmd/releasebot
golang.org/x/build/cmd/relnote
golang.org/x/build/cmd/retrybuilds
golang.org/x/build/cmd/rundockerbuildlet
golang.org/x/build/cmd/scaleway
golang.org/x/build/cmd/upload
golang.org/x/build/cmd/xb
golang.org/x/build/dashboard
golang.org/x/build/devapp
golang.org/x/build/devapp/owners
golang.org/x/build/envutil
golang.org/x/build/gerrit
golang.org/x/build/internal/buildgo
golang.org/x/build/internal/buildstats
golang.org/x/build/internal/gitauth
golang.org/x/build/internal/gophers
golang.org/x/build/internal/httpdl
golang.org/x/build/internal/https
golang.org/x/build/internal/loghash
golang.org/x/build/internal/lru
golang.org/x/build/internal/singleflight
golang.org/x/build/internal/sourcecache
golang.org/x/build/internal/untar
golang.org/x/build/kubernetes
golang.org/x/build/kubernetes/api
golang.org/x/build/kubernetes/gke
golang.org/x/build/livelog
golang.org/x/build/maintner
golang.org/x/build/maintner/cmd/maintserve
golang.org/x/build/maintner/godata
golang.org/x/build/maintner/gostats
golang.org/x/build/maintner/maintnerd
golang.org/x/build/maintner/maintnerd/apipb
golang.org/x/build/maintner/maintpb
golang.org/x/build/maintner/maintq
golang.org/x/build/maintner/reclog
golang.org/x/build/pargzip
golang.org/x/build/revdial
golang.org/x/build/status
golang.org/x/build/status/statusserver
golang.org/x/build/tarutil
golang.org/x/build/types
golang.org/x/build/vcs-test/vcweb
golang.org/x/build/version
golang.org/x/build/version/go1.10
golang.org/x/build/version/go1.10.1
golang.org/x/build/version/go1.10.2
golang.org/x/build/version/go1.10beta1
golang.org/x/build/version/go1.10beta2
golang.org/x/build/version/go1.10rc1
golang.org/x/build/version/go1.10rc2
golang.org/x/build/version/go1.8
golang.org/x/build/version/go1.8.1
golang.org/x/build/version/go1.8.2
golang.org/x/build/version/go1.8.3
golang.org/x/build/version/go1.8.4
golang.org/x/build/version/go1.8.5
golang.org/x/build/version/go1.8.6
golang.org/x/build/version/go1.8.7
golang.org/x/build/version/go1.8beta1
golang.org/x/build/version/go1.8beta2
golang.org/x/build/version/go1.8rc1
golang.org/x/build/version/go1.8rc2
golang.org/x/build/version/go1.8rc3
golang.org/x/build/version/go1.9
golang.org/x/build/version/go1.9.1
golang.org/x/build/version/go1.9.2
golang.org/x/build/version/go1.9.3
golang.org/x/build/version/go1.9.4
golang.org/x/build/version/go1.9.5
golang.org/x/build/version/go1.9.6
golang.org/x/build/version/go1.9beta1
golang.org/x/build/version/go1.9beta2
golang.org/x/build/version/go1.9rc1
golang.org/x/build/version/go1.9rc2
golang.org/x/build/version/internal/genv
--- PASS: TestIssue11457 (3.79s)
go_test.go:1430: running testgo [get -d -u rsc.io/go-get-issue-11457]
go_test.go:1438: running testgo [get -d -u rsc.io/go-get-issue-11457]
go_test.go:1438: standard error:
go_test.go:1438: package rsc.io/go-get-issue-11457: rsc.io/go-get-issue-11457 is a custom import path for https://github.com/rsc/go-get-issue-11457, but C:\Windows\TEMP\gotest827037581\src\rsc.io\go-get-issue-11457 is checked out from ssh://git@github.com/rsc/go-get-issue-11457
go_test.go:1438: testgo failed as expected: exit status 1
=== CONT TestIssue10952
--- PASS: TestGetGitDefaultBranch (4.92s)
go_test.go:1462: running testgo [get -d github.com/rsc/go-get-default-branch]
go_test.go:1464: git standard output:
go_test.go:1464: * another-branch
go_test.go:1467: running testgo [get -d -u github.com/rsc/go-get-default-branch]
go_test.go:1468: git standard output:
go_test.go:1468: * another-branch
=== CONT TestImportCycle
=== CONT TestMoveHG
--- PASS: TestImportCycle (0.10s)
go_test.go:1367: running testgo [build selfimport]
go_test.go:1367: standard error:
go_test.go:1367: can't load package: import cycle not allowed
package selfimport
imports selfimport
go_test.go:1367: testgo failed as expected: exit status 1
go_test.go:1378: running testgo [list -e -json selfimport]
go_test.go:1378: standard output:
go_test.go:1378: {
"Dir": "c:\\dev\\go\\src\\cmd\\go\\testdata\\importcycle\\src\\selfimport",
"ImportPath": "selfimport",
"Name": "selfimport",
"Target": "c:\\dev\\go\\src\\cmd\\go\\testdata\\importcycle\\pkg\\windows_amd64\\selfimport.a",
"Root": "c:\\dev\\go\\src\\cmd\\go\\testdata\\importcycle",
"Stale": true,
"StaleReason": "stale dependency: selfimport",
"GoFiles": [
"selfimport.go"
],
"Imports": [
"selfimport"
],
"Deps": [
"selfimport"
],
"Incomplete": true,
"Error": {
"ImportStack": [
"selfimport",
"selfimport"
],
"Pos": "",
"Err": "import cycle not allowed"
},
"DepsErrors": [
{
"ImportStack": [
"selfimport",
"selfimport"
],
"Pos": "",
"Err": "import cycle not allowed"
}
]
}
--- PASS: TestIssue16471 (1.70s)
go_test.go:1412: git standard error:
go_test.go:1412: Cloning into 'go-get-issue-10952'...
go_test.go:1413: running testgo [get -u rsc.io/go-get-issue-10952]
go_test.go:1413: standard error:
go_test.go:1413: package rsc.io/go-get-issue-10952: rsc.io/go-get-issue-10952 is a custom import path for https://github.com/rsc/go-get-issue-10952, but C:\Windows\TEMP\gotest825704328\src\rsc.io\go-get-issue-10952 is checked out from https://github.com/zombiezen/go-get-issue-10952
go_test.go:1413: testgo failed as expected: exit status 1
=== CONT TestMoveGit
--- FAIL: TestMoveHG (1.38s)
go_test.go:1272: running testgo [get -d vcs-test.golang.org/go/custom-hg-hello]
go_test.go:1272: standard error:
go_test.go:1272: go: missing Mercurial command. See https://golang.org/s/gogetcmd
package vcs-test.golang.org/go/custom-hg-hello: exec: "hg": executable file not found in %PATH%
go_test.go:1272: go [get -d vcs-test.golang.org/go/custom-hg-hello] failed unexpectedly: exit status 1
=== CONT TestGoInstallDetectsRemovedFilesInPackageMain
=== CONT TestGoInstallDetectsRemovedFiles
--- PASS: TestGoInstallDetectsRemovedFilesInPackageMain (0.61s)
go_test.go:1108: running testgo [install mycmd]
go_test.go:1109: running testgo [list -f {{.Stale}}:{{.StaleReason}} mycmd]
go_test.go:1109: standard output:
go_test.go:1109: false:
go_test.go:1112: running testgo [list -f {{.Stale}}:{{.StaleReason}} mycmd]
go_test.go:1112: standard output:
go_test.go:1112: false:
go_test.go:1115: running testgo [list -f {{.Stale}}:{{.StaleReason}} mycmd]
go_test.go:1115: standard output:
go_test.go:1115: true:build ID mismatch
--- PASS: TestGoInstallDetectsRemovedFiles (0.21s)
go_test.go:1037: running testgo [install mypkg]
go_test.go:1038: running testgo [list -f {{.Stale}}:{{.StaleReason}} mypkg]
go_test.go:1038: standard output:
go_test.go:1038: false:
go_test.go:1041: running testgo [list -f {{.Stale}}:{{.StaleReason}} mypkg]
go_test.go:1041: standard output:
go_test.go:1041: false:
go_test.go:1044: running testgo [list -f {{.Stale}}:{{.StaleReason}} mypkg]
go_test.go:1044: standard output:
go_test.go:1044: true:build ID mismatch
=== CONT TestGoInstallRebuildsStalePackagesInOtherGOPATH
--- PASS: TestIssue10952 (3.51s)
go_test.go:1394: running testgo [get -d -u github.com/zombiezen/go-get-issue-10952]
go_test.go:1397: running testgo [get -d -u github.com/zombiezen/go-get-issue-10952]
=== CONT TestProgramNameInCrashMessages
=== CONT TestFileLineInErrorMessages
--- PASS: TestProgramNameInCrashMessages (0.17s)
go_test.go:811: running testgo [build -ldflags -crash_for_testing C:\Windows\TEMP\gotest211927253\triv.go]
go_test.go:811: standard error:
go_test.go:811: c:\dev\go\pkg\tool\windows_amd64\link.exe: exit status 2
go_test.go:811: testgo failed as expected: exit status 1
--- PASS: TestFileLineInErrorMessages (0.06s)
go_test.go:798: running testgo [run C:\Windows\TEMP\gotest718816816\err.go]
go_test.go:798: standard error:
go_test.go:798: C:\Windows\TEMP\gotest718816816\err.go:3:8: cannot find package "bar" in any of:
c:\dev\go\src\bar (from $GOROOT)
C:\Users\Lubo\go\src\bar (from $GOPATH)
go_test.go:798: testgo failed as expected: exit status 1
=== CONT TestGoEnv
--- PASS: TestGoEnv (0.46s)
go_test.go:4262: running testgo [env GOARCH]
go_test.go:4262: standard output:
go_test.go:4262: arm
go_test.go:4265: running testgo [env GCCGO]
go_test.go:4265: standard output:
go_test.go:4265: gccgo
go_test.go:4268: running testgo [env CGO_CFLAGS]
go_test.go:4268: standard output:
go_test.go:4268: -g -O2
go_test.go:4272: running testgo [env CGO_CFLAGS]
go_test.go:4272: standard output:
go_test.go:4272: -foobar
go_test.go:4276: running testgo [env CC]
go_test.go:4276: standard output:
go_test.go:4276: gcc
go_test.go:4278: running testgo [env GOGCCFLAGS]
go_test.go:4278: standard output:
go_test.go:4278: -fmust -fgo -ffaster -fPIC -marm -fmessage-length=0
=== CONT TestFFLAGS
=== CONT TestConcurrentAsm
--- PASS: TestGoInstallRebuildsStalePackagesInOtherGOPATH (1.52s)
go_test.go:1008: running testgo [install -i p1]
go_test.go:1009: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
go_test.go:1009: standard output:
go_test.go:1009: false:
go_test.go:1010: running testgo [list -f {{.Stale}}:{{.StaleReason}} p2]
go_test.go:1010: standard output:
go_test.go:1010: false:
go_test.go:1019: running testgo [list -f {{.Stale}}:{{.StaleReason}} p2]
go_test.go:1019: standard output:
go_test.go:1019: true:build ID mismatch
go_test.go:1020: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
go_test.go:1020: standard output:
go_test.go:1020: true:stale dependency: p2
go_test.go:1022: running testgo [install -i p1]
go_test.go:1023: running testgo [list -f {{.Stale}}:{{.StaleReason}} p2]
go_test.go:1023: standard output:
go_test.go:1023: false:
go_test.go:1024: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
go_test.go:1024: standard output:
go_test.go:1024: false:
=== CONT TestLdBindNow
--- PASS: TestConcurrentAsm (0.10s)
go_test.go:4476: running testgo [build p]
--- PASS: TestLdBindNow (0.04s)
go_test.go:4460: running testgo [help]
go_test.go:4460: standard output:
go_test.go:4460: Go is a tool for managing Go source code.
Usage:
go command [arguments]
The commands are:
bug start a bug report
build compile packages and dependencies
clean remove object files and cached files
doc show documentation for package or symbol
env print Go environment information
fix update packages to use new APIs
fmt gofmt (reformat) package sources
generate generate Go files by processing source
get download and install packages and dependencies
install compile and install packages and dependencies
list list packages
run compile and run Go program
test test packages
tool run specified go tool
version print Go version
vet report likely mistakes in packages
Use "go help [command]" for more information about a command.
Additional help topics:
buildmode build modes
c calling between Go and C
cache build and test caching
environment environment variables
filetype file types
gopath GOPATH environment variable
importpath import path syntax
packages package lists
testflag testing flags
testfunc testing functions
Use "go help [topic]" for more information about that topic.
=== CONT TestLinkXImportPathEscape
=== CONT TestMatchesNoTestsDoesNotOverrideBuildFailure
--- PASS: TestLinkXImportPathEscape (0.29s)
go_test.go:4443: running testgo [build -o ./linkx.exe -ldflags -X=my.pkg.Text=linkXworked my.pkg/main]
--- PASS: TestMatchesNoTestsDoesNotOverrideBuildFailure (0.17s)
go_test.go:4300: running testgo [test -run ThisWillNotMatch syntaxerror]
go_test.go:4300: standard error:
go_test.go:4300: # syntaxerror
testdata\src\syntaxerror\x_test.go:3:11: expected identifier
FAIL syntaxerror [setup failed]
go_test.go:4300: testgo failed as expected: exit status 1
=== CONT TestBinaryOnlyPackages
--- PASS: TestFFLAGS (2.77s)
go_test.go:4523: running testgo [build -x p]
go_test.go:4523: standard error:
go_test.go:4523: WORK=C:\Windows\TEMP\go-build472287958
mkdir -p $WORK\b002\
cd c:\dev\go\src\runtime\cgo
CGO_LDFLAGS='"-g" "-O2"' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -objdir "C:\\Windows\\TEMP\\go-build472287958\\b002\\" -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false -- -I "C:\\Windows\\TEMP\\go-build472287958\\b002\\" -g -O2 -Wall -Werror "c:\\dev\\go\\src\\runtime\\cgo\\cgo.go"
cd $WORK
gcc -fno-caret-diagnostics -c -x c - || true
gcc -Qunused-arguments -c -x c - || true
gcc -fdebug-prefix-map=a=b -c -x c - || true
gcc -gno-record-gcc-switches -c -x c - || true
cd $WORK\b002
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build472287958\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build472287958\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build472287958\\b002\\_x001.o" -c _cgo_export.c
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build472287958\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build472287958\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build472287958\\b002\\_x002.o" -c cgo.cgo2.c
cd c:\dev\go\src\runtime\cgo
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build472287958\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build472287958\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build472287958\\b002\\_x003.o" -c gcc_context.c
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build472287958\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build472287958\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build472287958\\b002\\_x004.o" -c gcc_libinit_windows.c
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build472287958\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build472287958\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build472287958\\b002\\_x005.o" -c gcc_util.c
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build472287958\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build472287958\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build472287958\\b002\\_x006.o" -c gcc_windows_amd64.c
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build472287958\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build472287958\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build472287958\\b002\\_x007.o" -c gcc_amd64.S
cd $WORK\b002
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build472287958\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build472287958\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build472287958\\b002\\_cgo_main.o" -c _cgo_main.c
cd c:\dev\go\src\runtime\cgo
gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build472287958\\b002=/tmp/go-build" -gno-record-gcc-switches -o "C:\\Windows\\TEMP\\go-build472287958\\b002\\_cgo_.o" "C:\\Windows\\TEMP\\go-build472287958\\b002\\_cgo_main.o" "C:\\Windows\\TEMP\\go-build472287958\\b002\\_x001.o" "C:\\Windows\\TEMP\\go-build472287958\\b002\\_x002.o" "C:\\Windows\\TEMP\\go-build472287958\\b002\\_x003.o" "C:\\Windows\\TEMP\\go-build472287958\\b002\\_x004.o" "C:\\Windows\\TEMP\\go-build472287958\\b002\\_x005.o" "C:\\Windows\\TEMP\\go-build472287958\\b002\\_x006.o" "C:\\Windows\\TEMP\\go-build472287958\\b002\\_x007.o" -g -O2
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -dynpackage cgo -dynimport "C:\\Windows\\TEMP\\go-build472287958\\b002\\_cgo_.o" -dynout "C:\\Windows\\TEMP\\go-build472287958\\b002\\_cgo_import.go" -dynlinker
cat >$WORK\b002\importcfg << 'EOF' # internal
# import config
EOF
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build472287958\\b002\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build472287958\\b002" -p runtime/cgo -std -buildid Y0V_wAGmEqSe1rKcAOPn/Y0V_wAGmEqSe1rKcAOPn -D "" -importcfg "C:\\Windows\\TEMP\\go-build472287958\\b002\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build472287958\\b002\\go_asm.h" -c=4 "c:\\dev\\go\\src\\runtime\\cgo\\callbacks.go" "c:\\dev\\go\\src\\runtime\\cgo\\iscgo.go" "C:\\Windows\\TEMP\\go-build472287958\\b002\\_cgo_gotypes.go" "C:\\Windows\\TEMP\\go-build472287958\\b002\\cgo.cgo1.go" "C:\\Windows\\TEMP\\go-build472287958\\b002\\_cgo_import.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build472287958\\b002" -I "C:\\Windows\\TEMP\\go-build472287958\\b002\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build472287958\\b002\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\cgo\\asm_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build472287958\\b002\\_pkg_.a" "C:\\Windows\\TEMP\\go-build472287958\\b002\\asm_amd64.o" "C:\\Windows\\TEMP\\go-build472287958\\b002\\_x001.o" "C:\\Windows\\TEMP\\go-build472287958\\b002\\_x002.o" "C:\\Windows\\TEMP\\go-build472287958\\b002\\_x003.o" "C:\\Windows\\TEMP\\go-build472287958\\b002\\_x004.o" "C:\\Windows\\TEMP\\go-build472287958\\b002\\_x005.o" "C:\\Windows\\TEMP\\go-build472287958\\b002\\_x006.o" "C:\\Windows\\TEMP\\go-build472287958\\b002\\_x007.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build472287958\\b002\\_pkg_.a" # internal
mkdir -p $WORK\b001\
go build p: invalid flag in #cgo FFLAGS: -no-such-fortran-flag
=== CONT TestGoGetUpdateWithWildcard
--- PASS: TestBinaryOnlyPackages (2.51s)
go_test.go:4110: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
go_test.go:4110: standard output:
go_test.go:4110: true:missing or invalid binary-only package
go_test.go:4111: running testgo [install p1]
go_test.go:4111: standard error:
go_test.go:4111: go build p1: missing or invalid binary-only package
go_test.go:4111: testgo failed as expected: exit status 1
go_test.go:4119: running testgo [install p1]
go_test.go:4129: running testgo [install p2]
go_test.go:4129: standard error:
go_test.go:4129: C:\Windows\TEMP\gotest219047641\src\p2\p2.go:5:8: no Go files in C:\Windows\TEMP\gotest219047641\src\p1
go_test.go:4129: testgo failed as expected: exit status 1
go_test.go:4138: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
go_test.go:4138: standard output:
go_test.go:4138: false:binary-only package
go_test.go:4139: running testgo [install -x p1]
go_test.go:4139: standard error:
go_test.go:4139: WORK=C:\Windows\TEMP\go-build592193430
go_test.go:4141: running testgo [install p2]
go_test.go:4142: running testgo [list -f {{.Stale}}:{{.StaleReason}} p2]
go_test.go:4142: standard output:
go_test.go:4142: false:
go_test.go:4150: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
go_test.go:4150: standard output:
go_test.go:4150: false:binary-only package
go_test.go:4151: running testgo [list -f {{.Stale}}:{{.StaleReason}} p2]
go_test.go:4151: standard output:
go_test.go:4151: false:
go_test.go:4164: running testgo [install p3]
go_test.go:4166: running testgo [run C:\Windows\TEMP\gotest219047641\src\p3\p3.go]
go_test.go:4166: standard output:
go_test.go:4166: hello from p1
hello from p1
hello from p1
go_test.go:4178: running testgo [list -f {{.BinaryOnly}} p4]
go_test.go:4178: standard output:
go_test.go:4178: false
=== CONT TestAlwaysLinkSysoFiles
--- PASS: TestAlwaysLinkSysoFiles (0.07s)
go_test.go:4196: running testgo [list -f {{.SysoFiles}} syso]
go_test.go:4196: standard output:
go_test.go:4196: [a.syso]
go_test.go:4200: running testgo [list -f {{.SysoFiles}} syso]
go_test.go:4200: standard output:
go_test.go:4200: [a.syso]
=== CONT TestIssue17119
=== CONT TestTestCacheInputs
--- PASS: TestIssue17119 (0.06s)
go_test.go:4084: running testgo [build dupload]
go_test.go:4084: standard error:
go_test.go:4084: testdata\src\dupload\p2\p2.go:3:8: must be imported as p
go_test.go:4084: testgo failed as expected: exit status 1
--- FAIL: TestAccidentalGitCheckout (20.77s)
go_test.go:1484: running testgo [get -u vcs-test.golang.org/go/test1-svn-git]
go_test.go:1484: standard error:
go_test.go:1484: # cd .; svn checkout https://vcs-test.golang.org/svn/test1-svn-git C:\Windows\TEMP\gotest292281699\src\vcs-test.golang.org\go\test1-svn-git
Error validating server certificate for 'https://vcs-test.golang.org:443':
- The certificate is not issued by a trusted authority. Use the
fingerprint to validate the certificate manually!
Certificate information:
- Hostname: vcs-test.golang.org
- Valid: from Wed, 11 Apr 2018 14:12:24 GMT until Tue, 10 Jul 2018 14:12:24 GMT
- Issuer: Let's Encrypt, US
- Fingerprint: c2:ce:0e:8e:70:0a:6f:5b:41:82:9b:e9:a1:43:7f:b9:45:e8:a6:20
(R)eject, accept (t)emporarily or accept (p)ermanently? svn: E175002: Unable to connect to a repository at URL 'https://vcs-test.golang.org/svn/test1-svn-git'
svn: E175002: OPTIONS of 'https://vcs-test.golang.org/svn/test1-svn-git': Server certificate verification failed: issuer is not trusted (https://vcs-test.golang.org)
package vcs-test.golang.org/go/test1-svn-git: exit status 1
go_test.go:1484: testgo failed as expected: exit status 1
go_test.go:1485: get did not fail for right reason
go_test.go:1485: pattern src[\\/]vcs-test.* uses git, but parent .*src[\\/]vcs-test.* uses svn not found in standard error
=== CONT TestDontReportRemoveOfEmptyDir
--- PASS: TestDontReportRemoveOfEmptyDir (0.12s)
go_test.go:6090: running testgo [install -x a]
go_test.go:6090: standard error:
go_test.go:6090: WORK=C:\Windows\TEMP\go-build163903526
mkdir -p $WORK\b001\
cat >$WORK\b001\importcfg << 'EOF' # internal
# import config
EOF
cd C:\Windows\TEMP\gotest283482397\src\a
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build163903526\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build163903526\\b001" -p a -complete -buildid 5Jw0YW5gYZodtBvSMY85/5Jw0YW5gYZodtBvSMY85 -D "" -importcfg "C:\\Windows\\TEMP\\go-build163903526\\b001\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\gotest283482397\\src\\a\\a.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build163903526\\b001\\_pkg_.a" # internal
mkdir -p C:\Windows\TEMP\gotest283482397\pkg\windows_amd64\
cp $WORK\b001\_pkg_.a C:\Windows\TEMP\gotest283482397\pkg\windows_amd64\a.a
rm -r $WORK\b001\
go_test.go:6091: running testgo [install -x a]
go_test.go:6091: standard error:
go_test.go:6091: WORK=C:\Windows\TEMP\go-build883490774
=== CONT TestCoverpkgAllRuntime
--- PASS: TestMoveGit (22.45s)
go_test.go:1272: running testgo [get -d rsc.io/pdf]
go_test.go:1273: running testgo [get -d -u rsc.io/pdf]
go_test.go:1295: running testgo [build -o sink.exe sink]
go_test.go:1298: running testgo [get -d -u rsc.io/pdf]
go_test.go:1298: standard error:
go_test.go:1298: package rsc.io/pdf: rsc.io/pdf is a custom import path for https://github.com/rsc/pdf, but C:\Windows\TEMP\gotest664050449\src\rsc.io\pdf is checked out from https://github.com/rsc/pdfXXX
go_test.go:1298: testgo failed as expected: exit status 1
go_test.go:1300: running testgo [get -d -f -u rsc.io/pdf]
go_test.go:1300: standard error:
go_test.go:1300: # cd C:\Windows\TEMP\gotest664050449\src\rsc.io\pdf; git pull --ff-only
fatal: HttpRequestException encountered.
An error occurred while sending the request.
remote: Repository not found.
fatal: Authentication failed for 'https://github.com/rsc/pdfXXX/'
package rsc.io/pdf: exit status 1
go_test.go:1300: testgo failed as expected: exit status 1
=== CONT TestAtomicCoverpkgAll
--- PASS: TestTestCacheInputs (30.85s)
go_test.go:5413: file.txt: old=2018-05-09 00:52:16.3305708 +0300 EEST m=+451.617262801, info.ModTime=2018-05-09 00:52:16.3305708 +0300 EEST
go_test.go:5419: running testgo [test testcache]
go_test.go:5419: standard output:
go_test.go:5419: ok testcache 0.242s
go_test.go:5420: running testgo [test testcache]
go_test.go:5420: standard output:
go_test.go:5420: ok testcache (cached)
go_test.go:5424: running testgo [test testcache]
go_test.go:5424: standard output:
go_test.go:5424: ok testcache 0.027s
go_test.go:5426: running testgo [test testcache]
go_test.go:5426: standard output:
go_test.go:5426: ok testcache (cached)
go_test.go:5429: running testgo [test testcache -run=FileSize]
go_test.go:5429: standard output:
go_test.go:5429: ok testcache 0.029s
go_test.go:5430: running testgo [test testcache -run=FileSize]
go_test.go:5430: standard output:
go_test.go:5430: ok testcache (cached)
go_test.go:5433: running testgo [test testcache -run=FileSize]
go_test.go:5433: standard output:
go_test.go:5433: ok testcache 0.033s
go_test.go:5435: running testgo [test testcache -run=FileSize]
go_test.go:5435: standard output:
go_test.go:5435: ok testcache (cached)
go_test.go:5438: running testgo [test testcache -run=Chdir]
go_test.go:5438: standard output:
go_test.go:5438: ok testcache 0.025s
go_test.go:5439: running testgo [test testcache -run=Chdir]
go_test.go:5439: standard output:
go_test.go:5439: ok testcache (cached)
go_test.go:5442: running testgo [test testcache -run=Chdir]
go_test.go:5442: standard output:
go_test.go:5442: ok testcache 0.026s
go_test.go:5444: running testgo [test testcache -run=Chdir]
go_test.go:5444: standard output:
go_test.go:5444: ok testcache (cached)
go_test.go:5448: running testgo [test testcache -run=FileContent]
go_test.go:5448: standard output:
go_test.go:5448: ok testcache 0.861s
go_test.go:5449: running testgo [test testcache -run=FileContent]
go_test.go:5449: standard output:
go_test.go:5449: ok testcache (cached)
go_test.go:5454: running testgo [test testcache -run=FileContent]
go_test.go:5454: standard output:
go_test.go:5454: ok testcache 0.026s
go_test.go:5456: running testgo [test testcache -run=FileContent]
go_test.go:5456: standard output:
go_test.go:5456: ok testcache (cached)
go_test.go:5459: running testgo [test testcache -run=DirList]
go_test.go:5459: standard output:
go_test.go:5459: ok testcache 0.130s
go_test.go:5460: running testgo [test testcache -run=DirList]
go_test.go:5460: standard output:
go_test.go:5460: ok testcache (cached)
go_test.go:5463: running testgo [test testcache -run=DirList]
go_test.go:5463: standard output:
go_test.go:5463: ok testcache 0.103s
go_test.go:5465: running testgo [test testcache -run=DirList]
go_test.go:5465: standard output:
go_test.go:5465: ok testcache (cached)
go_test.go:5485: running testgo [test testcache -run=ExternalFile]
go_test.go:5485: standard output:
go_test.go:5485: ok testcache 0.131s
go_test.go:5486: running testgo [test testcache -run=ExternalFile]
go_test.go:5486: standard output:
go_test.go:5486: ok testcache (cached)
go_test.go:5489: running testgo [test testcache -run=ExternalFile]
go_test.go:5489: standard output:
go_test.go:5489: ok testcache (cached)
=== CONT TestCpuprofileTwice
--- PASS: TestCpuprofileTwice (14.96s)
go_test.go:5857: running testgo [test -o=C:\Windows\TEMP\gotest923795146\x.test -cpuprofile=C:\Windows\TEMP\gotest923795146\cpu.out x]
go_test.go:5857: standard output:
go_test.go:5857: ok x 0.326s
go_test.go:5859: running testgo [test -o=C:\Windows\TEMP\gotest923795146\x.test -cpuprofile=C:\Windows\TEMP\gotest923795146\cpu.out x]
go_test.go:5859: standard output:
go_test.go:5859: ok x 0.246s
=== CONT TestImportPath
--- PASS: TestAtomicCoverpkgAll (32.37s)
go_test.go:5872: running testgo [test -coverpkg=all -covermode=atomic x]
go_test.go:5872: standard output:
go_test.go:5872: ok x 0.264s coverage: 0.0% of statements in all
go_test.go:5874: running testgo [test -coverpkg=all -race x]
go_test.go:5874: standard output:
go_test.go:5874: ok x 1.217s coverage: 0.0% of statements in all
=== CONT TestGoTestJSON
--- PASS: TestImportPath (5.75s)
go_test.go:5838: running testgo [build -o C:\Windows\TEMP\gotest067453857\a.exe a]
go_test.go:5839: running testgo [test a]
go_test.go:5839: standard output:
go_test.go:5839: ok a 0.068s
=== CONT TestInstallDeps
--- PASS: TestCoverpkgAllRuntime (45.09s)
go_test.go:5887: running testgo [test -coverpkg=all x]
go_test.go:5887: standard output:
go_test.go:5887: ok x 1.646s coverage: 24.2% of statements in all
go_test.go:5889: running testgo [test -coverpkg=all -race x]
go_test.go:5889: standard output:
go_test.go:5889: ok x 1.190s coverage: 67.4% of statements in all
=== CONT TestTestVetRebuild
--- PASS: TestInstallDeps (2.09s)
go_test.go:5624: running testgo [list -f={{.Target}} p1]
go_test.go:5624: standard output:
go_test.go:5624: C:\Windows\TEMP\gotest460334203\pkg\windows_amd64\p1.a
go_test.go:5626: running testgo [list -f={{.Target}} p2]
go_test.go:5626: standard output:
go_test.go:5626: C:\Windows\TEMP\gotest460334203\pkg\windows_amd64\p2.a
go_test.go:5628: running testgo [list -f={{.Target}} main1]
go_test.go:5628: standard output:
go_test.go:5628: C:\Windows\TEMP\gotest460334203\bin\main1.exe
go_test.go:5631: running testgo [install main1]
go_test.go:5637: running testgo [install p2]
go_test.go:5642: running testgo [list -f {{.Stale}}:{{.StaleReason}} runtime]
go_test.go:5642: standard output:
go_test.go:5642: false:
go_test.go:5644: running testgo [install -i main1]
go_test.go:5648: running testgo [install -i p2]
=== CONT TestTestVet
--- PASS: TestTestVetRebuild (1.99s)
go_test.go:5608: running testgo [test b]
go_test.go:5608: standard output:
go_test.go:5608: ok b 0.031s
go_test.go:5609: running testgo [vet b]
=== CONT TestCacheListStale
--- PASS: TestCacheListStale (0.86s)
go_test.go:5187: running testgo [install p m]
go_test.go:5188: running testgo [list -f={{.ImportPath}} {{.Stale}} m q p]
go_test.go:5188: standard output:
go_test.go:5188: m false
q true
p false
=== CONT TestTestCache
=== CONT TestIssue22596
--- PASS: TestGoTestJSON (6.59s)
go_test.go:5722: running testgo [test -json -short -v errors empty/pkg skipper]
go_test.go:5722: standard output:
go_test.go:5722: {"Time":"2018-05-09T00:54:09.186594+03:00","Action":"run","Package":"skipper","Test":"Test"}
{"Time":"2018-05-09T00:54:09.1875941+03:00","Action":"output","Package":"skipper","Test":"Test","Output":"=== RUN Test\n"}
{"Time":"2018-05-09T00:54:09.1875941+03:00","Action":"output","Package":"skipper","Test":"Test","Output":"--- SKIP: Test (0.00s)\n"}
{"Time":"2018-05-09T00:54:09.1875941+03:00","Action":"output","Package":"skipper","Test":"Test","Output":"\tskip_test.go:6: skipping\n"}
{"Time":"2018-05-09T00:54:09.1875941+03:00","Action":"skip","Package":"skipper","Test":"Test","Elapsed":0}
{"Time":"2018-05-09T00:54:09.1875941+03:00","Action":"output","Package":"skipper","Output":"PASS\n"}
{"Time":"2018-05-09T00:54:09.1935944+03:00","Action":"output","Package":"skipper","Output":"ok \tskipper\t0.124s\n"}
{"Time":"2018-05-09T00:54:09.1955946+03:00","Action":"pass","Package":"skipper","Elapsed":0.126}
{"Time":"2018-05-09T00:54:09.2045951+03:00","Action":"run","Package":"errors","Test":"TestNewEqual"}
{"Time":"2018-05-09T00:54:09.2045951+03:00","Action":"output","Package":"errors","Test":"TestNewEqual","Output":"=== RUN TestNewEqual\n"}
{"Time":"2018-05-09T00:54:09.2045951+03:00","Action":"output","Package":"errors","Test":"TestNewEqual","Output":"--- PASS: TestNewEqual (0.00s)\n"}
{"Time":"2018-05-09T00:54:09.2045951+03:00","Action":"pass","Package":"errors","Test":"TestNewEqual","Elapsed":0}
{"Time":"2018-05-09T00:54:09.2045951+03:00","Action":"run","Package":"errors","Test":"TestErrorMethod"}
{"Time":"2018-05-09T00:54:09.2045951+03:00","Action":"output","Package":"errors","Test":"TestErrorMethod","Output":"=== RUN TestErrorMethod\n"}
{"Time":"2018-05-09T00:54:09.2045951+03:00","Action":"output","Package":"errors","Test":"TestErrorMethod","Output":"--- PASS: TestErrorMethod (0.00s)\n"}
{"Time":"2018-05-09T00:54:09.2045951+03:00","Action":"pass","Package":"errors","Test":"TestErrorMethod","Elapsed":0}
{"Time":"2018-05-09T00:54:09.2045951+03:00","Action":"run","Package":"errors","Test":"ExampleNew"}
{"Time":"2018-05-09T00:54:09.2045951+03:00","Action":"output","Package":"errors","Test":"ExampleNew","Output":"=== RUN ExampleNew\n"}
{"Time":"2018-05-09T00:54:09.2045951+03:00","Action":"output","Package":"errors","Test":"ExampleNew","Output":"--- PASS: ExampleNew (0.00s)\n"}
{"Time":"2018-05-09T00:54:09.2045951+03:00","Action":"pass","Package":"errors","Test":"ExampleNew","Elapsed":0}
{"Time":"2018-05-09T00:54:09.2045951+03:00","Action":"run","Package":"errors","Test":"ExampleNew_errorf"}
{"Time":"2018-05-09T00:54:09.2045951+03:00","Action":"output","Package":"errors","Test":"ExampleNew_errorf","Output":"=== RUN ExampleNew_errorf\n"}
{"Time":"2018-05-09T00:54:09.2045951+03:00","Action":"output","Package":"errors","Test":"ExampleNew_errorf","Output":"--- PASS: ExampleNew_errorf (0.00s)\n"}
{"Time":"2018-05-09T00:54:09.2045951+03:00","Action":"pass","Package":"errors","Test":"ExampleNew_errorf","Elapsed":0}
{"Time":"2018-05-09T00:54:09.2045951+03:00","Action":"run","Package":"errors","Test":"Example"}
{"Time":"2018-05-09T00:54:09.2045951+03:00","Action":"output","Package":"errors","Test":"Example","Output":"=== RUN Example\n"}
{"Time":"2018-05-09T00:54:09.2055951+03:00","Action":"output","Package":"errors","Test":"Example","Output":"--- PASS: Example (0.00s)\n"}
{"Time":"2018-05-09T00:54:09.2055951+03:00","Action":"pass","Package":"errors","Test":"Example","Elapsed":0}
{"Time":"2018-05-09T00:54:09.2055951+03:00","Action":"output","Package":"errors","Output":"PASS\n"}
{"Time":"2018-05-09T00:54:09.2115955+03:00","Action":"output","Package":"errors","Output":"ok \terrors\t0.132s\n"}
{"Time":"2018-05-09T00:54:09.2135956+03:00","Action":"pass","Package":"errors","Elapsed":0.134}
{"Time":"2018-05-09T00:54:09.2155957+03:00","Action":"output","Package":"empty/pkg","Output":"? \tempty/pkg\t[no test files]\n"}
{"Time":"2018-05-09T00:54:09.2155957+03:00","Action":"skip","Package":"empty/pkg","Elapsed":0}
go_test.go:5732: running testgo [test -json -short -v errors]
go_test.go:5732: standard output:
go_test.go:5732: {"Time":"2018-05-09T00:54:09.7656272+03:00","Action":"run","Package":"errors","Test":"TestNewEqual"}
{"Time":"2018-05-09T00:54:09.7656272+03:00","Action":"output","Package":"errors","Test":"TestNewEqual","Output":"=== RUN TestNewEqual\n"}
{"Time":"2018-05-09T00:54:09.7656272+03:00","Action":"output","Package":"errors","Test":"TestNewEqual","Output":"--- PASS: TestNewEqual (0.00s)\n"}
{"Time":"2018-05-09T00:54:09.7656272+03:00","Action":"pass","Package":"errors","Test":"TestNewEqual","Elapsed":0}
{"Time":"2018-05-09T00:54:09.7656272+03:00","Action":"run","Package":"errors","Test":"TestErrorMethod"}
{"Time":"2018-05-09T00:54:09.7656272+03:00","Action":"output","Package":"errors","Test":"TestErrorMethod","Output":"=== RUN TestErrorMethod\n"}
{"Time":"2018-05-09T00:54:09.7656272+03:00","Action":"output","Package":"errors","Test":"TestErrorMethod","Output":"--- PASS: TestErrorMethod (0.00s)\n"}
{"Time":"2018-05-09T00:54:09.7656272+03:00","Action":"pass","Package":"errors","Test":"TestErrorMethod","Elapsed":0}
{"Time":"2018-05-09T00:54:09.7656272+03:00","Action":"run","Package":"errors","Test":"ExampleNew"}
{"Time":"2018-05-09T00:54:09.7656272+03:00","Action":"output","Package":"errors","Test":"ExampleNew","Output":"=== RUN ExampleNew\n"}
{"Time":"2018-05-09T00:54:09.7656272+03:00","Action":"output","Package":"errors","Test":"ExampleNew","Output":"--- PASS: ExampleNew (0.00s)\n"}
{"Time":"2018-05-09T00:54:09.7656272+03:00","Action":"pass","Package":"errors","Test":"ExampleNew","Elapsed":0}
{"Time":"2018-05-09T00:54:09.7656272+03:00","Action":"run","Package":"errors","Test":"ExampleNew_errorf"}
{"Time":"2018-05-09T00:54:09.7656272+03:00","Action":"output","Package":"errors","Test":"ExampleNew_errorf","Output":"=== RUN ExampleNew_errorf\n"}
{"Time":"2018-05-09T00:54:09.7656272+03:00","Action":"output","Package":"errors","Test":"ExampleNew_errorf","Output":"--- PASS: ExampleNew_errorf (0.00s)\n"}
{"Time":"2018-05-09T00:54:09.7656272+03:00","Action":"pass","Package":"errors","Test":"ExampleNew_errorf","Elapsed":0}
{"Time":"2018-05-09T00:54:09.7656272+03:00","Action":"run","Package":"errors","Test":"Example"}
{"Time":"2018-05-09T00:54:09.7656272+03:00","Action":"output","Package":"errors","Test":"Example","Output":"=== RUN Example\n"}
{"Time":"2018-05-09T00:54:09.7656272+03:00","Action":"output","Package":"errors","Test":"Example","Output":"--- PASS: Example (0.00s)\n"}
{"Time":"2018-05-09T00:54:09.7656272+03:00","Action":"pass","Package":"errors","Test":"Example","Elapsed":0}
{"Time":"2018-05-09T00:54:09.7656272+03:00","Action":"output","Package":"errors","Output":"PASS\n"}
{"Time":"2018-05-09T00:54:09.7656272+03:00","Action":"output","Package":"errors","Output":"ok \terrors\t(cached)\n"}
{"Time":"2018-05-09T00:54:09.7656272+03:00","Action":"pass","Package":"errors","Elapsed":0}
go_test.go:5735: running testgo [test -json -bench=NONE -short -v errors]
go_test.go:5735: standard output:
go_test.go:5735: {"Time":"2018-05-09T00:54:10.5686731+03:00","Action":"run","Package":"errors","Test":"TestNewEqual"}
{"Time":"2018-05-09T00:54:10.5686731+03:00","Action":"output","Package":"errors","Test":"TestNewEqual","Output":"=== RUN TestNewEqual\n"}
{"Time":"2018-05-09T00:54:10.5686731+03:00","Action":"output","Package":"errors","Test":"TestNewEqual","Output":"--- PASS: TestNewEqual (0.00s)\n"}
{"Time":"2018-05-09T00:54:10.5686731+03:00","Action":"pass","Package":"errors","Test":"TestNewEqual","Elapsed":0}
{"Time":"2018-05-09T00:54:10.5686731+03:00","Action":"run","Package":"errors","Test":"TestErrorMethod"}
{"Time":"2018-05-09T00:54:10.5686731+03:00","Action":"output","Package":"errors","Test":"TestErrorMethod","Output":"=== RUN TestErrorMethod\n"}
{"Time":"2018-05-09T00:54:10.5686731+03:00","Action":"output","Package":"errors","Test":"TestErrorMethod","Output":"--- PASS: TestErrorMethod (0.00s)\n"}
{"Time":"2018-05-09T00:54:10.5686731+03:00","Action":"pass","Package":"errors","Test":"TestErrorMethod","Elapsed":0}
{"Time":"2018-05-09T00:54:10.5686731+03:00","Action":"run","Package":"errors","Test":"ExampleNew"}
{"Time":"2018-05-09T00:54:10.5686731+03:00","Action":"output","Package":"errors","Test":"ExampleNew","Output":"=== RUN ExampleNew\n"}
{"Time":"2018-05-09T00:54:10.5686731+03:00","Action":"output","Package":"errors","Test":"ExampleNew","Output":"--- PASS: ExampleNew (0.00s)\n"}
{"Time":"2018-05-09T00:54:10.5686731+03:00","Action":"pass","Package":"errors","Test":"ExampleNew","Elapsed":0}
{"Time":"2018-05-09T00:54:10.5696731+03:00","Action":"run","Package":"errors","Test":"ExampleNew_errorf"}
{"Time":"2018-05-09T00:54:10.5696731+03:00","Action":"output","Package":"errors","Test":"ExampleNew_errorf","Output":"=== RUN ExampleNew_errorf\n"}
{"Time":"2018-05-09T00:54:10.5696731+03:00","Action":"output","Package":"errors","Test":"ExampleNew_errorf","Output":"--- PASS: ExampleNew_errorf (0.00s)\n"}
{"Time":"2018-05-09T00:54:10.5696731+03:00","Action":"pass","Package":"errors","Test":"ExampleNew_errorf","Elapsed":0}
{"Time":"2018-05-09T00:54:10.5696731+03:00","Action":"run","Package":"errors","Test":"Example"}
{"Time":"2018-05-09T00:54:10.5696731+03:00","Action":"output","Package":"errors","Test":"Example","Output":"=== RUN Example\n"}
{"Time":"2018-05-09T00:54:10.5696731+03:00","Action":"output","Package":"errors","Test":"Example","Output":"--- PASS: Example (0.00s)\n"}
{"Time":"2018-05-09T00:54:10.5716733+03:00","Action":"pass","Package":"errors","Test":"Example","Elapsed":0}
{"Time":"2018-05-09T00:54:10.5716733+03:00","Action":"output","Package":"errors","Output":"PASS\n"}
{"Time":"2018-05-09T00:54:10.5776736+03:00","Action":"output","Package":"errors","Output":"ok \terrors\t0.051s\n"}
{"Time":"2018-05-09T00:54:10.5776736+03:00","Action":"pass","Package":"errors","Elapsed":0.051}
go_test.go:5739: running testgo [test -o C:\Windows\TEMP\gotest818709644\errors.test.exe -c errors]
go_test.go:5740: running testgo [tool test2json -p errors C:\Windows\TEMP\gotest818709644\errors.test.exe -test.v -test.short]
go_test.go:5740: standard output:
go_test.go:5740: {"Action":"run","Package":"errors","Test":"TestNewEqual"}
{"Action":"output","Package":"errors","Test":"TestNewEqual","Output":"=== RUN TestNewEqual\n"}
{"Action":"output","Package":"errors","Test":"TestNewEqual","Output":"--- PASS: TestNewEqual (0.00s)\n"}
{"Action":"pass","Package":"errors","Test":"TestNewEqual"}
{"Action":"run","Package":"errors","Test":"TestErrorMethod"}
{"Action":"output","Package":"errors","Test":"TestErrorMethod","Output":"=== RUN TestErrorMethod\n"}
{"Action":"output","Package":"errors","Test":"TestErrorMethod","Output":"--- PASS: TestErrorMethod (0.00s)\n"}
{"Action":"pass","Package":"errors","Test":"TestErrorMethod"}
{"Action":"run","Package":"errors","Test":"ExampleNew"}
{"Action":"output","Package":"errors","Test":"ExampleNew","Output":"=== RUN ExampleNew\n"}
{"Action":"output","Package":"errors","Test":"ExampleNew","Output":"--- PASS: ExampleNew (0.00s)\n"}
{"Action":"pass","Package":"errors","Test":"ExampleNew"}
{"Action":"run","Package":"errors","Test":"ExampleNew_errorf"}
{"Action":"output","Package":"errors","Test":"ExampleNew_errorf","Output":"=== RUN ExampleNew_errorf\n"}
{"Action":"output","Package":"errors","Test":"ExampleNew_errorf","Output":"--- PASS: ExampleNew_errorf (0.00s)\n"}
{"Action":"pass","Package":"errors","Test":"ExampleNew_errorf"}
{"Action":"run","Package":"errors","Test":"Example"}
{"Action":"output","Package":"errors","Test":"Example","Output":"=== RUN Example\n"}
{"Action":"output","Package":"errors","Test":"Example","Output":"--- PASS: Example (0.00s)\n"}
{"Action":"pass","Package":"errors","Test":"Example"}
{"Action":"output","Package":"errors","Output":"PASS\n"}
{"Action":"pass","Package":"errors"}
--- PASS: TestGoGetUpdateWithWildcard (56.80s)
go_test.go:4238: running testgo [get github.com/tmwh/go-get-issue-14450/a]
go_test.go:4239: running testgo [get -u .../]
=== CONT TestIssue22531
--- PASS: TestIssue22596 (1.93s)
go_test.go:5270: running testgo [list -f={{.Target}} p]
go_test.go:5270: standard output:
go_test.go:5270: C:\Windows\TEMP\gotest214019506\gopath1\pkg\windows_amd64\p.a
go_test.go:5272: running testgo [install p]
go_test.go:5273: running testgo [list -f {{.Stale}}:{{.StaleReason}} p]
go_test.go:5273: standard output:
go_test.go:5273: false:
go_test.go:5276: running testgo [list -f={{.Target}} p]
go_test.go:5276: standard output:
go_test.go:5276: C:\Windows\TEMP\gotest214019506\gopath2\pkg\windows_amd64\p.a
go_test.go:5280: running testgo [list -f {{.Stale}}:{{.StaleReason}} p]
go_test.go:5280: standard output:
go_test.go:5280: true:build ID mismatch
go_test.go:5281: running testgo [install p]
go_test.go:5282: running testgo [list -f {{.Stale}}:{{.StaleReason}} p]
go_test.go:5282: standard output:
go_test.go:5282: false:
=== CONT TestIssue22588
--- SKIP: TestIssue22588 (0.00s)
go_test.go:5219: FindFirstFile /usr/bin/time: The system cannot find the path specified.
=== CONT TestCacheCoverage
--- PASS: TestIssue22531 (4.56s)
go_test.go:5239: running testgo [install -x m]
go_test.go:5239: standard error:
go_test.go:5239: WORK=C:\Windows\TEMP\go-build368464246
mkdir -p $WORK\b001\
cat >$WORK\b001\importcfg << 'EOF' # internal
# import config
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
EOF
cd C:\Windows\TEMP\gotest733730665\src\m
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build368464246\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build368464246\\b001" -p main -complete -buildid htbDy7BtyoCWuxDdusNz/htbDy7BtyoCWuxDdusNz -D "" -importcfg "C:\\Windows\\TEMP\\go-build368464246\\b001\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\gotest733730665\\src\\m\\main.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build368464246\\b001\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build368464246\\b001\\_pkg_.a" "C:\\Windows\\TEMP\\gotest733730665\\cache\\ef\\ef13d703928fe139854669a59b0aef9dd14631b3cb701886626f023204d2b85f-d" # internal
cat >$WORK\b001\importcfg.link << 'EOF' # internal
packagefile m=$WORK\b001\_pkg_.a
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
packagefile internal/bytealg=c:\dev\go\pkg\windows_amd64\internal\bytealg.a
packagefile internal/cpu=c:\dev\go\pkg\windows_amd64\internal\cpu.a
packagefile runtime/internal/atomic=c:\dev\go\pkg\windows_amd64\runtime\internal\atomic.a
packagefile runtime/internal/sys=c:\dev\go\pkg\windows_amd64\runtime\internal\sys.a
EOF
mkdir -p $WORK\b001\exe\
cd .
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "C:\\Windows\\TEMP\\go-build368464246\\b001\\exe\\a.out.exe" -importcfg "C:\\Windows\\TEMP\\go-build368464246\\b001\\importcfg.link" -buildmode=exe -buildid=tv5MctSNH5MGygy_QWl6/htbDy7BtyoCWuxDdusNz/DR3qci7y1e65T-HLFdsp/tv5MctSNH5MGygy_QWl6 -extld=gcc "C:\\Windows\\TEMP\\go-build368464246\\b001\\_pkg_.a"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build368464246\\b001\\exe\\a.out.exe" # internal
mkdir -p C:\Windows\TEMP\gotest733730665\bin\
cp $WORK\b001\exe\a.out.exe C:\Windows\TEMP\gotest733730665\bin\m.exe
rm -r $WORK\b001\
go_test.go:5240: running testgo [list -f {{.Stale}} m]
go_test.go:5240: standard output:
go_test.go:5240: false
go_test.go:5242: running testgo [tool buildid C:\Windows\TEMP\gotest733730665\bin\m.exe]
go_test.go:5242: standard output:
go_test.go:5242: tv5MctSNH5MGygy_QWl6/htbDy7BtyoCWuxDdusNz/DR3qci7y1e65T-HLFdsp/0S0xBnfvbLa-gCS9uS3A
go_test.go:5250: running testgo [install -x m]
go_test.go:5250: standard error:
go_test.go:5250: WORK=C:\Windows\TEMP\go-build554935794
mkdir -p $WORK\b001\
cat >$WORK\b001\importcfg << 'EOF' # internal
# import config
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
EOF
cd C:\Windows\TEMP\gotest733730665\src\m
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build554935794\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build554935794\\b001" -p main -complete -buildid 7e_CMkh7bElcaTatT1v5/7e_CMkh7bElcaTatT1v5 -D "" -importcfg "C:\\Windows\\TEMP\\go-build554935794\\b001\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\gotest733730665\\src\\m\\main.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build554935794\\b001\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build554935794\\b001\\_pkg_.a" "C:\\Windows\\TEMP\\gotest733730665\\cache\\77\\7724bea92573f996bbc6f39b8713f3d6523d811ccb08d9741ada4c6fd5a7027b-d" # internal
cat >$WORK\b001\importcfg.link << 'EOF' # internal
packagefile m=$WORK\b001\_pkg_.a
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
packagefile internal/bytealg=c:\dev\go\pkg\windows_amd64\internal\bytealg.a
packagefile internal/cpu=c:\dev\go\pkg\windows_amd64\internal\cpu.a
packagefile runtime/internal/atomic=c:\dev\go\pkg\windows_amd64\runtime\internal\atomic.a
packagefile runtime/internal/sys=c:\dev\go\pkg\windows_amd64\runtime\internal\sys.a
EOF
mkdir -p $WORK\b001\exe\
cd .
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "C:\\Windows\\TEMP\\go-build554935794\\b001\\exe\\a.out.exe" -importcfg "C:\\Windows\\TEMP\\go-build554935794\\b001\\importcfg.link" -buildmode=exe -buildid=tLOZOaw4uFvEaMggKnP2/7e_CMkh7bElcaTatT1v5/DR3qci7y1e65T-HLFdsp/tLOZOaw4uFvEaMggKnP2 -extld=gcc "C:\\Windows\\TEMP\\go-build554935794\\b001\\_pkg_.a"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build554935794\\b001\\exe\\a.out.exe" # internal
mkdir -p C:\Windows\TEMP\gotest733730665\bin\
cp $WORK\b001\exe\a.out.exe C:\Windows\TEMP\gotest733730665\bin\m.exe
rm -r $WORK\b001\
go_test.go:5251: running testgo [list -f {{.Stale}} m]
go_test.go:5251: standard output:
go_test.go:5251: false
go_test.go:5253: running testgo [tool buildid C:\Windows\TEMP\gotest733730665\bin\m.exe]
go_test.go:5253: standard output:
go_test.go:5253: tLOZOaw4uFvEaMggKnP2/7e_CMkh7bElcaTatT1v5/DR3qci7y1e65T-HLFdsp/0S0xBnfvbLa-gCS9uS3A
=== CONT TestGOTMPDIR
=== CONT TestCacheOutput
--- PASS: TestGOTMPDIR (0.07s)
go_test.go:5107: running testgo [build -work -x complex/w]
go_test.go:5107: standard error:
go_test.go:5107: WORK=C:\Windows\TEMP\gotest003721603\go-build281237018
mkdir -p $WORK\b001\
cat >$WORK\b001\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\cmd\go\testdata\src\complex\w
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\gotest003721603\\go-build281237018\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\gotest003721603\\go-build281237018\\b001" -p complex/w -complete -buildid W2MOrwfAqtMdwAtVAE8r/W2MOrwfAqtMdwAtVAE8r -D "" -importcfg "C:\\Windows\\TEMP\\gotest003721603\\go-build281237018\\b001\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\w\\w.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\gotest003721603\\go-build281237018\\b001\\_pkg_.a" # internal
--- PASS: TestTestVet (7.44s)
go_test.go:5545: running testgo [test C:\Windows\TEMP\gotest216737381\p1_test.go]
go_test.go:5545: standard output:
go_test.go:5545: FAIL command-line-arguments [build failed]
go_test.go:5545: standard error:
go_test.go:5545: # command-line-arguments
C:\Windows\TEMP\gotest216737381\p1_test.go:6: Logf format %d reads arg #1, but call has 0 args
go_test.go:5545: testgo failed as expected: exit status 2
go_test.go:5547: running testgo [test -vet=off C:\Windows\TEMP\gotest216737381\p1_test.go]
go_test.go:5547: standard output:
go_test.go:5547: ok command-line-arguments 0.066s
go_test.go:5557: running testgo [test C:\Windows\TEMP\gotest216737381\p1.go]
go_test.go:5557: standard error:
go_test.go:5557: # command-line-arguments
C:\Windows\TEMP\gotest216737381\p1.go:6: Printf format %d reads arg #1, but call has 0 args
go_test.go:5557: testgo failed as expected: exit status 2
go_test.go:5559: running testgo [test -x -vet=shift C:\Windows\TEMP\gotest216737381\p1.go]
go_test.go:5559: standard output:
go_test.go:5559: ? command-line-arguments [no test files]
go_test.go:5559: standard error:
go_test.go:5559: WORK=C:\Windows\TEMP\go-build336023474
mkdir -p $WORK\b001\
cat >$WORK\b001\importcfg << 'EOF' # internal
# import config
packagefile fmt=c:\dev\go\pkg\windows_amd64\fmt.a
EOF
cd C:\Windows\TEMP\gotest216737381
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build336023474\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build336023474\\b001" -p command-line-arguments -complete -buildid kda4ej6y4WgRo9BRHuUw/kda4ej6y4WgRo9BRHuUw -D _/C_/Windows/TEMP/gotest216737381 -importcfg "C:\\Windows\\TEMP\\go-build336023474\\b001\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\gotest216737381\\p1.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build336023474\\b001\\_pkg_.a" # internal
cat >$WORK\b001\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "C:\\Windows\\TEMP\\gotest216737381",
"GoFiles": [
"C:\\Windows\\TEMP\\gotest216737381\\p1.go"
],
"ImportMap": {
"fmt": "fmt"
},
"PackageFile": {
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a"
},
"ImportPath": "command-line-arguments",
"SucceedOnTypecheckFailure": false
}
EOF
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -shift "C:\\Windows\\TEMP\\go-build336023474\\b001\\vet.cfg"
go_test.go:5562: running testgo [test -vet=off C:\Windows\TEMP\gotest216737381\p1.go]
go_test.go:5562: standard output:
go_test.go:5562: ? command-line-arguments [no test files]
go_test.go:5566: running testgo [test vetcycle]
go_test.go:5566: standard output:
go_test.go:5566: ? vetcycle [no test files]
go_test.go:5568: running testgo [test vetfail/...]
go_test.go:5568: standard output:
go_test.go:5568: ok vetfail/p2 0.243s
go_test.go:5568: standard error:
go_test.go:5568: # vetfail/p1
testdata\src\vetfail\p1\p1.go:6: Printf format %d has arg "hello" of wrong type string
go_test.go:5568: testgo failed as expected: exit status 2
=== CONT TestBuildCache
--- PASS: TestCacheOutput (0.60s)
go_test.go:5158: running testgo [build -gcflags=-m errors]
go_test.go:5158: standard error:
go_test.go:5158: # errors
..\..\errors\errors.go:9:6: can inline New
..\..\errors\errors.go:18:6: can inline (*errorString).Error
..\..\errors\errors.go:10:22: &errorString literal escapes to heap
..\..\errors\errors.go:10:22: &errorString literal escapes to heap
..\..\errors\errors.go:9:10: leaking param: text to result ~r1 level=-1
..\..\errors\errors.go:18:7: leaking param: e to result ~r0 level=1
go_test.go:5162: running testgo [build -gcflags=-m errors]
go_test.go:5162: standard error:
go_test.go:5162: # errors
..\..\errors\errors.go:9:6: can inline New
..\..\errors\errors.go:18:6: can inline (*errorString).Error
..\..\errors\errors.go:10:22: &errorString literal escapes to heap
..\..\errors\errors.go:10:22: &errorString literal escapes to heap
..\..\errors\errors.go:9:10: leaking param: text to result ~r1 level=-1
..\..\errors\errors.go:18:7: leaking param: e to result ~r0 level=1
=== CONT TestGoVetWithOnlyTestFiles
--- PASS: TestGoVetWithOnlyTestFiles (0.95s)
go_test.go:3326: running testgo [vet p]
=== CONT TestGoTestRaceFailures
--- PASS: TestBuildCache (1.82s)
go_test.go:5125: running testgo [list -f={{join .Deps " "}} complex/w]
go_test.go:5128: running testgo [build -x complex/w]
go_test.go:5128: standard error:
go_test.go:5128: WORK=C:\Windows\TEMP\go-build535748806
mkdir -p $WORK\b001\
cat >$WORK\b001\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\cmd\go\testdata\src\complex\w
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build535748806\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build535748806\\b001" -p complex/w -complete -buildid W2MOrwfAqtMdwAtVAE8r/W2MOrwfAqtMdwAtVAE8r -D "" -importcfg "C:\\Windows\\TEMP\\go-build535748806\\b001\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\w\\w.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build535748806\\b001\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build535748806\\b001\\_pkg_.a" "C:\\Windows\\TEMP\\gotest741757613\\c9\\c9f4201be3eed5f181af979e0f4d4feb2de507ba4daf59e7a4cc8af7b645f155-d" # internal
go_test.go:5131: running testgo [build -x complex/w]
go_test.go:5131: standard error:
go_test.go:5131: WORK=C:\Windows\TEMP\go-build319197958
go_test.go:5134: running testgo [build -a -x complex/w]
go_test.go:5134: standard error:
go_test.go:5134: WORK=C:\Windows\TEMP\go-build443672606
mkdir -p $WORK\b001\
cat >$WORK\b001\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\cmd\go\testdata\src\complex\w
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build443672606\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build443672606\\b001" -p complex/w -complete -buildid W2MOrwfAqtMdwAtVAE8r/W2MOrwfAqtMdwAtVAE8r -D "" -importcfg "C:\\Windows\\TEMP\\go-build443672606\\b001\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\w\\w.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build443672606\\b001\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build443672606\\b001\\_pkg_.a" "C:\\Windows\\TEMP\\gotest741757613\\c9\\c9f4201be3eed5f181af979e0f4d4feb2de507ba4daf59e7a4cc8af7b645f155-d" # internal
go_test.go:5139: running testgo [build -o NUL -x complex]
go_test.go:5139: standard error:
go_test.go:5139: WORK=C:\Windows\TEMP\go-build623605854
mkdir -p $WORK\b004\
cat >$WORK\b004\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\cmd\go\testdata\src\complex\nest\sub\vendor\v2
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build623605854\\b004\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build623605854\\b004" -p complex/nest/sub/vendor/v2 -complete -buildid LeB_SqN6oNT9nob-4epB/LeB_SqN6oNT9nob-4epB -D "" -importcfg "C:\\Windows\\TEMP\\go-build623605854\\b004\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\nest\\sub\\vendor\\v2\\v2.go"
mkdir -p $WORK\b003\
cat >$WORK\b003\importcfg << 'EOF' # internal
# import config
EOF
mkdir -p $WORK\b008\
cat >$WORK\b008\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\cmd\go\testdata\src\complex\vendor\v
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build623605854\\b008\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build623605854\\b008" -p complex/vendor/v -complete -buildid E6z-_5vr5kfU-UQR_8Uc/E6z-_5vr5kfU-UQR_8Uc -D "" -importcfg "C:\\Windows\\TEMP\\go-build623605854\\b008\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\vendor\\v\\v.go"
cd c:\dev\go\src\cmd\go\testdata\src\complex\nest\vendor\v1
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build623605854\\b003\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build623605854\\b003" -p complex/nest/vendor/v1 -complete -buildid -tBDBBm9IBk48QRr-1oZ/-tBDBBm9IBk48QRr-1oZ -D "" -importcfg "C:\\Windows\\TEMP\\go-build623605854\\b003\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\nest\\vendor\\v1\\v1.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build623605854\\b004\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build623605854\\b004\\_pkg_.a" "C:\\Windows\\TEMP\\gotest741757613\\75\\75ef0351c56eb7a24528c0933930de7bfda564481617b107914209bdea561e82-d" # internal
mkdir -p $WORK\b006\
cat >$WORK\b006\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\cmd\go\testdata\src\complex\nest\vendor\v3
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build623605854\\b006\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build623605854\\b006" -p complex/nest/vendor/v3 -complete -buildid SCle2SQGJwFijSV6OVjz/SCle2SQGJwFijSV6OVjz -D "" -importcfg "C:\\Windows\\TEMP\\go-build623605854\\b006\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\nest\\vendor\\v3\\v3.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build623605854\\b003\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build623605854\\b008\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build623605854\\b003\\_pkg_.a" "C:\\Windows\\TEMP\\gotest741757613\\7a\\7a488fd3fd2323510df989d5dd28d9e24ea4e275c71d2e41388d73d27fed9e87-d" # internal
cp "C:\\Windows\\TEMP\\go-build623605854\\b008\\_pkg_.a" "C:\\Windows\\TEMP\\gotest741757613\\47\\478cdde194692fffc212a0cae5aee8812a468c3fa4b818c59ab737a08eb52150-d" # internal
mkdir -p $WORK\b002\
cat >$WORK\b002\importcfg << 'EOF' # internal
# import config
importmap v1=complex/nest/vendor/v1
importmap v2=complex/nest/sub/vendor/v2
packagefile complex/nest/vendor/v1=$WORK\b003\_pkg_.a
packagefile complex/nest/sub/vendor/v2=$WORK\b004\_pkg_.a
EOF
cd c:\dev\go\src\cmd\go\testdata\src\complex\nest\sub\test12
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build623605854\\b002\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build623605854\\b002" -p complex/nest/sub/test12 -complete -buildid 190ZL1V5aoEJ4cE8ouSQ/190ZL1V5aoEJ4cE8ouSQ -D "" -importcfg "C:\\Windows\\TEMP\\go-build623605854\\b002\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\nest\\sub\\test12\\p.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build623605854\\b002\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build623605854\\b002\\_pkg_.a" "C:\\Windows\\TEMP\\gotest741757613\\8c\\8c71ef39c3a79dc2ba2c193d0e8d4c8c59d60aea25d1b5f5f542b6a4c5273aa2-d" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build623605854\\b006\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build623605854\\b006\\_pkg_.a" "C:\\Windows\\TEMP\\gotest741757613\\16\\16e1d8d1b033eac0178cfd4737ca12bbd9f6c18e9e3ea1d383d98f0192c05ae0-d" # internal
mkdir -p $WORK\b005\
cat >$WORK\b005\importcfg << 'EOF' # internal
# import config
importmap v2=complex/nest/sub/vendor/v2
importmap v3=complex/nest/vendor/v3
packagefile complex/nest/sub/vendor/v2=$WORK\b004\_pkg_.a
packagefile complex/nest/vendor/v3=$WORK\b006\_pkg_.a
EOF
cd c:\dev\go\src\cmd\go\testdata\src\complex\nest\sub\test23
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build623605854\\b005\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build623605854\\b005" -p complex/nest/sub/test23 -complete -buildid zGE_MB2AyfIzjAAQI_IF/zGE_MB2AyfIzjAAQI_IF -D "" -importcfg "C:\\Windows\\TEMP\\go-build623605854\\b005\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\nest\\sub\\test23\\p.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build623605854\\b005\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build623605854\\b005\\_pkg_.a" "C:\\Windows\\TEMP\\gotest741757613\\e0\\e0e51e9346c4c82bc00a832c85dfc4288ab09e42f6bb7b92b399e40abe0ffaf5-d" # internal
mkdir -p $WORK\b001\
cat >$WORK\b001\importcfg << 'EOF' # internal
# import config
importmap v=complex/vendor/v
packagefile complex/nest/sub/test12=$WORK\b002\_pkg_.a
packagefile complex/nest/sub/test23=$WORK\b005\_pkg_.a
packagefile complex/w=C:\Windows\TEMP\gotest741757613\c9\c9f4201be3eed5f181af979e0f4d4feb2de507ba4daf59e7a4cc8af7b645f155-d
packagefile complex/vendor/v=$WORK\b008\_pkg_.a
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
EOF
cd c:\dev\go\src\cmd\go\testdata\src\complex
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build623605854\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build623605854\\b001" -p main -complete -buildid z2VytIRvTY3xQV0oV8sT/z2VytIRvTY3xQV0oV8sT -D "" -importcfg "C:\\Windows\\TEMP\\go-build623605854\\b001\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\main.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build623605854\\b001\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build623605854\\b001\\_pkg_.a" "C:\\Windows\\TEMP\\gotest741757613\\32\\32d8b861666b493a2a9985e0a24a060fb09278f337a6b5e99dbf7e4496af83ad-d" # internal
cat >$WORK\b001\importcfg.link << 'EOF' # internal
packagefile complex=$WORK\b001\_pkg_.a
packagefile complex/nest/sub/test12=$WORK\b002\_pkg_.a
packagefile complex/nest/sub/test23=$WORK\b005\_pkg_.a
packagefile complex/w=C:\Windows\TEMP\gotest741757613\c9\c9f4201be3eed5f181af979e0f4d4feb2de507ba4daf59e7a4cc8af7b645f155-d
packagefile complex/vendor/v=$WORK\b008\_pkg_.a
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
packagefile complex/nest/vendor/v1=$WORK\b003\_pkg_.a
packagefile complex/nest/sub/vendor/v2=$WORK\b004\_pkg_.a
packagefile complex/nest/vendor/v3=$WORK\b006\_pkg_.a
packagefile internal/bytealg=c:\dev\go\pkg\windows_amd64\internal\bytealg.a
packagefile internal/cpu=c:\dev\go\pkg\windows_amd64\internal\cpu.a
packagefile runtime/internal/atomic=c:\dev\go\pkg\windows_amd64\runtime\internal\atomic.a
packagefile runtime/internal/sys=c:\dev\go\pkg\windows_amd64\runtime\internal\sys.a
EOF
mkdir -p $WORK\b001\exe\
cd .
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "C:\\Windows\\TEMP\\go-build623605854\\b001\\exe\\a.out.exe" -importcfg "C:\\Windows\\TEMP\\go-build623605854\\b001\\importcfg.link" -buildmode=exe -buildid=7Acp2s-LCyonHrb1_qCg/z2VytIRvTY3xQV0oV8sT/Fohhd-KQETYtZbYQ8WDX/7Acp2s-LCyonHrb1_qCg -extld=gcc "C:\\Windows\\TEMP\\go-build623605854\\b001\\_pkg_.a"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build623605854\\b001\\exe\\a.out.exe" # internal
go_test.go:5142: running testgo [build -o NUL -x complex]
go_test.go:5142: standard error:
go_test.go:5142: WORK=C:\Windows\TEMP\go-build142505998
mkdir -p $WORK\b001\
cat >$WORK\b001\importcfg.link << 'EOF' # internal
packagefile complex=C:\Windows\TEMP\gotest741757613\32\32d8b861666b493a2a9985e0a24a060fb09278f337a6b5e99dbf7e4496af83ad-d
packagefile complex/nest/sub/test12=C:\Windows\TEMP\gotest741757613\8c\8c71ef39c3a79dc2ba2c193d0e8d4c8c59d60aea25d1b5f5f542b6a4c5273aa2-d
packagefile complex/nest/sub/test23=C:\Windows\TEMP\gotest741757613\e0\e0e51e9346c4c82bc00a832c85dfc4288ab09e42f6bb7b92b399e40abe0ffaf5-d
packagefile complex/w=C:\Windows\TEMP\gotest741757613\c9\c9f4201be3eed5f181af979e0f4d4feb2de507ba4daf59e7a4cc8af7b645f155-d
packagefile complex/vendor/v=C:\Windows\TEMP\gotest741757613\47\478cdde194692fffc212a0cae5aee8812a468c3fa4b818c59ab737a08eb52150-d
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
packagefile complex/nest/vendor/v1=C:\Windows\TEMP\gotest741757613\7a\7a488fd3fd2323510df989d5dd28d9e24ea4e275c71d2e41388d73d27fed9e87-d
packagefile complex/nest/sub/vendor/v2=C:\Windows\TEMP\gotest741757613\75\75ef0351c56eb7a24528c0933930de7bfda564481617b107914209bdea561e82-d
packagefile complex/nest/vendor/v3=C:\Windows\TEMP\gotest741757613\16\16e1d8d1b033eac0178cfd4737ca12bbd9f6c18e9e3ea1d383d98f0192c05ae0-d
packagefile internal/bytealg=c:\dev\go\pkg\windows_amd64\internal\bytealg.a
packagefile internal/cpu=c:\dev\go\pkg\windows_amd64\internal\cpu.a
packagefile runtime/internal/atomic=c:\dev\go\pkg\windows_amd64\runtime\internal\atomic.a
packagefile runtime/internal/sys=c:\dev\go\pkg\windows_amd64\runtime\internal\sys.a
EOF
mkdir -p $WORK\b001\exe\
cd .
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "C:\\Windows\\TEMP\\go-build142505998\\b001\\exe\\a.out.exe" -importcfg "C:\\Windows\\TEMP\\go-build142505998\\b001\\importcfg.link" -buildmode=exe -buildid=7Acp2s-LCyonHrb1_qCg/z2VytIRvTY3xQV0oV8sT/Fohhd-KQETYtZbYQ8WDX/7Acp2s-LCyonHrb1_qCg -extld=gcc "C:\\Windows\\TEMP\\gotest741757613\\32\\32d8b861666b493a2a9985e0a24a060fb09278f337a6b5e99dbf7e4496af83ad-d"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build142505998\\b001\\exe\\a.out.exe" # internal
=== CONT TestGoInstallPkgdir
--- PASS: TestTestCache (15.07s)
go_test.go:5300: running testgo [test -x -timeout=10s errors]
go_test.go:5300: standard output:
go_test.go:5300: ok errors 0.040s
go_test.go:5300: standard error:
go_test.go:5300: WORK=C:\Windows\TEMP\go-build866025606
mkdir -p $WORK\b001\
mkdir -p $WORK\b004\
cat >$WORK\b004\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\errors",
"GoFiles": [
"c:\\dev\\go\\src\\errors\\errors.go"
],
"ImportMap": {
"fmt": "fmt"
},
"PackageFile": {
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a"
},
"ImportPath": "errors",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\errors
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build866025606\\b004\\vet.cfg"
mkdir -p $WORK\b051\
cat >$WORK\b051\importcfg << 'EOF' # internal
# import config
packagefile fmt=c:\dev\go\pkg\windows_amd64\fmt.a
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
packagefile time=c:\dev\go\pkg\windows_amd64\time.a
packagefile errors=c:\dev\go\pkg\windows_amd64\errors.a
EOF
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build866025606\\b051\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build866025606\\b051" -p errors_test -complete -buildid Z9rzjZoKCRWmcwOb2wVq/Z9rzjZoKCRWmcwOb2wVq -D "" -importcfg "C:\\Windows\\TEMP\\go-build866025606\\b051\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\errors\\errors_test.go" "c:\\dev\\go\\src\\errors\\example_test.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build866025606\\b051\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build866025606\\b051\\_pkg_.a" "C:\\Windows\\TEMP\\gotest379613151\\cache\\2f\\2fb719c46e46f8bc0cf2a64d9243d8909865f073d837c4f9dff3ceafbe107fec-d" # internal
cat >$WORK\b051\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\errors",
"GoFiles": [
"c:\\dev\\go\\src\\errors\\errors_test.go",
"c:\\dev\\go\\src\\errors\\example_test.go"
],
"ImportMap": {
"errors": "errors",
"fmt": "fmt",
"testing": "testing",
"time": "time"
},
"PackageFile": {
"errors": "c:\\dev\\go\\pkg\\windows_amd64\\errors.a",
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a",
"testing": "c:\\dev\\go\\pkg\\windows_amd64\\testing.a",
"time": "c:\\dev\\go\\pkg\\windows_amd64\\time.a"
},
"ImportPath": "errors_test",
"SucceedOnTypecheckFailure": false
}
EOF
cat >$WORK\b001\importcfg << 'EOF' # internal
# import config
packagefile os=c:\dev\go\pkg\windows_amd64\os.a
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
packagefile testing/internal/testdeps=c:\dev\go\pkg\windows_amd64\testing\internal\testdeps.a
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
packagefile errors=c:\dev\go\pkg\windows_amd64\errors.a
packagefile errors_test=$WORK\b051\_pkg_.a
EOF
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build866025606\\b051\\vet.cfg"
cd $WORK\b001\
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build866025606\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build866025606\\b001" -p main -complete -buildid Ypswf0LwnhHRIDDABZMM/Ypswf0LwnhHRIDDABZMM -dwarf=false -D "" -importcfg "C:\\Windows\\TEMP\\go-build866025606\\b001\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\go-build866025606\\b001\\_testmain.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build866025606\\b001\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build866025606\\b001\\_pkg_.a" "C:\\Windows\\TEMP\\gotest379613151\\cache\\a8\\a83289f535e3e1c4a1333d1f7bc62ca3806fd765b5c28d36ad4b978bd106f11f-d" # internal
cat >$WORK\b001\importcfg.link << 'EOF' # internal
packagefile errors.test=$WORK\b001\_pkg_.a
packagefile os=c:\dev\go\pkg\windows_amd64\os.a
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
packagefile testing/internal/testdeps=c:\dev\go\pkg\windows_amd64\testing\internal\testdeps.a
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
packagefile errors=c:\dev\go\pkg\windows_amd64\errors.a
packagefile errors_test=$WORK\b051\_pkg_.a
packagefile internal/poll=c:\dev\go\pkg\windows_amd64\internal\poll.a
packagefile internal/syscall/windows=c:\dev\go\pkg\windows_amd64\internal\syscall\windows.a
packagefile internal/testlog=c:\dev\go\pkg\windows_amd64\internal\testlog.a
packagefile io=c:\dev\go\pkg\windows_amd64\io.a
packagefile sync=c:\dev\go\pkg\windows_amd64\sync.a
packagefile sync/atomic=c:\dev\go\pkg\windows_amd64\sync\atomic.a
packagefile syscall=c:\dev\go\pkg\windows_amd64\syscall.a
packagefile time=c:\dev\go\pkg\windows_amd64\time.a
packagefile unicode/utf16=c:\dev\go\pkg\windows_amd64\unicode\utf16.a
packagefile bytes=c:\dev\go\pkg\windows_amd64\bytes.a
packagefile flag=c:\dev\go\pkg\windows_amd64\flag.a
packagefile fmt=c:\dev\go\pkg\windows_amd64\fmt.a
packagefile internal/race=c:\dev\go\pkg\windows_amd64\internal\race.a
packagefile runtime/debug=c:\dev\go\pkg\windows_amd64\runtime\debug.a
packagefile runtime/trace=c:\dev\go\pkg\windows_amd64\runtime\trace.a
packagefile sort=c:\dev\go\pkg\windows_amd64\sort.a
packagefile strconv=c:\dev\go\pkg\windows_amd64\strconv.a
packagefile strings=c:\dev\go\pkg\windows_amd64\strings.a
packagefile bufio=c:\dev\go\pkg\windows_amd64\bufio.a
packagefile regexp=c:\dev\go\pkg\windows_amd64\regexp.a
packagefile runtime/pprof=c:\dev\go\pkg\windows_amd64\runtime\pprof.a
packagefile internal/bytealg=c:\dev\go\pkg\windows_amd64\internal\bytealg.a
packagefile internal/cpu=c:\dev\go\pkg\windows_amd64\internal\cpu.a
packagefile runtime/internal/atomic=c:\dev\go\pkg\windows_amd64\runtime\internal\atomic.a
packagefile runtime/internal/sys=c:\dev\go\pkg\windows_amd64\runtime\internal\sys.a
packagefile unicode/utf8=c:\dev\go\pkg\windows_amd64\unicode\utf8.a
packagefile internal/syscall/windows/sysdll=c:\dev\go\pkg\windows_amd64\internal\syscall\windows\sysdll.a
packagefile internal/syscall/windows/registry=c:\dev\go\pkg\windows_amd64\internal\syscall\windows\registry.a
packagefile unicode=c:\dev\go\pkg\windows_amd64\unicode.a
packagefile reflect=c:\dev\go\pkg\windows_amd64\reflect.a
packagefile math=c:\dev\go\pkg\windows_amd64\math.a
packagefile context=c:\dev\go\pkg\windows_amd64\context.a
packagefile math/bits=c:\dev\go\pkg\windows_amd64\math\bits.a
packagefile regexp/syntax=c:\dev\go\pkg\windows_amd64\regexp\syntax.a
packagefile compress/gzip=c:\dev\go\pkg\windows_amd64\compress\gzip.a
packagefile encoding/binary=c:\dev\go\pkg\windows_amd64\encoding\binary.a
packagefile io/ioutil=c:\dev\go\pkg\windows_amd64\io\ioutil.a
packagefile text/tabwriter=c:\dev\go\pkg\windows_amd64\text\tabwriter.a
packagefile compress/flate=c:\dev\go\pkg\windows_amd64\compress\flate.a
packagefile hash/crc32=c:\dev\go\pkg\windows_amd64\hash\crc32.a
packagefile path/filepath=c:\dev\go\pkg\windows_amd64\path\filepath.a
packagefile hash=c:\dev\go\pkg\windows_amd64\hash.a
EOF
cd .
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "C:\\Windows\\TEMP\\go-build866025606\\b001\\errors.test.exe" -importcfg "C:\\Windows\\TEMP\\go-build866025606\\b001\\importcfg.link" -s -w -buildmode=exe -buildid=s3tuSxA3DlSHjBh6CgoK/Ypswf0LwnhHRIDDABZMM/YncyYuo0pQjvNhzTbY2f/s3tuSxA3DlSHjBh6CgoK -extld=gcc "C:\\Windows\\TEMP\\go-build866025606\\b001\\_pkg_.a"
$WORK\b001\errors.test.exe -test.testlogfile=$WORK\b001\testlog.txt -test.timeout=10s
rm -r $WORK\b001\
go_test.go:5305: running testgo [test -x errors]
go_test.go:5305: standard output:
go_test.go:5305: ok errors (cached)
go_test.go:5305: standard error:
go_test.go:5305: WORK=C:\Windows\TEMP\go-build714779518
mkdir -p $WORK\b001\
mkdir -p $WORK\b004\
cat >$WORK\b004\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\errors",
"GoFiles": [
"c:\\dev\\go\\src\\errors\\errors.go"
],
"ImportMap": {
"fmt": "fmt"
},
"PackageFile": {
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a"
},
"ImportPath": "errors",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\errors
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build714779518\\b004\\vet.cfg"
mkdir -p $WORK\b051\
cat >$WORK\b051\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\errors",
"GoFiles": [
"c:\\dev\\go\\src\\errors\\errors_test.go",
"c:\\dev\\go\\src\\errors\\example_test.go"
],
"ImportMap": {
"errors": "errors",
"fmt": "fmt",
"testing": "testing",
"time": "time"
},
"PackageFile": {
"errors": "c:\\dev\\go\\pkg\\windows_amd64\\errors.a",
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a",
"testing": "c:\\dev\\go\\pkg\\windows_amd64\\testing.a",
"time": "c:\\dev\\go\\pkg\\windows_amd64\\time.a"
},
"ImportPath": "errors_test",
"SucceedOnTypecheckFailure": false
}
EOF
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build714779518\\b051\\vet.cfg"
rm -r $WORK\b001\
go_test.go:5313: running testgo [test -timeout=1ns -x errors]
go_test.go:5313: standard output:
go_test.go:5313: ok errors (cached)
go_test.go:5313: standard error:
go_test.go:5313: WORK=C:\Windows\TEMP\go-build008266638
mkdir -p $WORK\b001\
mkdir -p $WORK\b004\
cat >$WORK\b004\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\errors",
"GoFiles": [
"c:\\dev\\go\\src\\errors\\errors.go"
],
"ImportMap": {
"fmt": "fmt"
},
"PackageFile": {
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a"
},
"ImportPath": "errors",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\errors
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build008266638\\b004\\vet.cfg"
mkdir -p $WORK\b051\
cat >$WORK\b051\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\errors",
"GoFiles": [
"c:\\dev\\go\\src\\errors\\errors_test.go",
"c:\\dev\\go\\src\\errors\\example_test.go"
],
"ImportMap": {
"errors": "errors",
"fmt": "fmt",
"testing": "testing",
"time": "time"
},
"PackageFile": {
"errors": "c:\\dev\\go\\pkg\\windows_amd64\\errors.a",
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a",
"testing": "c:\\dev\\go\\pkg\\windows_amd64\\testing.a",
"time": "c:\\dev\\go\\pkg\\windows_amd64\\time.a"
},
"ImportPath": "errors_test",
"SucceedOnTypecheckFailure": false
}
EOF
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build008266638\\b051\\vet.cfg"
rm -r $WORK\b001\
go_test.go:5316: running testgo [clean -testcache]
go_test.go:5317: running testgo [test -x errors]
go_test.go:5317: standard output:
go_test.go:5317: ok errors 0.218s
go_test.go:5317: standard error:
go_test.go:5317: WORK=C:\Windows\TEMP\go-build582407710
mkdir -p $WORK\b001\
mkdir -p $WORK\b004\
cat >$WORK\b004\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\errors",
"GoFiles": [
"c:\\dev\\go\\src\\errors\\errors.go"
],
"ImportMap": {
"fmt": "fmt"
},
"PackageFile": {
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a"
},
"ImportPath": "errors",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\errors
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build582407710\\b004\\vet.cfg"
mkdir -p $WORK\b051\
cat >$WORK\b051\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\errors",
"GoFiles": [
"c:\\dev\\go\\src\\errors\\errors_test.go",
"c:\\dev\\go\\src\\errors\\example_test.go"
],
"ImportMap": {
"errors": "errors",
"fmt": "fmt",
"testing": "testing",
"time": "time"
},
"PackageFile": {
"errors": "c:\\dev\\go\\pkg\\windows_amd64\\errors.a",
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a",
"testing": "c:\\dev\\go\\pkg\\windows_amd64\\testing.a",
"time": "c:\\dev\\go\\pkg\\windows_amd64\\time.a"
},
"ImportPath": "errors_test",
"SucceedOnTypecheckFailure": false
}
EOF
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build582407710\\b051\\vet.cfg"
cat >$WORK\b001\importcfg.link << 'EOF' # internal
packagefile errors.test=C:\Windows\TEMP\gotest379613151\cache\a8\a83289f535e3e1c4a1333d1f7bc62ca3806fd765b5c28d36ad4b978bd106f11f-d
packagefile os=c:\dev\go\pkg\windows_amd64\os.a
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
packagefile testing/internal/testdeps=c:\dev\go\pkg\windows_amd64\testing\internal\testdeps.a
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
packagefile errors=c:\dev\go\pkg\windows_amd64\errors.a
packagefile errors_test=C:\Windows\TEMP\gotest379613151\cache\2f\2fb719c46e46f8bc0cf2a64d9243d8909865f073d837c4f9dff3ceafbe107fec-d
packagefile internal/poll=c:\dev\go\pkg\windows_amd64\internal\poll.a
packagefile internal/syscall/windows=c:\dev\go\pkg\windows_amd64\internal\syscall\windows.a
packagefile internal/testlog=c:\dev\go\pkg\windows_amd64\internal\testlog.a
packagefile io=c:\dev\go\pkg\windows_amd64\io.a
packagefile sync=c:\dev\go\pkg\windows_amd64\sync.a
packagefile sync/atomic=c:\dev\go\pkg\windows_amd64\sync\atomic.a
packagefile syscall=c:\dev\go\pkg\windows_amd64\syscall.a
packagefile time=c:\dev\go\pkg\windows_amd64\time.a
packagefile unicode/utf16=c:\dev\go\pkg\windows_amd64\unicode\utf16.a
packagefile bytes=c:\dev\go\pkg\windows_amd64\bytes.a
packagefile flag=c:\dev\go\pkg\windows_amd64\flag.a
packagefile fmt=c:\dev\go\pkg\windows_amd64\fmt.a
packagefile internal/race=c:\dev\go\pkg\windows_amd64\internal\race.a
packagefile runtime/debug=c:\dev\go\pkg\windows_amd64\runtime\debug.a
packagefile runtime/trace=c:\dev\go\pkg\windows_amd64\runtime\trace.a
packagefile sort=c:\dev\go\pkg\windows_amd64\sort.a
packagefile strconv=c:\dev\go\pkg\windows_amd64\strconv.a
packagefile strings=c:\dev\go\pkg\windows_amd64\strings.a
packagefile bufio=c:\dev\go\pkg\windows_amd64\bufio.a
packagefile regexp=c:\dev\go\pkg\windows_amd64\regexp.a
packagefile runtime/pprof=c:\dev\go\pkg\windows_amd64\runtime\pprof.a
packagefile internal/bytealg=c:\dev\go\pkg\windows_amd64\internal\bytealg.a
packagefile internal/cpu=c:\dev\go\pkg\windows_amd64\internal\cpu.a
packagefile runtime/internal/atomic=c:\dev\go\pkg\windows_amd64\runtime\internal\atomic.a
packagefile runtime/internal/sys=c:\dev\go\pkg\windows_amd64\runtime\internal\sys.a
packagefile unicode/utf8=c:\dev\go\pkg\windows_amd64\unicode\utf8.a
packagefile internal/syscall/windows/sysdll=c:\dev\go\pkg\windows_amd64\internal\syscall\windows\sysdll.a
packagefile internal/syscall/windows/registry=c:\dev\go\pkg\windows_amd64\internal\syscall\windows\registry.a
packagefile unicode=c:\dev\go\pkg\windows_amd64\unicode.a
packagefile reflect=c:\dev\go\pkg\windows_amd64\reflect.a
packagefile math=c:\dev\go\pkg\windows_amd64\math.a
packagefile context=c:\dev\go\pkg\windows_amd64\context.a
packagefile math/bits=c:\dev\go\pkg\windows_amd64\math\bits.a
packagefile regexp/syntax=c:\dev\go\pkg\windows_amd64\regexp\syntax.a
packagefile compress/gzip=c:\dev\go\pkg\windows_amd64\compress\gzip.a
packagefile encoding/binary=c:\dev\go\pkg\windows_amd64\encoding\binary.a
packagefile io/ioutil=c:\dev\go\pkg\windows_amd64\io\ioutil.a
packagefile text/tabwriter=c:\dev\go\pkg\windows_amd64\text\tabwriter.a
packagefile compress/flate=c:\dev\go\pkg\windows_amd64\compress\flate.a
packagefile hash/crc32=c:\dev\go\pkg\windows_amd64\hash\crc32.a
packagefile path/filepath=c:\dev\go\pkg\windows_amd64\path\filepath.a
packagefile hash=c:\dev\go\pkg\windows_amd64\hash.a
EOF
cd .
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "C:\\Windows\\TEMP\\go-build582407710\\b001\\errors.test.exe" -importcfg "C:\\Windows\\TEMP\\go-build582407710\\b001\\importcfg.link" -s -w -buildmode=exe -buildid=s3tuSxA3DlSHjBh6CgoK/Ypswf0LwnhHRIDDABZMM/YncyYuo0pQjvNhzTbY2f/s3tuSxA3DlSHjBh6CgoK -extld=gcc "C:\\Windows\\TEMP\\gotest379613151\\cache\\a8\\a83289f535e3e1c4a1333d1f7bc62ca3806fd765b5c28d36ad4b978bd106f11f-d"
$WORK\b001\errors.test.exe -test.testlogfile=$WORK\b001\testlog.txt
rm -r $WORK\b001\
go_test.go:5322:
INITIAL
go_test.go:5330: running testgo [test -x -v -short t/...]
go_test.go:5330: standard output:
go_test.go:5330: === RUN Test1
--- PASS: Test1 (0.00s)
PASS
ok t/t1 0.030s
=== RUN Test2
--- PASS: Test2 (0.00s)
PASS
ok t/t2 0.032s
=== RUN Test3
--- PASS: Test3 (0.00s)
t3_test.go:6: 1
PASS
ok t/t3 0.086s
=== RUN Test4
--- PASS: Test4 (0.00s)
t4_test.go:6: 1
PASS
ok t/t4 0.067s
go_test.go:5330: standard error:
go_test.go:5330: WORK=C:\Windows\TEMP\go-build793215142
mkdir -p $WORK\b001\
mkdir -p $WORK\b052\
mkdir -p $WORK\b056\
mkdir -p $WORK\b059\
mkdir -p $WORK\b055\
cat >$WORK\b055\importcfg << 'EOF' # internal
# import config
EOF
cd C:\Windows\TEMP\gotest379613151\src\p1
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build793215142\\b055\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build793215142\\b055" -p p1 -complete -buildid Q6RT6AiEV_fDwNKOaEHL/Q6RT6AiEV_fDwNKOaEHL -D "" -importcfg "C:\\Windows\\TEMP\\go-build793215142\\b055\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\gotest379613151\\src\\p1\\p1.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build793215142\\b055\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build793215142\\b055\\_pkg_.a" "C:\\Windows\\TEMP\\gotest379613151\\cache\\8d\\8db04181706e2af0484a0ed9f6c3ae923c4cefd25fddd20bc7020f4d3df606aa-d" # internal
mkdir -p $WORK\b062\
cat >$WORK\b062\importcfg << 'EOF' # internal
# import config
packagefile p1=$WORK\b055\_pkg_.a
EOF
cd C:\Windows\TEMP\gotest379613151\src\p2
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build793215142\\b062\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build793215142\\b062" -p p2 -complete -buildid 0gDeryCpf0cuCFq8KN-L/0gDeryCpf0cuCFq8KN-L -D "" -importcfg "C:\\Windows\\TEMP\\go-build793215142\\b062\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\gotest379613151\\src\\p2\\p2.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build793215142\\b062\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build793215142\\b062\\_pkg_.a" "C:\\Windows\\TEMP\\gotest379613151\\cache\\1e\\1ef9546bdc2c7ae0ce596dbabeaf1364248e71ff9a5c861a95ded3bbd809ad09-d" # internal
mkdir -p $WORK\b054\
cat >$WORK\b054\importcfg << 'EOF' # internal
# import config
packagefile p1=$WORK\b055\_pkg_.a
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
EOF
mkdir -p $WORK\b051\
cat >$WORK\b051\importcfg << 'EOF' # internal
# import config
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
EOF
mkdir -p $WORK\b058\
cd C:\Windows\TEMP\gotest379613151\src\t\t2
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build793215142\\b054\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build793215142\\b054" -p t/t2 -complete -buildid rg9Mbt2S3VNoTIHXi5y1/rg9Mbt2S3VNoTIHXi5y1 -D "" -importcfg "C:\\Windows\\TEMP\\go-build793215142\\b054\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t2\\t2_test.go"
cat >$WORK\b058\importcfg << 'EOF' # internal
# import config
packagefile p1=$WORK\b055\_pkg_.a
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
EOF
cd C:\Windows\TEMP\gotest379613151\src\t\t1
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build793215142\\b051\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build793215142\\b051" -p t/t1 -complete -buildid Y6y42dW1i8Wk-Fz2lGeC/Y6y42dW1i8Wk-Fz2lGeC -D "" -importcfg "C:\\Windows\\TEMP\\go-build793215142\\b051\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t1\\t1_test.go"
cd C:\Windows\TEMP\gotest379613151\src\t\t3
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build793215142\\b058\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build793215142\\b058" -p t/t3 -complete -buildid p-6TXBWaqVmR6joSQpK5/p-6TXBWaqVmR6joSQpK5 -D "" -importcfg "C:\\Windows\\TEMP\\go-build793215142\\b058\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t3\\t3_test.go"
mkdir -p $WORK\b061\
cat >$WORK\b061\importcfg << 'EOF' # internal
# import config
packagefile p2=$WORK\b062\_pkg_.a
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
EOF
cd C:\Windows\TEMP\gotest379613151\src\t\t4
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build793215142\\b061\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build793215142\\b061" -p t/t4 -complete -buildid X5TglbPvwl4VgLCcnzD4/X5TglbPvwl4VgLCcnzD4 -D "" -importcfg "C:\\Windows\\TEMP\\go-build793215142\\b061\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t4\\t4_test.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build793215142\\b051\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build793215142\\b058\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build793215142\\b051\\_pkg_.a" "C:\\Windows\\TEMP\\gotest379613151\\cache\\0c\\0c73d554fbfd307e5bf00db1d3de82c1dddd3a324626092c3b40da97e4060d73-d" # internal
cp "C:\\Windows\\TEMP\\go-build793215142\\b058\\_pkg_.a" "C:\\Windows\\TEMP\\gotest379613151\\cache\\0f\\0ff8bcf95ae7fb247319bc9c7e828b0420a5bc8f369aa6a060530f613acbbb53-d" # internal
cat >$WORK\b001\importcfg << 'EOF' # internal
# import config
packagefile os=c:\dev\go\pkg\windows_amd64\os.a
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
packagefile testing/internal/testdeps=c:\dev\go\pkg\windows_amd64\testing\internal\testdeps.a
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
packagefile t/t1=$WORK\b051\_pkg_.a
EOF
cat >$WORK\b056\importcfg << 'EOF' # internal
# import config
packagefile os=c:\dev\go\pkg\windows_amd64\os.a
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
packagefile testing/internal/testdeps=c:\dev\go\pkg\windows_amd64\testing\internal\testdeps.a
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
packagefile t/t3=$WORK\b058\_pkg_.a
EOF
cd $WORK\b056\
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build793215142\\b056\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build793215142\\b056" -p main -complete -buildid xLN0XbMlx1YWLvo4TTXF/xLN0XbMlx1YWLvo4TTXF -dwarf=false -D "" -importcfg "C:\\Windows\\TEMP\\go-build793215142\\b056\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\go-build793215142\\b056\\_testmain.go"
cd $WORK\b001\
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build793215142\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build793215142\\b001" -p main -complete -buildid h6nq4ZOQAxc9IZj8LZK9/h6nq4ZOQAxc9IZj8LZK9 -dwarf=false -D "" -importcfg "C:\\Windows\\TEMP\\go-build793215142\\b001\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\go-build793215142\\b001\\_testmain.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build793215142\\b054\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build793215142\\b061\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build793215142\\b061\\_pkg_.a" "C:\\Windows\\TEMP\\gotest379613151\\cache\\39\\390743e0cfceda5de18caed52358157926c5e4fd30d6bceb92632d6195faffa5-d" # internal
cat >$WORK\b051\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t1",
"GoFiles": [
"C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t1\\t1_test.go"
],
"ImportMap": {
"fmt": "fmt",
"testing": "testing"
},
"PackageFile": {
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a",
"testing": "c:\\dev\\go\\pkg\\windows_amd64\\testing.a"
},
"ImportPath": "t/t1",
"SucceedOnTypecheckFailure": false
}
EOF
cd C:\Windows\TEMP\gotest379613151\src\t\t1
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build793215142\\b051\\vet.cfg"
cp "C:\\Windows\\TEMP\\go-build793215142\\b054\\_pkg_.a" "C:\\Windows\\TEMP\\gotest379613151\\cache\\e3\\e3511ce3ac65b25cb79aea4d159520022ed3071c5fe19c5a6b105c249605ed16-d" # internal
cat >$WORK\b052\importcfg << 'EOF' # internal
# import config
packagefile os=c:\dev\go\pkg\windows_amd64\os.a
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
packagefile testing/internal/testdeps=c:\dev\go\pkg\windows_amd64\testing\internal\testdeps.a
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
packagefile t/t2=$WORK\b054\_pkg_.a
EOF
cd $WORK\b052\
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build793215142\\b052\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build793215142\\b052" -p main -complete -buildid 7vu6qJhPB0r6DHxdR_Mp/7vu6qJhPB0r6DHxdR_Mp -dwarf=false -D "" -importcfg "C:\\Windows\\TEMP\\go-build793215142\\b052\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\go-build793215142\\b052\\_testmain.go"
cat >$WORK\b054\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t2",
"GoFiles": [
"C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t2\\t2_test.go"
],
"ImportMap": {
"fmt": "fmt",
"p1": "p1",
"testing": "testing"
},
"PackageFile": {
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a",
"p1": "C:\\Windows\\TEMP\\go-build793215142\\b055\\_pkg_.a",
"testing": "c:\\dev\\go\\pkg\\windows_amd64\\testing.a"
},
"ImportPath": "t/t2",
"SucceedOnTypecheckFailure": false
}
EOF
cd C:\Windows\TEMP\gotest379613151\src\t\t2
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build793215142\\b054\\vet.cfg"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build793215142\\b056\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build793215142\\b056\\_pkg_.a" "C:\\Windows\\TEMP\\gotest379613151\\cache\\13\\133d8060f2471a5faf402b8d5374041e26b1c06887faa5f9d07e8b594293461a-d" # internal
cat >$WORK\b058\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t3",
"GoFiles": [
"C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t3\\t3_test.go"
],
"ImportMap": {
"fmt": "fmt",
"p1": "p1",
"testing": "testing"
},
"PackageFile": {
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a",
"p1": "C:\\Windows\\TEMP\\go-build793215142\\b055\\_pkg_.a",
"testing": "c:\\dev\\go\\pkg\\windows_amd64\\testing.a"
},
"ImportPath": "t/t3",
"SucceedOnTypecheckFailure": false
}
EOF
cd C:\Windows\TEMP\gotest379613151\src\t\t3
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build793215142\\b058\\vet.cfg"
cat >$WORK\b056\importcfg.link << 'EOF' # internal
packagefile t/t3.test=$WORK\b056\_pkg_.a
packagefile os=c:\dev\go\pkg\windows_amd64\os.a
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
packagefile testing/internal/testdeps=c:\dev\go\pkg\windows_amd64\testing\internal\testdeps.a
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
packagefile t/t3=$WORK\b058\_pkg_.a
packagefile errors=c:\dev\go\pkg\windows_amd64\errors.a
packagefile internal/poll=c:\dev\go\pkg\windows_amd64\internal\poll.a
packagefile internal/syscall/windows=c:\dev\go\pkg\windows_amd64\internal\syscall\windows.a
packagefile internal/testlog=c:\dev\go\pkg\windows_amd64\internal\testlog.a
packagefile io=c:\dev\go\pkg\windows_amd64\io.a
packagefile sync=c:\dev\go\pkg\windows_amd64\sync.a
packagefile sync/atomic=c:\dev\go\pkg\windows_amd64\sync\atomic.a
packagefile syscall=c:\dev\go\pkg\windows_amd64\syscall.a
packagefile time=c:\dev\go\pkg\windows_amd64\time.a
packagefile unicode/utf16=c:\dev\go\pkg\windows_amd64\unicode\utf16.a
packagefile bytes=c:\dev\go\pkg\windows_amd64\bytes.a
packagefile flag=c:\dev\go\pkg\windows_amd64\flag.a
packagefile fmt=c:\dev\go\pkg\windows_amd64\fmt.a
packagefile internal/race=c:\dev\go\pkg\windows_amd64\internal\race.a
packagefile runtime/debug=c:\dev\go\pkg\windows_amd64\runtime\debug.a
packagefile runtime/trace=c:\dev\go\pkg\windows_amd64\runtime\trace.a
packagefile sort=c:\dev\go\pkg\windows_amd64\sort.a
packagefile strconv=c:\dev\go\pkg\windows_amd64\strconv.a
packagefile strings=c:\dev\go\pkg\windows_amd64\strings.a
packagefile bufio=c:\dev\go\pkg\windows_amd64\bufio.a
packagefile regexp=c:\dev\go\pkg\windows_amd64\regexp.a
packagefile runtime/pprof=c:\dev\go\pkg\windows_amd64\runtime\pprof.a
packagefile internal/bytealg=c:\dev\go\pkg\windows_amd64\internal\bytealg.a
packagefile internal/cpu=c:\dev\go\pkg\windows_amd64\internal\cpu.a
packagefile runtime/internal/atomic=c:\dev\go\pkg\windows_amd64\runtime\internal\atomic.a
packagefile runtime/internal/sys=c:\dev\go\pkg\windows_amd64\runtime\internal\sys.a
packagefile p1=$WORK\b055\_pkg_.a
packagefile unicode/utf8=c:\dev\go\pkg\windows_amd64\unicode\utf8.a
packagefile internal/syscall/windows/sysdll=c:\dev\go\pkg\windows_amd64\internal\syscall\windows\sysdll.a
packagefile internal/syscall/windows/registry=c:\dev\go\pkg\windows_amd64\internal\syscall\windows\registry.a
packagefile unicode=c:\dev\go\pkg\windows_amd64\unicode.a
packagefile reflect=c:\dev\go\pkg\windows_amd64\reflect.a
packagefile math=c:\dev\go\pkg\windows_amd64\math.a
packagefile context=c:\dev\go\pkg\windows_amd64\context.a
packagefile math/bits=c:\dev\go\pkg\windows_amd64\math\bits.a
packagefile regexp/syntax=c:\dev\go\pkg\windows_amd64\regexp\syntax.a
packagefile compress/gzip=c:\dev\go\pkg\windows_amd64\compress\gzip.a
packagefile encoding/binary=c:\dev\go\pkg\windows_amd64\encoding\binary.a
packagefile io/ioutil=c:\dev\go\pkg\windows_amd64\io\ioutil.a
packagefile text/tabwriter=c:\dev\go\pkg\windows_amd64\text\tabwriter.a
packagefile compress/flate=c:\dev\go\pkg\windows_amd64\compress\flate.a
packagefile hash/crc32=c:\dev\go\pkg\windows_amd64\hash\crc32.a
packagefile path/filepath=c:\dev\go\pkg\windows_amd64\path\filepath.a
packagefile hash=c:\dev\go\pkg\windows_amd64\hash.a
EOF
cd .
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "C:\\Windows\\TEMP\\go-build793215142\\b056\\t3.test.exe" -importcfg "C:\\Windows\\TEMP\\go-build793215142\\b056\\importcfg.link" -s -w -buildmode=exe -buildid=PB5YQzJzF1nkLXGC3Knm/xLN0XbMlx1YWLvo4TTXF/qyl4AVwfpaU2239JmAFD/PB5YQzJzF1nkLXGC3Knm -extld=gcc "C:\\Windows\\TEMP\\go-build793215142\\b056\\_pkg_.a"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build793215142\\b001\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build793215142\\b052\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build793215142\\b001\\_pkg_.a" "C:\\Windows\\TEMP\\gotest379613151\\cache\\53\\53ab27de001d4960828d75b57ad461ff94d8c1fe73dbd63494f80c02d8fdca3a-d" # internal
cp "C:\\Windows\\TEMP\\go-build793215142\\b052\\_pkg_.a" "C:\\Windows\\TEMP\\gotest379613151\\cache\\60\\6031890b7d446caf8475a251c8886b11b265d6f1ab53ac4e1cab09f45709ef73-d" # internal
cat >$WORK\b001\importcfg.link << 'EOF' # internal
packagefile t/t1.test=$WORK\b001\_pkg_.a
packagefile os=c:\dev\go\pkg\windows_amd64\os.a
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
packagefile testing/internal/testdeps=c:\dev\go\pkg\windows_amd64\testing\internal\testdeps.a
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
packagefile t/t1=$WORK\b051\_pkg_.a
packagefile errors=c:\dev\go\pkg\windows_amd64\errors.a
packagefile internal/poll=c:\dev\go\pkg\windows_amd64\internal\poll.a
packagefile internal/syscall/windows=c:\dev\go\pkg\windows_amd64\internal\syscall\windows.a
packagefile internal/testlog=c:\dev\go\pkg\windows_amd64\internal\testlog.a
packagefile io=c:\dev\go\pkg\windows_amd64\io.a
packagefile sync=c:\dev\go\pkg\windows_amd64\sync.a
packagefile sync/atomic=c:\dev\go\pkg\windows_amd64\sync\atomic.a
packagefile syscall=c:\dev\go\pkg\windows_amd64\syscall.a
packagefile time=c:\dev\go\pkg\windows_amd64\time.a
packagefile unicode/utf16=c:\dev\go\pkg\windows_amd64\unicode\utf16.a
packagefile bytes=c:\dev\go\pkg\windows_amd64\bytes.a
packagefile flag=c:\dev\go\pkg\windows_amd64\flag.a
packagefile fmt=c:\dev\go\pkg\windows_amd64\fmt.a
packagefile internal/race=c:\dev\go\pkg\windows_amd64\internal\race.a
packagefile runtime/debug=c:\dev\go\pkg\windows_amd64\runtime\debug.a
packagefile runtime/trace=c:\dev\go\pkg\windows_amd64\runtime\trace.a
packagefile sort=c:\dev\go\pkg\windows_amd64\sort.a
packagefile strconv=c:\dev\go\pkg\windows_amd64\strconv.a
packagefile strings=c:\dev\go\pkg\windows_amd64\strings.a
packagefile bufio=c:\dev\go\pkg\windows_amd64\bufio.a
packagefile regexp=c:\dev\go\pkg\windows_amd64\regexp.a
packagefile runtime/pprof=c:\dev\go\pkg\windows_amd64\runtime\pprof.a
packagefile internal/bytealg=c:\dev\go\pkg\windows_amd64\internal\bytealg.a
packagefile internal/cpu=c:\dev\go\pkg\windows_amd64\internal\cpu.a
packagefile runtime/internal/atomic=c:\dev\go\pkg\windows_amd64\runtime\internal\atomic.a
packagefile runtime/internal/sys=c:\dev\go\pkg\windows_amd64\runtime\internal\sys.a
packagefile unicode/utf8=c:\dev\go\pkg\windows_amd64\unicode\utf8.a
packagefile internal/syscall/windows/sysdll=c:\dev\go\pkg\windows_amd64\internal\syscall\windows\sysdll.a
packagefile internal/syscall/windows/registry=c:\dev\go\pkg\windows_amd64\internal\syscall\windows\registry.a
packagefile unicode=c:\dev\go\pkg\windows_amd64\unicode.a
packagefile reflect=c:\dev\go\pkg\windows_amd64\reflect.a
packagefile math=c:\dev\go\pkg\windows_amd64\math.a
packagefile context=c:\dev\go\pkg\windows_amd64\context.a
packagefile math/bits=c:\dev\go\pkg\windows_amd64\math\bits.a
packagefile regexp/syntax=c:\dev\go\pkg\windows_amd64\regexp\syntax.a
packagefile compress/gzip=c:\dev\go\pkg\windows_amd64\compress\gzip.a
packagefile encoding/binary=c:\dev\go\pkg\windows_amd64\encoding\binary.a
packagefile io/ioutil=c:\dev\go\pkg\windows_amd64\io\ioutil.a
packagefile text/tabwriter=c:\dev\go\pkg\windows_amd64\text\tabwriter.a
packagefile compress/flate=c:\dev\go\pkg\windows_amd64\compress\flate.a
packagefile hash/crc32=c:\dev\go\pkg\windows_amd64\hash\crc32.a
packagefile path/filepath=c:\dev\go\pkg\windows_amd64\path\filepath.a
packagefile hash=c:\dev\go\pkg\windows_amd64\hash.a
EOF
cat >$WORK\b052\importcfg.link << 'EOF' # internal
packagefile t/t2.test=$WORK\b052\_pkg_.a
packagefile os=c:\dev\go\pkg\windows_amd64\os.a
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
packagefile testing/internal/testdeps=c:\dev\go\pkg\windows_amd64\testing\internal\testdeps.a
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
packagefile t/t2=$WORK\b054\_pkg_.a
packagefile errors=c:\dev\go\pkg\windows_amd64\errors.a
packagefile internal/poll=c:\dev\go\pkg\windows_amd64\internal\poll.a
packagefile internal/syscall/windows=c:\dev\go\pkg\windows_amd64\internal\syscall\windows.a
packagefile internal/testlog=c:\dev\go\pkg\windows_amd64\internal\testlog.a
packagefile io=c:\dev\go\pkg\windows_amd64\io.a
packagefile sync=c:\dev\go\pkg\windows_amd64\sync.a
packagefile sync/atomic=c:\dev\go\pkg\windows_amd64\sync\atomic.a
packagefile syscall=c:\dev\go\pkg\windows_amd64\syscall.a
packagefile time=c:\dev\go\pkg\windows_amd64\time.a
packagefile unicode/utf16=c:\dev\go\pkg\windows_amd64\unicode\utf16.a
packagefile bytes=c:\dev\go\pkg\windows_amd64\bytes.a
packagefile flag=c:\dev\go\pkg\windows_amd64\flag.a
packagefile fmt=c:\dev\go\pkg\windows_amd64\fmt.a
packagefile internal/race=c:\dev\go\pkg\windows_amd64\internal\race.a
packagefile runtime/debug=c:\dev\go\pkg\windows_amd64\runtime\debug.a
packagefile runtime/trace=c:\dev\go\pkg\windows_amd64\runtime\trace.a
packagefile sort=c:\dev\go\pkg\windows_amd64\sort.a
packagefile strconv=c:\dev\go\pkg\windows_amd64\strconv.a
packagefile strings=c:\dev\go\pkg\windows_amd64\strings.a
packagefile bufio=c:\dev\go\pkg\windows_amd64\bufio.a
packagefile regexp=c:\dev\go\pkg\windows_amd64\regexp.a
packagefile runtime/pprof=c:\dev\go\pkg\windows_amd64\runtime\pprof.a
packagefile internal/bytealg=c:\dev\go\pkg\windows_amd64\internal\bytealg.a
packagefile internal/cpu=c:\dev\go\pkg\windows_amd64\internal\cpu.a
packagefile runtime/internal/atomic=c:\dev\go\pkg\windows_amd64\runtime\internal\atomic.a
packagefile runtime/internal/sys=c:\dev\go\pkg\windows_amd64\runtime\internal\sys.a
packagefile p1=$WORK\b055\_pkg_.a
packagefile unicode/utf8=c:\dev\go\pkg\windows_amd64\unicode\utf8.a
packagefile internal/syscall/windows/sysdll=c:\dev\go\pkg\windows_amd64\internal\syscall\windows\sysdll.a
packagefile internal/syscall/windows/registry=c:\dev\go\pkg\windows_amd64\internal\syscall\windows\registry.a
packagefile unicode=c:\dev\go\pkg\windows_amd64\unicode.a
packagefile reflect=c:\dev\go\pkg\windows_amd64\reflect.a
packagefile math=c:\dev\go\pkg\windows_amd64\math.a
packagefile context=c:\dev\go\pkg\windows_amd64\context.a
packagefile math/bits=c:\dev\go\pkg\windows_amd64\math\bits.a
packagefile regexp/syntax=c:\dev\go\pkg\windows_amd64\regexp\syntax.a
packagefile compress/gzip=c:\dev\go\pkg\windows_amd64\compress\gzip.a
packagefile encoding/binary=c:\dev\go\pkg\windows_amd64\encoding\binary.a
packagefile io/ioutil=c:\dev\go\pkg\windows_amd64\io\ioutil.a
packagefile text/tabwriter=c:\dev\go\pkg\windows_amd64\text\tabwriter.a
packagefile compress/flate=c:\dev\go\pkg\windows_amd64\compress\flate.a
packagefile hash/crc32=c:\dev\go\pkg\windows_amd64\hash\crc32.a
packagefile path/filepath=c:\dev\go\pkg\windows_amd64\path\filepath.a
packagefile hash=c:\dev\go\pkg\windows_amd64\hash.a
EOF
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "C:\\Windows\\TEMP\\go-build793215142\\b001\\t1.test.exe" -importcfg "C:\\Windows\\TEMP\\go-build793215142\\b001\\importcfg.link" -s -w -buildmode=exe -buildid=_2YQnQeqmb0PFgcCC4EQ/h6nq4ZOQAxc9IZj8LZK9/3ZR3Arn-zBcWSvp0yNJg/_2YQnQeqmb0PFgcCC4EQ -extld=gcc "C:\\Windows\\TEMP\\go-build793215142\\b001\\_pkg_.a"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "C:\\Windows\\TEMP\\go-build793215142\\b052\\t2.test.exe" -importcfg "C:\\Windows\\TEMP\\go-build793215142\\b052\\importcfg.link" -s -w -buildmode=exe -buildid=HH4s_Nmbuf7g75CDCMlc/7vu6qJhPB0r6DHxdR_Mp/VmaX6cKvj_TeQgQsnnU8/HH4s_Nmbuf7g75CDCMlc -extld=gcc "C:\\Windows\\TEMP\\go-build793215142\\b052\\_pkg_.a"
cat >$WORK\b059\importcfg << 'EOF' # internal
# import config
packagefile os=c:\dev\go\pkg\windows_amd64\os.a
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
packagefile testing/internal/testdeps=c:\dev\go\pkg\windows_amd64\testing\internal\testdeps.a
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
packagefile t/t4=$WORK\b061\_pkg_.a
EOF
cd $WORK\b059\
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build793215142\\b059\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build793215142\\b059" -p main -complete -buildid WzYNje7Uz7TEi9u3RS06/WzYNje7Uz7TEi9u3RS06 -dwarf=false -D "" -importcfg "C:\\Windows\\TEMP\\go-build793215142\\b059\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\go-build793215142\\b059\\_testmain.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build793215142\\b059\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build793215142\\b059\\_pkg_.a" "C:\\Windows\\TEMP\\gotest379613151\\cache\\cd\\cd4a9275379a925764a10addcd7dd64f6cf9fabc6955f1405e64ee983ece1f1a-d" # internal
cat >$WORK\b059\importcfg.link << 'EOF' # internal
packagefile t/t4.test=$WORK\b059\_pkg_.a
packagefile os=c:\dev\go\pkg\windows_amd64\os.a
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
packagefile testing/internal/testdeps=c:\dev\go\pkg\windows_amd64\testing\internal\testdeps.a
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
packagefile t/t4=$WORK\b061\_pkg_.a
packagefile errors=c:\dev\go\pkg\windows_amd64\errors.a
packagefile internal/poll=c:\dev\go\pkg\windows_amd64\internal\poll.a
packagefile internal/syscall/windows=c:\dev\go\pkg\windows_amd64\internal\syscall\windows.a
packagefile internal/testlog=c:\dev\go\pkg\windows_amd64\internal\testlog.a
packagefile io=c:\dev\go\pkg\windows_amd64\io.a
packagefile sync=c:\dev\go\pkg\windows_amd64\sync.a
packagefile sync/atomic=c:\dev\go\pkg\windows_amd64\sync\atomic.a
packagefile syscall=c:\dev\go\pkg\windows_amd64\syscall.a
packagefile time=c:\dev\go\pkg\windows_amd64\time.a
packagefile unicode/utf16=c:\dev\go\pkg\windows_amd64\unicode\utf16.a
packagefile bytes=c:\dev\go\pkg\windows_amd64\bytes.a
packagefile flag=c:\dev\go\pkg\windows_amd64\flag.a
packagefile fmt=c:\dev\go\pkg\windows_amd64\fmt.a
packagefile internal/race=c:\dev\go\pkg\windows_amd64\internal\race.a
packagefile runtime/debug=c:\dev\go\pkg\windows_amd64\runtime\debug.a
packagefile runtime/trace=c:\dev\go\pkg\windows_amd64\runtime\trace.a
packagefile sort=c:\dev\go\pkg\windows_amd64\sort.a
packagefile strconv=c:\dev\go\pkg\windows_amd64\strconv.a
packagefile strings=c:\dev\go\pkg\windows_amd64\strings.a
packagefile bufio=c:\dev\go\pkg\windows_amd64\bufio.a
packagefile regexp=c:\dev\go\pkg\windows_amd64\regexp.a
packagefile runtime/pprof=c:\dev\go\pkg\windows_amd64\runtime\pprof.a
packagefile internal/bytealg=c:\dev\go\pkg\windows_amd64\internal\bytealg.a
packagefile internal/cpu=c:\dev\go\pkg\windows_amd64\internal\cpu.a
packagefile runtime/internal/atomic=c:\dev\go\pkg\windows_amd64\runtime\internal\atomic.a
packagefile runtime/internal/sys=c:\dev\go\pkg\windows_amd64\runtime\internal\sys.a
packagefile p2=$WORK\b062\_pkg_.a
packagefile unicode/utf8=c:\dev\go\pkg\windows_amd64\unicode\utf8.a
packagefile internal/syscall/windows/sysdll=c:\dev\go\pkg\windows_amd64\internal\syscall\windows\sysdll.a
packagefile internal/syscall/windows/registry=c:\dev\go\pkg\windows_amd64\internal\syscall\windows\registry.a
packagefile unicode=c:\dev\go\pkg\windows_amd64\unicode.a
packagefile reflect=c:\dev\go\pkg\windows_amd64\reflect.a
packagefile math=c:\dev\go\pkg\windows_amd64\math.a
packagefile context=c:\dev\go\pkg\windows_amd64\context.a
packagefile math/bits=c:\dev\go\pkg\windows_amd64\math\bits.a
packagefile regexp/syntax=c:\dev\go\pkg\windows_amd64\regexp\syntax.a
packagefile compress/gzip=c:\dev\go\pkg\windows_amd64\compress\gzip.a
packagefile encoding/binary=c:\dev\go\pkg\windows_amd64\encoding\binary.a
packagefile io/ioutil=c:\dev\go\pkg\windows_amd64\io\ioutil.a
packagefile text/tabwriter=c:\dev\go\pkg\windows_amd64\text\tabwriter.a
packagefile p1=$WORK\b055\_pkg_.a
packagefile compress/flate=c:\dev\go\pkg\windows_amd64\compress\flate.a
packagefile hash/crc32=c:\dev\go\pkg\windows_amd64\hash\crc32.a
packagefile path/filepath=c:\dev\go\pkg\windows_amd64\path\filepath.a
packagefile hash=c:\dev\go\pkg\windows_amd64\hash.a
EOF
cd .
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "C:\\Windows\\TEMP\\go-build793215142\\b059\\t4.test.exe" -importcfg "C:\\Windows\\TEMP\\go-build793215142\\b059\\importcfg.link" -s -w -buildmode=exe -buildid=Sx95OkSrO9zIpWJRu_D-/WzYNje7Uz7TEi9u3RS06/awuXkbSwQG7SrvwP4uvw/Sx95OkSrO9zIpWJRu_D- -extld=gcc "C:\\Windows\\TEMP\\go-build793215142\\b059\\_pkg_.a"
$WORK\b056\t3.test.exe -test.testlogfile=$WORK\b056\testlog.txt -test.v=true -test.short=true
cat >$WORK\b061\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t4",
"GoFiles": [
"C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t4\\t4_test.go"
],
"ImportMap": {
"fmt": "fmt",
"p2": "p2",
"testing": "testing"
},
"PackageFile": {
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a",
"p2": "C:\\Windows\\TEMP\\go-build793215142\\b062\\_pkg_.a",
"testing": "c:\\dev\\go\\pkg\\windows_amd64\\testing.a"
},
"ImportPath": "t/t4",
"SucceedOnTypecheckFailure": false
}
EOF
cd C:\Windows\TEMP\gotest379613151\src\t\t4
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build793215142\\b061\\vet.cfg"
rm -r $WORK\b056\
$WORK\b001\t1.test.exe -test.testlogfile=$WORK\b001\testlog.txt -test.v=true -test.short=true
$WORK\b059\t4.test.exe -test.testlogfile=$WORK\b059\testlog.txt -test.v=true -test.short=true
rm -r $WORK\b001\
$WORK\b052\t2.test.exe -test.testlogfile=$WORK\b052\testlog.txt -test.v=true -test.short=true
rm -r $WORK\b059\
rm -r $WORK\b052\
go_test.go:5332:
REPEAT
go_test.go:5334: running testgo [test -x -v -short t/...]
go_test.go:5334: standard output:
go_test.go:5334: === RUN Test1
--- PASS: Test1 (0.00s)
PASS
ok t/t1 (cached)
=== RUN Test2
--- PASS: Test2 (0.00s)
PASS
ok t/t2 (cached)
=== RUN Test3
--- PASS: Test3 (0.00s)
t3_test.go:6: 1
PASS
ok t/t3 (cached)
=== RUN Test4
--- PASS: Test4 (0.00s)
t4_test.go:6: 1
PASS
ok t/t4 (cached)
go_test.go:5334: standard error:
go_test.go:5334: WORK=C:\Windows\TEMP\go-build272197870
mkdir -p $WORK\b001\
mkdir -p $WORK\b052\
mkdir -p $WORK\b056\
mkdir -p $WORK\b059\
mkdir -p $WORK\b054\
mkdir -p $WORK\b058\
cat >$WORK\b058\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t3",
"GoFiles": [
"C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t3\\t3_test.go"
],
"ImportMap": {
"fmt": "fmt",
"p1": "p1",
"testing": "testing"
},
"PackageFile": {
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a",
"p1": "C:\\Windows\\TEMP\\gotest379613151\\cache\\8d\\8db04181706e2af0484a0ed9f6c3ae923c4cefd25fddd20bc7020f4d3df606aa-d",
"testing": "c:\\dev\\go\\pkg\\windows_amd64\\testing.a"
},
"ImportPath": "t/t3",
"SucceedOnTypecheckFailure": false
}
EOF
mkdir -p $WORK\b051\
cd C:\Windows\TEMP\gotest379613151\src\t\t3
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build272197870\\b058\\vet.cfg"
cat >$WORK\b051\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t1",
"GoFiles": [
"C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t1\\t1_test.go"
],
"ImportMap": {
"fmt": "fmt",
"testing": "testing"
},
"PackageFile": {
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a",
"testing": "c:\\dev\\go\\pkg\\windows_amd64\\testing.a"
},
"ImportPath": "t/t1",
"SucceedOnTypecheckFailure": false
}
EOF
cat >$WORK\b054\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t2",
"GoFiles": [
"C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t2\\t2_test.go"
],
"ImportMap": {
"fmt": "fmt",
"p1": "p1",
"testing": "testing"
},
"PackageFile": {
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a",
"p1": "C:\\Windows\\TEMP\\gotest379613151\\cache\\8d\\8db04181706e2af0484a0ed9f6c3ae923c4cefd25fddd20bc7020f4d3df606aa-d",
"testing": "c:\\dev\\go\\pkg\\windows_amd64\\testing.a"
},
"ImportPath": "t/t2",
"SucceedOnTypecheckFailure": false
}
EOF
cd C:\Windows\TEMP\gotest379613151\src\t\t2
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build272197870\\b054\\vet.cfg"
cd C:\Windows\TEMP\gotest379613151\src\t\t1
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build272197870\\b051\\vet.cfg"
mkdir -p $WORK\b061\
rm -r $WORK\b001\
cat >$WORK\b061\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t4",
"GoFiles": [
"C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t4\\t4_test.go"
],
"ImportMap": {
"fmt": "fmt",
"p2": "p2",
"testing": "testing"
},
"PackageFile": {
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a",
"p2": "C:\\Windows\\TEMP\\gotest379613151\\cache\\1e\\1ef9546bdc2c7ae0ce596dbabeaf1364248e71ff9a5c861a95ded3bbd809ad09-d",
"testing": "c:\\dev\\go\\pkg\\windows_amd64\\testing.a"
},
"ImportPath": "t/t4",
"SucceedOnTypecheckFailure": false
}
EOF
cd C:\Windows\TEMP\gotest379613151\src\t\t4
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build272197870\\b061\\vet.cfg"
rm -r $WORK\b052\
rm -r $WORK\b059\
rm -r $WORK\b056\
go_test.go:5343:
COMMENT
go_test.go:5348: running testgo [test -p=1 -x -v -short t/...]
go_test.go:5348: standard output:
go_test.go:5348: === RUN Test1
--- PASS: Test1 (0.00s)
PASS
ok t/t1 (cached)
=== RUN Test2
--- PASS: Test2 (0.00s)
PASS
ok t/t2 (cached)
=== RUN Test3
--- PASS: Test3 (0.00s)
t3_test.go:6: 1
PASS
ok t/t3 (cached)
=== RUN Test4
--- PASS: Test4 (0.00s)
t4_test.go:6: 1
PASS
ok t/t4 (cached)
go_test.go:5348: standard error:
go_test.go:5348: WORK=C:\Windows\TEMP\go-build385092270
mkdir -p $WORK\b001\
mkdir -p $WORK\b052\
mkdir -p $WORK\b056\
mkdir -p $WORK\b059\
mkdir -p $WORK\b051\
cat >$WORK\b051\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t1",
"GoFiles": [
"C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t1\\t1_test.go"
],
"ImportMap": {
"fmt": "fmt",
"testing": "testing"
},
"PackageFile": {
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a",
"testing": "c:\\dev\\go\\pkg\\windows_amd64\\testing.a"
},
"ImportPath": "t/t1",
"SucceedOnTypecheckFailure": false
}
EOF
cd C:\Windows\TEMP\gotest379613151\src\t\t1
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build385092270\\b051\\vet.cfg"
rm -r $WORK\b001\
mkdir -p $WORK\b055\
cat >$WORK\b055\importcfg << 'EOF' # internal
# import config
EOF
cd C:\Windows\TEMP\gotest379613151\src\p1
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build385092270\\b055\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build385092270\\b055" -p p1 -complete -buildid Jqku1t_sRzGSuN6bBl3N/Jqku1t_sRzGSuN6bBl3N -D "" -importcfg "C:\\Windows\\TEMP\\go-build385092270\\b055\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\gotest379613151\\src\\p1\\p1.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build385092270\\b055\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build385092270\\b055\\_pkg_.a" "C:\\Windows\\TEMP\\gotest379613151\\cache\\e4\\e484ed759f938d01a5cbc3c6bd1defeea6f4353ff4cea202d4ae08603aece5b3-d" # internal
mkdir -p $WORK\b054\
cat >$WORK\b054\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t2",
"GoFiles": [
"C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t2\\t2_test.go"
],
"ImportMap": {
"fmt": "fmt",
"p1": "p1",
"testing": "testing"
},
"PackageFile": {
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a",
"p1": "C:\\Windows\\TEMP\\go-build385092270\\b055\\_pkg_.a",
"testing": "c:\\dev\\go\\pkg\\windows_amd64\\testing.a"
},
"ImportPath": "t/t2",
"SucceedOnTypecheckFailure": false
}
EOF
cd C:\Windows\TEMP\gotest379613151\src\t\t2
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build385092270\\b054\\vet.cfg"
rm -r $WORK\b052\
mkdir -p $WORK\b058\
cat >$WORK\b058\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t3",
"GoFiles": [
"C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t3\\t3_test.go"
],
"ImportMap": {
"fmt": "fmt",
"p1": "p1",
"testing": "testing"
},
"PackageFile": {
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a",
"p1": "C:\\Windows\\TEMP\\go-build385092270\\b055\\_pkg_.a",
"testing": "c:\\dev\\go\\pkg\\windows_amd64\\testing.a"
},
"ImportPath": "t/t3",
"SucceedOnTypecheckFailure": false
}
EOF
cd C:\Windows\TEMP\gotest379613151\src\t\t3
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build385092270\\b058\\vet.cfg"
rm -r $WORK\b056\
mkdir -p $WORK\b061\
cat >$WORK\b061\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t4",
"GoFiles": [
"C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t4\\t4_test.go"
],
"ImportMap": {
"fmt": "fmt",
"p2": "p2",
"testing": "testing"
},
"PackageFile": {
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a",
"p2": "C:\\Windows\\TEMP\\gotest379613151\\cache\\1e\\1ef9546bdc2c7ae0ce596dbabeaf1364248e71ff9a5c861a95ded3bbd809ad09-d",
"testing": "c:\\dev\\go\\pkg\\windows_amd64\\testing.a"
},
"ImportPath": "t/t4",
"SucceedOnTypecheckFailure": false
}
EOF
cd C:\Windows\TEMP\gotest379613151\src\t\t4
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build385092270\\b061\\vet.cfg"
rm -r $WORK\b059\
go_test.go:5357:
CHANGE
go_test.go:5361: running testgo [test -p=1 -x -v -short t/...]
go_test.go:5361: standard output:
go_test.go:5361: === RUN Test1
--- PASS: Test1 (0.00s)
PASS
ok t/t1 (cached)
=== RUN Test2
--- PASS: Test2 (0.00s)
PASS
ok t/t2 (cached)
=== RUN Test3
--- PASS: Test3 (0.00s)
t3_test.go:6: 2
PASS
ok t/t3 0.093s
=== RUN Test4
--- PASS: Test4 (0.00s)
t4_test.go:6: 1
PASS
ok t/t4 (cached)
go_test.go:5361: standard error:
go_test.go:5361: WORK=C:\Windows\TEMP\go-build425098862
mkdir -p $WORK\b001\
mkdir -p $WORK\b052\
mkdir -p $WORK\b056\
mkdir -p $WORK\b059\
mkdir -p $WORK\b051\
cat >$WORK\b051\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t1",
"GoFiles": [
"C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t1\\t1_test.go"
],
"ImportMap": {
"fmt": "fmt",
"testing": "testing"
},
"PackageFile": {
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a",
"testing": "c:\\dev\\go\\pkg\\windows_amd64\\testing.a"
},
"ImportPath": "t/t1",
"SucceedOnTypecheckFailure": false
}
EOF
cd C:\Windows\TEMP\gotest379613151\src\t\t1
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build425098862\\b051\\vet.cfg"
rm -r $WORK\b001\
mkdir -p $WORK\b055\
cat >$WORK\b055\importcfg << 'EOF' # internal
# import config
EOF
cd C:\Windows\TEMP\gotest379613151\src\p1
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build425098862\\b055\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build425098862\\b055" -p p1 -complete -buildid csu6MMvjKDO-jw7DPUYC/csu6MMvjKDO-jw7DPUYC -D "" -importcfg "C:\\Windows\\TEMP\\go-build425098862\\b055\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\gotest379613151\\src\\p1\\p1.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build425098862\\b055\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build425098862\\b055\\_pkg_.a" "C:\\Windows\\TEMP\\gotest379613151\\cache\\a9\\a9ded46a0d44709b242ff517c84bcc4d1e2c8f7e89c3ace01e2bf543c363e2d0-d" # internal
mkdir -p $WORK\b054\
cat >$WORK\b054\importcfg << 'EOF' # internal
# import config
packagefile p1=$WORK\b055\_pkg_.a
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
EOF
cd C:\Windows\TEMP\gotest379613151\src\t\t2
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build425098862\\b054\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build425098862\\b054" -p t/t2 -complete -buildid ymlgXR5aAu81C8birAzP/ymlgXR5aAu81C8birAzP -D "" -importcfg "C:\\Windows\\TEMP\\go-build425098862\\b054\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t2\\t2_test.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build425098862\\b054\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build425098862\\b054\\_pkg_.a" "C:\\Windows\\TEMP\\gotest379613151\\cache\\48\\480e3a0fe46bf40a1cdf419dba4b65ec326d263f595456e84f84f086cc3ac415-d" # internal
cat >$WORK\b052\importcfg.link << 'EOF' # internal
packagefile t/t2.test=C:\Windows\TEMP\gotest379613151\cache\60\6031890b7d446caf8475a251c8886b11b265d6f1ab53ac4e1cab09f45709ef73-d
packagefile os=c:\dev\go\pkg\windows_amd64\os.a
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
packagefile testing/internal/testdeps=c:\dev\go\pkg\windows_amd64\testing\internal\testdeps.a
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
packagefile t/t2=$WORK\b054\_pkg_.a
packagefile errors=c:\dev\go\pkg\windows_amd64\errors.a
packagefile internal/poll=c:\dev\go\pkg\windows_amd64\internal\poll.a
packagefile internal/syscall/windows=c:\dev\go\pkg\windows_amd64\internal\syscall\windows.a
packagefile internal/testlog=c:\dev\go\pkg\windows_amd64\internal\testlog.a
packagefile io=c:\dev\go\pkg\windows_amd64\io.a
packagefile sync=c:\dev\go\pkg\windows_amd64\sync.a
packagefile sync/atomic=c:\dev\go\pkg\windows_amd64\sync\atomic.a
packagefile syscall=c:\dev\go\pkg\windows_amd64\syscall.a
packagefile time=c:\dev\go\pkg\windows_amd64\time.a
packagefile unicode/utf16=c:\dev\go\pkg\windows_amd64\unicode\utf16.a
packagefile bytes=c:\dev\go\pkg\windows_amd64\bytes.a
packagefile flag=c:\dev\go\pkg\windows_amd64\flag.a
packagefile fmt=c:\dev\go\pkg\windows_amd64\fmt.a
packagefile internal/race=c:\dev\go\pkg\windows_amd64\internal\race.a
packagefile runtime/debug=c:\dev\go\pkg\windows_amd64\runtime\debug.a
packagefile runtime/trace=c:\dev\go\pkg\windows_amd64\runtime\trace.a
packagefile sort=c:\dev\go\pkg\windows_amd64\sort.a
packagefile strconv=c:\dev\go\pkg\windows_amd64\strconv.a
packagefile strings=c:\dev\go\pkg\windows_amd64\strings.a
packagefile bufio=c:\dev\go\pkg\windows_amd64\bufio.a
packagefile regexp=c:\dev\go\pkg\windows_amd64\regexp.a
packagefile runtime/pprof=c:\dev\go\pkg\windows_amd64\runtime\pprof.a
packagefile internal/bytealg=c:\dev\go\pkg\windows_amd64\internal\bytealg.a
packagefile internal/cpu=c:\dev\go\pkg\windows_amd64\internal\cpu.a
packagefile runtime/internal/atomic=c:\dev\go\pkg\windows_amd64\runtime\internal\atomic.a
packagefile runtime/internal/sys=c:\dev\go\pkg\windows_amd64\runtime\internal\sys.a
packagefile p1=$WORK\b055\_pkg_.a
packagefile unicode/utf8=c:\dev\go\pkg\windows_amd64\unicode\utf8.a
packagefile internal/syscall/windows/sysdll=c:\dev\go\pkg\windows_amd64\internal\syscall\windows\sysdll.a
packagefile internal/syscall/windows/registry=c:\dev\go\pkg\windows_amd64\internal\syscall\windows\registry.a
packagefile unicode=c:\dev\go\pkg\windows_amd64\unicode.a
packagefile reflect=c:\dev\go\pkg\windows_amd64\reflect.a
packagefile math=c:\dev\go\pkg\windows_amd64\math.a
packagefile context=c:\dev\go\pkg\windows_amd64\context.a
packagefile math/bits=c:\dev\go\pkg\windows_amd64\math\bits.a
packagefile regexp/syntax=c:\dev\go\pkg\windows_amd64\regexp\syntax.a
packagefile compress/gzip=c:\dev\go\pkg\windows_amd64\compress\gzip.a
packagefile encoding/binary=c:\dev\go\pkg\windows_amd64\encoding\binary.a
packagefile io/ioutil=c:\dev\go\pkg\windows_amd64\io\ioutil.a
packagefile text/tabwriter=c:\dev\go\pkg\windows_amd64\text\tabwriter.a
packagefile compress/flate=c:\dev\go\pkg\windows_amd64\compress\flate.a
packagefile hash/crc32=c:\dev\go\pkg\windows_amd64\hash\crc32.a
packagefile path/filepath=c:\dev\go\pkg\windows_amd64\path\filepath.a
packagefile hash=c:\dev\go\pkg\windows_amd64\hash.a
EOF
cd .
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "C:\\Windows\\TEMP\\go-build425098862\\b052\\t2.test.exe" -importcfg "C:\\Windows\\TEMP\\go-build425098862\\b052\\importcfg.link" -s -w -buildmode=exe -buildid=x2PkEqzmbfzSGDr7l9JL/7vu6qJhPB0r6DHxdR_Mp/VmaX6cKvj_TeQgQsnnU8/x2PkEqzmbfzSGDr7l9JL -extld=gcc "C:\\Windows\\TEMP\\gotest379613151\\cache\\60\\6031890b7d446caf8475a251c8886b11b265d6f1ab53ac4e1cab09f45709ef73-d"
cat >$WORK\b054\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t2",
"GoFiles": [
"C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t2\\t2_test.go"
],
"ImportMap": {
"fmt": "fmt",
"p1": "p1",
"testing": "testing"
},
"PackageFile": {
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a",
"p1": "C:\\Windows\\TEMP\\go-build425098862\\b055\\_pkg_.a",
"testing": "c:\\dev\\go\\pkg\\windows_amd64\\testing.a"
},
"ImportPath": "t/t2",
"SucceedOnTypecheckFailure": false
}
EOF
cd C:\Windows\TEMP\gotest379613151\src\t\t2
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build425098862\\b054\\vet.cfg"
rm -r $WORK\b052\
mkdir -p $WORK\b058\
cat >$WORK\b058\importcfg << 'EOF' # internal
# import config
packagefile p1=$WORK\b055\_pkg_.a
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
EOF
cd C:\Windows\TEMP\gotest379613151\src\t\t3
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build425098862\\b058\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build425098862\\b058" -p t/t3 -complete -buildid -1r5pFEAN9mwRuGnA3Uh/-1r5pFEAN9mwRuGnA3Uh -D "" -importcfg "C:\\Windows\\TEMP\\go-build425098862\\b058\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t3\\t3_test.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build425098862\\b058\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build425098862\\b058\\_pkg_.a" "C:\\Windows\\TEMP\\gotest379613151\\cache\\c6\\c618875f81a9a73b13035ee4ee90fae74c391175018f5331b7de527f512b233a-d" # internal
cat >$WORK\b056\importcfg.link << 'EOF' # internal
packagefile t/t3.test=C:\Windows\TEMP\gotest379613151\cache\13\133d8060f2471a5faf402b8d5374041e26b1c06887faa5f9d07e8b594293461a-d
packagefile os=c:\dev\go\pkg\windows_amd64\os.a
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
packagefile testing/internal/testdeps=c:\dev\go\pkg\windows_amd64\testing\internal\testdeps.a
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
packagefile t/t3=$WORK\b058\_pkg_.a
packagefile errors=c:\dev\go\pkg\windows_amd64\errors.a
packagefile internal/poll=c:\dev\go\pkg\windows_amd64\internal\poll.a
packagefile internal/syscall/windows=c:\dev\go\pkg\windows_amd64\internal\syscall\windows.a
packagefile internal/testlog=c:\dev\go\pkg\windows_amd64\internal\testlog.a
packagefile io=c:\dev\go\pkg\windows_amd64\io.a
packagefile sync=c:\dev\go\pkg\windows_amd64\sync.a
packagefile sync/atomic=c:\dev\go\pkg\windows_amd64\sync\atomic.a
packagefile syscall=c:\dev\go\pkg\windows_amd64\syscall.a
packagefile time=c:\dev\go\pkg\windows_amd64\time.a
packagefile unicode/utf16=c:\dev\go\pkg\windows_amd64\unicode\utf16.a
packagefile bytes=c:\dev\go\pkg\windows_amd64\bytes.a
packagefile flag=c:\dev\go\pkg\windows_amd64\flag.a
packagefile fmt=c:\dev\go\pkg\windows_amd64\fmt.a
packagefile internal/race=c:\dev\go\pkg\windows_amd64\internal\race.a
packagefile runtime/debug=c:\dev\go\pkg\windows_amd64\runtime\debug.a
packagefile runtime/trace=c:\dev\go\pkg\windows_amd64\runtime\trace.a
packagefile sort=c:\dev\go\pkg\windows_amd64\sort.a
packagefile strconv=c:\dev\go\pkg\windows_amd64\strconv.a
packagefile strings=c:\dev\go\pkg\windows_amd64\strings.a
packagefile bufio=c:\dev\go\pkg\windows_amd64\bufio.a
packagefile regexp=c:\dev\go\pkg\windows_amd64\regexp.a
packagefile runtime/pprof=c:\dev\go\pkg\windows_amd64\runtime\pprof.a
packagefile internal/bytealg=c:\dev\go\pkg\windows_amd64\internal\bytealg.a
packagefile internal/cpu=c:\dev\go\pkg\windows_amd64\internal\cpu.a
packagefile runtime/internal/atomic=c:\dev\go\pkg\windows_amd64\runtime\internal\atomic.a
packagefile runtime/internal/sys=c:\dev\go\pkg\windows_amd64\runtime\internal\sys.a
packagefile p1=$WORK\b055\_pkg_.a
packagefile unicode/utf8=c:\dev\go\pkg\windows_amd64\unicode\utf8.a
packagefile internal/syscall/windows/sysdll=c:\dev\go\pkg\windows_amd64\internal\syscall\windows\sysdll.a
packagefile internal/syscall/windows/registry=c:\dev\go\pkg\windows_amd64\internal\syscall\windows\registry.a
packagefile unicode=c:\dev\go\pkg\windows_amd64\unicode.a
packagefile reflect=c:\dev\go\pkg\windows_amd64\reflect.a
packagefile math=c:\dev\go\pkg\windows_amd64\math.a
packagefile context=c:\dev\go\pkg\windows_amd64\context.a
packagefile math/bits=c:\dev\go\pkg\windows_amd64\math\bits.a
packagefile regexp/syntax=c:\dev\go\pkg\windows_amd64\regexp\syntax.a
packagefile compress/gzip=c:\dev\go\pkg\windows_amd64\compress\gzip.a
packagefile encoding/binary=c:\dev\go\pkg\windows_amd64\encoding\binary.a
packagefile io/ioutil=c:\dev\go\pkg\windows_amd64\io\ioutil.a
packagefile text/tabwriter=c:\dev\go\pkg\windows_amd64\text\tabwriter.a
packagefile compress/flate=c:\dev\go\pkg\windows_amd64\compress\flate.a
packagefile hash/crc32=c:\dev\go\pkg\windows_amd64\hash\crc32.a
packagefile path/filepath=c:\dev\go\pkg\windows_amd64\path\filepath.a
packagefile hash=c:\dev\go\pkg\windows_amd64\hash.a
EOF
cd .
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "C:\\Windows\\TEMP\\go-build425098862\\b056\\t3.test.exe" -importcfg "C:\\Windows\\TEMP\\go-build425098862\\b056\\importcfg.link" -s -w -buildmode=exe -buildid=LKpW_edOsxmsKjTtBEW5/xLN0XbMlx1YWLvo4TTXF/qyl4AVwfpaU2239JmAFD/LKpW_edOsxmsKjTtBEW5 -extld=gcc "C:\\Windows\\TEMP\\gotest379613151\\cache\\13\\133d8060f2471a5faf402b8d5374041e26b1c06887faa5f9d07e8b594293461a-d"
cat >$WORK\b058\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t3",
"GoFiles": [
"C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t3\\t3_test.go"
],
"ImportMap": {
"fmt": "fmt",
"p1": "p1",
"testing": "testing"
},
"PackageFile": {
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a",
"p1": "C:\\Windows\\TEMP\\go-build425098862\\b055\\_pkg_.a",
"testing": "c:\\dev\\go\\pkg\\windows_amd64\\testing.a"
},
"ImportPath": "t/t3",
"SucceedOnTypecheckFailure": false
}
EOF
cd C:\Windows\TEMP\gotest379613151\src\t\t3
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build425098862\\b058\\vet.cfg"
$WORK\b056\t3.test.exe -test.testlogfile=$WORK\b056\testlog.txt -test.v=true -test.short=true
rm -r $WORK\b056\
mkdir -p $WORK\b062\
cat >$WORK\b062\importcfg << 'EOF' # internal
# import config
packagefile p1=$WORK\b055\_pkg_.a
EOF
cd C:\Windows\TEMP\gotest379613151\src\p2
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build425098862\\b062\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build425098862\\b062" -p p2 -complete -buildid j_sdzMxW4jIQpxmmdanT/j_sdzMxW4jIQpxmmdanT -D "" -importcfg "C:\\Windows\\TEMP\\go-build425098862\\b062\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\gotest379613151\\src\\p2\\p2.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build425098862\\b062\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build425098862\\b062\\_pkg_.a" "C:\\Windows\\TEMP\\gotest379613151\\cache\\cd\\cd7de3d5bdc0bbb8ee1152dd9773051a8b8cbe55478105543df2efc4ac89fb7e-d" # internal
mkdir -p $WORK\b061\
cat >$WORK\b059\importcfg.link << 'EOF' # internal
packagefile t/t4.test=C:\Windows\TEMP\gotest379613151\cache\cd\cd4a9275379a925764a10addcd7dd64f6cf9fabc6955f1405e64ee983ece1f1a-d
packagefile os=c:\dev\go\pkg\windows_amd64\os.a
packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
packagefile testing/internal/testdeps=c:\dev\go\pkg\windows_amd64\testing\internal\testdeps.a
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
packagefile t/t4=C:\Windows\TEMP\gotest379613151\cache\39\390743e0cfceda5de18caed52358157926c5e4fd30d6bceb92632d6195faffa5-d
packagefile errors=c:\dev\go\pkg\windows_amd64\errors.a
packagefile internal/poll=c:\dev\go\pkg\windows_amd64\internal\poll.a
packagefile internal/syscall/windows=c:\dev\go\pkg\windows_amd64\internal\syscall\windows.a
packagefile internal/testlog=c:\dev\go\pkg\windows_amd64\internal\testlog.a
packagefile io=c:\dev\go\pkg\windows_amd64\io.a
packagefile sync=c:\dev\go\pkg\windows_amd64\sync.a
packagefile sync/atomic=c:\dev\go\pkg\windows_amd64\sync\atomic.a
packagefile syscall=c:\dev\go\pkg\windows_amd64\syscall.a
packagefile time=c:\dev\go\pkg\windows_amd64\time.a
packagefile unicode/utf16=c:\dev\go\pkg\windows_amd64\unicode\utf16.a
packagefile bytes=c:\dev\go\pkg\windows_amd64\bytes.a
packagefile flag=c:\dev\go\pkg\windows_amd64\flag.a
packagefile fmt=c:\dev\go\pkg\windows_amd64\fmt.a
packagefile internal/race=c:\dev\go\pkg\windows_amd64\internal\race.a
packagefile runtime/debug=c:\dev\go\pkg\windows_amd64\runtime\debug.a
packagefile runtime/trace=c:\dev\go\pkg\windows_amd64\runtime\trace.a
packagefile sort=c:\dev\go\pkg\windows_amd64\sort.a
packagefile strconv=c:\dev\go\pkg\windows_amd64\strconv.a
packagefile strings=c:\dev\go\pkg\windows_amd64\strings.a
packagefile bufio=c:\dev\go\pkg\windows_amd64\bufio.a
packagefile regexp=c:\dev\go\pkg\windows_amd64\regexp.a
packagefile runtime/pprof=c:\dev\go\pkg\windows_amd64\runtime\pprof.a
packagefile internal/bytealg=c:\dev\go\pkg\windows_amd64\internal\bytealg.a
packagefile internal/cpu=c:\dev\go\pkg\windows_amd64\internal\cpu.a
packagefile runtime/internal/atomic=c:\dev\go\pkg\windows_amd64\runtime\internal\atomic.a
packagefile runtime/internal/sys=c:\dev\go\pkg\windows_amd64\runtime\internal\sys.a
packagefile p2=$WORK\b062\_pkg_.a
packagefile unicode/utf8=c:\dev\go\pkg\windows_amd64\unicode\utf8.a
packagefile internal/syscall/windows/sysdll=c:\dev\go\pkg\windows_amd64\internal\syscall\windows\sysdll.a
packagefile internal/syscall/windows/registry=c:\dev\go\pkg\windows_amd64\internal\syscall\windows\registry.a
packagefile unicode=c:\dev\go\pkg\windows_amd64\unicode.a
packagefile reflect=c:\dev\go\pkg\windows_amd64\reflect.a
packagefile math=c:\dev\go\pkg\windows_amd64\math.a
packagefile context=c:\dev\go\pkg\windows_amd64\context.a
packagefile math/bits=c:\dev\go\pkg\windows_amd64\math\bits.a
packagefile regexp/syntax=c:\dev\go\pkg\windows_amd64\regexp\syntax.a
packagefile compress/gzip=c:\dev\go\pkg\windows_amd64\compress\gzip.a
packagefile encoding/binary=c:\dev\go\pkg\windows_amd64\encoding\binary.a
packagefile io/ioutil=c:\dev\go\pkg\windows_amd64\io\ioutil.a
packagefile text/tabwriter=c:\dev\go\pkg\windows_amd64\text\tabwriter.a
packagefile p1=$WORK\b055\_pkg_.a
packagefile compress/flate=c:\dev\go\pkg\windows_amd64\compress\flate.a
packagefile hash/crc32=c:\dev\go\pkg\windows_amd64\hash\crc32.a
packagefile path/filepath=c:\dev\go\pkg\windows_amd64\path\filepath.a
packagefile hash=c:\dev\go\pkg\windows_amd64\hash.a
EOF
cd .
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "C:\\Windows\\TEMP\\go-build425098862\\b059\\t4.test.exe" -importcfg "C:\\Windows\\TEMP\\go-build425098862\\b059\\importcfg.link" -s -w -buildmode=exe -buildid=33mtiZoYyG3AoOj9jKxE/WzYNje7Uz7TEi9u3RS06/awuXkbSwQG7SrvwP4uvw/33mtiZoYyG3AoOj9jKxE -extld=gcc "C:\\Windows\\TEMP\\gotest379613151\\cache\\cd\\cd4a9275379a925764a10addcd7dd64f6cf9fabc6955f1405e64ee983ece1f1a-d"
cat >$WORK\b061\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t4",
"GoFiles": [
"C:\\Windows\\TEMP\\gotest379613151\\src\\t\\t4\\t4_test.go"
],
"ImportMap": {
"fmt": "fmt",
"p2": "p2",
"testing": "testing"
},
"PackageFile": {
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a",
"p2": "C:\\Windows\\TEMP\\go-build425098862\\b062\\_pkg_.a",
"testing": "c:\\dev\\go\\pkg\\windows_amd64\\testing.a"
},
"ImportPath": "t/t4",
"SucceedOnTypecheckFailure": false
}
EOF
cd C:\Windows\TEMP\gotest379613151\src\t\t4
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build425098862\\b061\\vet.cfg"
rm -r $WORK\b059\
=== CONT TestImportLocal
--- PASS: TestGoInstallPkgdir (7.93s)
go_test.go:3690: running testgo [install -pkgdir C:\Windows\TEMP\gotest646272359 sync]
go_test.go:3693: running testgo [install -i -pkgdir C:\Windows\TEMP\gotest646272359 sync]
=== CONT TestImportMain
--- PASS: TestCacheCoverage (13.89s)
go_test.go:5208: running testgo [test -cover -short strings]
go_test.go:5208: standard output:
go_test.go:5208: ok strings 0.690s coverage: 98.1% of statements
go_test.go:5209: running testgo [test -cover -short math strings]
go_test.go:5209: standard output:
go_test.go:5209: ok math 0.091s coverage: 84.5% of statements
ok strings (cached) coverage: 98.1% of statements
=== CONT TestVetWithOnlyCgoFiles
--- PASS: TestVetWithOnlyCgoFiles (1.34s)
go_test.go:3340: running testgo [vet p]
=== CONT TestGoTestRaceCoverModeFailures
--- PASS: TestImportLocal (2.90s)
go_test.go:3474: running testgo [build dir/x]
go_test.go:3481: running testgo [build dir/p0]
go_test.go:3488: running testgo [build dir/p1]
go_test.go:3488: standard error:
go_test.go:3488: C:\Windows\TEMP\gotest197477274\src\dir\p1\p.go:3:8: local import "../x" in non-local package
go_test.go:3488: testgo failed as expected: exit status 1
go_test.go:3500: running testgo [build dir/p2]
go_test.go:3501: running testgo [test dir/p2]
go_test.go:3501: standard error:
go_test.go:3501: # dir/p2
C:\Windows\TEMP\gotest197477274\src\dir\p2\p_test.go:3:8: local import "../x" in non-local package
FAIL dir/p2 [setup failed]
go_test.go:3501: testgo failed as expected: exit status 1
go_test.go:3511: running testgo [build dir/p2]
go_test.go:3512: running testgo [test dir/p2]
go_test.go:3512: standard error:
go_test.go:3512: # dir/p2
C:\Windows\TEMP\gotest197477274\src\dir\p2\p_test.go:3:8: local import "../x" in non-local package
FAIL dir/p2 [setup failed]
go_test.go:3512: testgo failed as expected: exit status 1
go_test.go:3520: running testgo [build dir]
go_test.go:3520: standard error:
go_test.go:3520: C:\Windows\TEMP\gotest197477274\src\dir\d.go:3:8: local import "./x" in non-local package
go_test.go:3520: testgo failed as expected: exit status 1
go_test.go:3532: running testgo [build dir]
go_test.go:3533: running testgo [test dir]
go_test.go:3533: standard error:
go_test.go:3533: # dir
C:\Windows\TEMP\gotest197477274\src\dir\d_test.go:3:8: local import "./x" in non-local package
FAIL dir [setup failed]
go_test.go:3533: testgo failed as expected: exit status 1
go_test.go:3543: running testgo [build dir]
go_test.go:3544: running testgo [test dir]
go_test.go:3544: standard error:
go_test.go:3544: # dir
C:\Windows\TEMP\gotest197477274\src\dir\d_test.go:3:8: local import "./x" in non-local package
FAIL dir [setup failed]
go_test.go:3544: testgo failed as expected: exit status 1
go_test.go:3552: running testgo [build dir/x/y]
go_test.go:3552: standard error:
go_test.go:3552: C:\Windows\TEMP\gotest197477274\src\dir\x\y\y.go:3:8: local import ".." in non-local package
go_test.go:3552: testgo failed as expected: exit status 1
go_test.go:3564: running testgo [build dir/x/y]
go_test.go:3565: running testgo [test dir/x/y]
go_test.go:3565: standard error:
go_test.go:3565: # dir/x/y
C:\Windows\TEMP\gotest197477274\src\dir\x\y\y_test.go:3:8: local import ".." in non-local package
FAIL dir/x/y [setup failed]
go_test.go:3565: testgo failed as expected: exit status 1
go_test.go:3575: running testgo [build dir/x/y]
go_test.go:3576: running testgo [test dir/x/y]
go_test.go:3576: standard error:
go_test.go:3576: # dir/x/y
C:\Windows\TEMP\gotest197477274\src\dir\x\y\y_test.go:3:8: local import ".." in non-local package
FAIL dir/x/y [setup failed]
go_test.go:3576: testgo failed as expected: exit status 1
go_test.go:3584: running testgo [build dir/x]
go_test.go:3584: standard error:
go_test.go:3584: C:\Windows\TEMP\gotest197477274\src\dir\x\xx.go:3:8: local import "." in non-local package
go_test.go:3584: testgo failed as expected: exit status 1
go_test.go:3596: running testgo [build dir/x]
go_test.go:3597: running testgo [test dir/x]
go_test.go:3597: standard error:
go_test.go:3597: # dir/x
C:\Windows\TEMP\gotest197477274\src\dir\x\xx_test.go:3:8: local import "." in non-local package
FAIL dir/x [setup failed]
go_test.go:3597: testgo failed as expected: exit status 1
go_test.go:3609: running testgo [build dir/x]
go_test.go:3610: running testgo [test dir/x]
go_test.go:3610: standard error:
go_test.go:3610: # dir/x
C:\Windows\TEMP\gotest197477274\src\dir\x\xx_test.go:3:8: local import "." in non-local package
FAIL dir/x [setup failed]
go_test.go:3610: testgo failed as expected: exit status 1
=== CONT TestNeedVersion
--- PASS: TestNeedVersion (0.22s)
go_test.go:4716: running testgo [run C:\Windows\TEMP\gotest602727307\goversion.go]
go_test.go:4716: standard error:
go_test.go:4716: # command-line-arguments
compile: version "devel +e0adc35c Tue May 8 21:15:48 2018 +0000" does not match go tool version "go1.testgo"
go_test.go:4716: testgo failed as expected: exit status 2
=== CONT TestCgoConsistentResults
--- PASS: TestGoTestRaceCoverModeFailures (0.89s)
go_test.go:4784: running testgo [test testrace]
go_test.go:4784: standard output:
go_test.go:4784: ok testrace 0.032s
go_test.go:4786: running testgo [test -race -covermode=set testrace]
go_test.go:4786: standard error:
go_test.go:4786: -covermode must be "atomic", not "set", when -race is enabled
go_test.go:4786: testgo failed as expected: exit status 1
=== CONT TestCgoPkgConfig
--- SKIP: TestCgoConsistentResults (2.13s)
go_test.go:4049: running testgo [build -o C:\Windows\TEMP\gotest237884270\cgotest1.exe cgotest]
go_test.go:4050: running testgo [build -x -o C:\Windows\TEMP\gotest237884270\cgotest2.exe cgotest]
go_test.go:4050: standard error:
go_test.go:4050: WORK=C:\Windows\TEMP\go-build552155126
mkdir -p $WORK\b001\
cd c:\dev\go\src\cmd\go\testdata\src\cgotest
CGO_LDFLAGS='"-g" "-O2"' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -objdir "C:\\Windows\\TEMP\\go-build552155126\\b001\\" -importpath cgotest -- -I "C:\\Windows\\TEMP\\go-build552155126\\b001\\" -g -O2 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\cgotest\\m.go"
cd $WORK
gcc -fno-caret-diagnostics -c -x c - || true
gcc -Qunused-arguments -c -x c - || true
gcc -fdebug-prefix-map=a=b -c -x c - || true
gcc -gno-record-gcc-switches -c -x c - || true
cd $WORK\b001
gcc -I "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\cgotest" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build552155126\\b001=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build552155126\\b001\\" -g -O2 -o "C:\\Windows\\TEMP\\go-build552155126\\b001\\_x001.o" -c _cgo_export.c
gcc -I "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\cgotest" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build552155126\\b001=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build552155126\\b001\\" -g -O2 -o "C:\\Windows\\TEMP\\go-build552155126\\b001\\_x002.o" -c m.cgo2.c
gcc -I "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\cgotest" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build552155126\\b001=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build552155126\\b001\\" -g -O2 -o "C:\\Windows\\TEMP\\go-build552155126\\b001\\_cgo_main.o" -c _cgo_main.c
cd c:\dev\go\src\cmd\go\testdata\src\cgotest
gcc -I "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\cgotest" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build552155126\\b001=/tmp/go-build" -gno-record-gcc-switches -o "C:\\Windows\\TEMP\\go-build552155126\\b001\\_cgo_.o" "C:\\Windows\\TEMP\\go-build552155126\\b001\\_cgo_main.o" "C:\\Windows\\TEMP\\go-build552155126\\b001\\_x001.o" "C:\\Windows\\TEMP\\go-build552155126\\b001\\_x002.o" -g -O2
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -dynpackage cgotest -dynimport "C:\\Windows\\TEMP\\go-build552155126\\b001\\_cgo_.o" -dynout "C:\\Windows\\TEMP\\go-build552155126\\b001\\_cgo_import.go"
cat >$WORK\b001\importcfg << 'EOF' # internal
# import config
packagefile runtime/cgo=c:\dev\go\pkg\windows_amd64\runtime\cgo.a
packagefile syscall=c:\dev\go\pkg\windows_amd64\syscall.a
EOF
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build552155126\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build552155126\\b001" -p cgotest -buildid sfUTUxQzsnzz-GU93Ldn/sfUTUxQzsnzz-GU93Ldn -D "" -importcfg "C:\\Windows\\TEMP\\go-build552155126\\b001\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\go-build552155126\\b001\\_cgo_gotypes.go" "C:\\Windows\\TEMP\\go-build552155126\\b001\\m.cgo1.go" "C:\\Windows\\TEMP\\go-build552155126\\b001\\_cgo_import.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build552155126\\b001\\_pkg_.a" "C:\\Windows\\TEMP\\go-build552155126\\b001\\_x001.o" "C:\\Windows\\TEMP\\go-build552155126\\b001\\_x002.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build552155126\\b001\\_pkg_.a" # internal
mkdir -p C:\Windows\TEMP\gotest237884270\
cp $WORK\b001\_pkg_.a C:\Windows\TEMP\gotest237884270\cgotest2.exe
rm -r $WORK\b001\
go_test.go:4057: skipping because C compiler does not support -fdebug-prefix-map
=== CONT TestBuildDashIInstallsDependencies
--- PASS: TestImportMain (4.32s)
go_test.go:3392: running testgo [build x]
go_test.go:3393: running testgo [test x]
go_test.go:3393: standard output:
go_test.go:3393: ok x 0.036s
go_test.go:3400: running testgo [build p1]
go_test.go:3400: standard error:
go_test.go:3400: C:\Windows\TEMP\gotest810345521\src\p1\p.go:3:8: import "x" is a program, not an importable package
go_test.go:3400: testgo failed as expected: exit status 1
go_test.go:3412: running testgo [build p2]
go_test.go:3413: running testgo [test p2]
go_test.go:3413: standard error:
go_test.go:3413: # p2
C:\Windows\TEMP\gotest810345521\src\p2\p_test.go:3:8: import "x" is a program, not an importable package
FAIL p2 [setup failed]
go_test.go:3413: testgo failed as expected: exit status 1
go_test.go:3425: running testgo [build p3]
go_test.go:3426: running testgo [test p3]
go_test.go:3426: standard error:
go_test.go:3426: # p3
C:\Windows\TEMP\gotest810345521\src\p3\p_test.go:3:8: import "x" is a program, not an importable package
FAIL p3 [setup failed]
go_test.go:3426: testgo failed as expected: exit status 1
go_test.go:3440: running testgo [build p4]
go_test.go:3441: running testgo [test p4]
go_test.go:3441: standard error:
go_test.go:3441: # p4
C:\Windows\TEMP\gotest810345521\src\p4\p_test.go:3:8: import "x" is a program, not an importable package
FAIL p4 [setup failed]
go_test.go:3441: testgo failed as expected: exit status 1
go_test.go:3455: running testgo [build p5]
go_test.go:3456: running testgo [test p5]
go_test.go:3456: standard error:
go_test.go:3456: # p5
C:\Windows\TEMP\gotest810345521\src\p5\p_test.go:3:8: import "x" is a program, not an importable package
FAIL p5 [setup failed]
go_test.go:3456: testgo failed as expected: exit status 1
=== CONT TestListTemplateContextFunction
=== RUN TestListTemplateContextFunction/GOARCH
=== PAUSE TestListTemplateContextFunction/GOARCH
=== RUN TestListTemplateContextFunction/GOOS
=== PAUSE TestListTemplateContextFunction/GOOS
=== RUN TestListTemplateContextFunction/GOROOT
=== PAUSE TestListTemplateContextFunction/GOROOT
=== RUN TestListTemplateContextFunction/GOPATH
=== PAUSE TestListTemplateContextFunction/GOPATH
=== RUN TestListTemplateContextFunction/CgoEnabled
=== PAUSE TestListTemplateContextFunction/CgoEnabled
=== RUN TestListTemplateContextFunction/UseAllFiles
=== PAUSE TestListTemplateContextFunction/UseAllFiles
=== RUN TestListTemplateContextFunction/Compiler
=== PAUSE TestListTemplateContextFunction/Compiler
=== RUN TestListTemplateContextFunction/BuildTags
=== PAUSE TestListTemplateContextFunction/BuildTags
=== RUN TestListTemplateContextFunction/ReleaseTags
=== PAUSE TestListTemplateContextFunction/ReleaseTags
=== RUN TestListTemplateContextFunction/InstallSuffix
=== PAUSE TestListTemplateContextFunction/InstallSuffix
=== CONT TestCgoHandlesWlORIGIN
--- PASS: TestCgoHandlesWlORIGIN (1.13s)
go_test.go:2874: running testgo [build origin]
=== CONT TestCgoShowsFullPathNames
--- PASS: TestCgoShowsFullPathNames (0.22s)
go_test.go:2855: running testgo [build x/y/dirname]
go_test.go:2855: standard error:
go_test.go:2855: # x/y/dirname
C:\Windows\TEMP\gotest878941826\src\x\y\dirname\foo.go:4:13: expected '}', found 'EOF'
go_test.go:2855: testgo failed as expected: exit status 2
=== CONT TestListTemplateContextFunction/GOARCH
--- PASS: TestCgoPkgConfig (3.45s)
go_test.go:2886: running testgo [env PKG_CONFIG]
go_test.go:2886: standard output:
go_test.go:2886: pkg-config
go_test.go:2921: running testgo [run C:\Windows\TEMP\gotest077507061\foo.go]
=== CONT TestListTemplateContextFunction/UseAllFiles
=== CONT TestListTemplateContextFunction/InstallSuffix
--- PASS: TestBuildDashIInstallsDependencies (2.74s)
go_test.go:3078: running testgo [list -f {{.Stale}}:{{.StaleReason}} runtime]
go_test.go:3078: standard output:
go_test.go:3078: false:
go_test.go:3081: running testgo [build -v -i x/y/bar]
go_test.go:3081: standard error:
go_test.go:3081: x/y/foo
x/y/bar
go_test.go:3083: running testgo [build -v -i x/y/bar]
go_test.go:3083: standard error:
go_test.go:3083: x/y/bar
go_test.go:3081: running testgo [build -v -i x/y/bar]
go_test.go:3081: standard error:
go_test.go:3081: x/y/foo
x/y/bar
go_test.go:3083: running testgo [build -v -i x/y/bar]
=== CONT TestListTemplateContextFunction/ReleaseTags
=== CONT TestListTemplateContextFunction/BuildTags
=== CONT TestListTemplateContextFunction/Compiler
=== CONT TestListTemplateContextFunction/GOPATH
=== CONT TestListTemplateContextFunction/CgoEnabled
=== CONT TestListTemplateContextFunction/GOROOT
=== CONT TestListTemplateContextFunction/GOOS
--- PASS: TestListTemplateContextFunction (0.00s)
--- PASS: TestListTemplateContextFunction/GOARCH (0.60s)
go_test.go:3032: running testgo [list -f {{context.GOARCH}}]
go_test.go:3032: standard output:
go_test.go:3032: amd64
--- PASS: TestListTemplateContextFunction/UseAllFiles (1.10s)
go_test.go:3032: running testgo [list -f {{context.UseAllFiles}}]
go_test.go:3032: standard output:
go_test.go:3032: false
--- PASS: TestListTemplateContextFunction/InstallSuffix (1.55s)
go_test.go:3032: running testgo [list -f {{context.InstallSuffix}}]
--- PASS: TestListTemplateContextFunction/ReleaseTags (0.90s)
go_test.go:3032: running testgo [list -f {{context.ReleaseTags}}]
go_test.go:3032: standard output:
go_test.go:3032: [go1.1 go1.2 go1.3 go1.4 go1.5 go1.6 go1.7 go1.8 go1.9 go1.10 go1.11]
--- PASS: TestListTemplateContextFunction/BuildTags (0.99s)
go_test.go:3032: running testgo [list -f {{context.BuildTags}}]
go_test.go:3032: standard output:
go_test.go:3032: []
--- PASS: TestListTemplateContextFunction/GOPATH (0.64s)
go_test.go:3032: running testgo [list -f {{context.GOPATH}}]
go_test.go:3032: standard output:
go_test.go:3032: C:\Users\Lubo\go
--- PASS: TestListTemplateContextFunction/Compiler (0.86s)
go_test.go:3032: running testgo [list -f {{context.Compiler}}]
go_test.go:3032: standard output:
go_test.go:3032: gc
--- PASS: TestListTemplateContextFunction/CgoEnabled (0.58s)
go_test.go:3032: running testgo [list -f {{context.CgoEnabled}}]
go_test.go:3032: standard output:
go_test.go:3032: true
--- PASS: TestListTemplateContextFunction/GOOS (0.43s)
go_test.go:3032: running testgo [list -f {{context.GOOS}}]
go_test.go:3032: standard output:
go_test.go:3032: windows
--- PASS: TestListTemplateContextFunction/GOROOT (0.61s)
go_test.go:3032: running testgo [list -f {{context.GOROOT}}]
go_test.go:3032: standard output:
go_test.go:3032: c:\dev\go
--- PASS: TestGoTestRaceFailures (18.41s)
go_test.go:3731: running testgo [test testrace]
go_test.go:3731: standard output:
go_test.go:3731: ok testrace 0.025s
go_test.go:3733: running testgo [test -race testrace]
go_test.go:3733: standard output:
go_test.go:3733: ==================
WARNING: DATA RACE
Write at 0x00c0000500d8 by goroutine 7:
testrace.TestRace.func1()
c:/dev/go/src/cmd/go/testdata/src/testrace/race_test.go:10 +0x3f
Previous write at 0x00c0000500d8 by goroutine 6:
testrace.TestRace()
c:/dev/go/src/cmd/go/testdata/src/testrace/race_test.go:13 +0xc8
testing.tRunner()
c:/dev/go/src/testing/testing.go:795 +0x169
Goroutine 7 (running) created at:
testrace.TestRace()
c:/dev/go/src/cmd/go/testdata/src/testrace/race_test.go:9 +0xba
testing.tRunner()
c:/dev/go/src/testing/testing.go:795 +0x169
Goroutine 6 (running) created at:
testing.(*T).Run()
c:/dev/go/src/testing/testing.go:840 +0x56f
testing.runTests.func1()
c:/dev/go/src/testing/testing.go:1081 +0x9b
testing.tRunner()
c:/dev/go/src/testing/testing.go:795 +0x169
testing.runTests()
c:/dev/go/src/testing/testing.go:1079 +0x4f7
testing.(*M).Run()
c:/dev/go/src/testing/testing.go:996 +0x2f5
main.main()
_testmain.go:44 +0x228
==================
--- FAIL: TestRace (0.00s)
testing.go:739: race detected during execution of test
FAIL
FAIL testrace 0.038s
go_test.go:3733: testgo failed as expected: exit status 1
go_test.go:3737: running testgo [test -race testrace -run XXX -bench .]
go_test.go:3737: standard output:
go_test.go:3737: ==================
WARNING: DATA RACE
Write at 0x00c000050010 by goroutine 12:
testrace.BenchmarkRace.func1()
c:/dev/go/src/cmd/go/testdata/src/testrace/race_test.go:24 +0x3f
Previous write at 0x00c000050010 by goroutine 11:
testrace.BenchmarkRace()
c:/dev/go/src/cmd/go/testdata/src/testrace/race_test.go:27 +0xc3
testing.(*B).runN()
c:/dev/go/src/testing/benchmark.go:141 +0x130
testing.(*B).run1.func1()
c:/dev/go/src/testing/benchmark.go:214 +0x72
Goroutine 12 (running) created at:
testrace.BenchmarkRace()
c:/dev/go/src/cmd/go/testdata/src/testrace/race_test.go:23 +0xb5
testing.(*B).runN()
c:/dev/go/src/testing/benchmark.go:141 +0x130
testing.(*B).run1.func1()
c:/dev/go/src/testing/benchmark.go:214 +0x72
Goroutine 11 (running) created at:
testing.(*B).run1()
c:/dev/go/src/testing/benchmark.go:207 +0x95
testing.(*B).Run()
c:/dev/go/src/testing/benchmark.go:511 +0x52c
testing.runBenchmarks.func1()
c:/dev/go/src/testing/benchmark.go:416 +0x9b
testing.(*B).runN()
c:/dev/go/src/testing/benchmark.go:141 +0x130
testing.runBenchmarks()
c:/dev/go/src/testing/benchmark.go:422 +0x87b
testing.(*M).Run()
c:/dev/go/src/testing/testing.go:1002 +0x5aa
main.main()
_testmain.go:44 +0x228
==================
--- FAIL: BenchmarkRace
benchmark.go:147: race detected during execution of benchmark
FAIL
exit status 1
FAIL testrace 0.034s
go_test.go:3737: testgo failed as expected: exit status 1
FAIL
FAIL cmd/go 592.400s
This file has been truncated, but you can view the full file.
=== RUN TestAbsolutePath
--- PASS: TestAbsolutePath (0.04s)
=== RUN TestACL
--- PASS: TestACL (0.90s)
=== RUN TestNewReleaseRebuildsStalePackagesInGOPATH
--- PASS: TestNewReleaseRebuildsStalePackagesInGOPATH (6.63s)
go_test.go:876: running testgo [install -i p1]
go_test.go:877: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
go_test.go:877: standard output:
go_test.go:877: false:
go_test.go:886: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
go_test.go:886: standard output:
go_test.go:886: false:
go_test.go:893: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
go_test.go:893: standard output:
go_test.go:893: true:stale dependency: runtime/internal/sys
go_test.go:895: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
go_test.go:895: standard output:
go_test.go:895: false:
go_test.go:897: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
go_test.go:897: standard output:
go_test.go:897: true:not installed but available in build cache
go_test.go:898: running testgo [install -i p1]
go_test.go:899: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
go_test.go:899: standard output:
go_test.go:899: false:
go_test.go:903: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
go_test.go:903: standard output:
go_test.go:903: true:not installed but available in build cache
go_test.go:904: running testgo [install -i p1]
go_test.go:905: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
go_test.go:905: standard output:
go_test.go:905: false:
go_test.go:908: running testgo [install std]
=== RUN TestLocalImportsEasy
--- PASS: TestLocalImportsEasy (0.43s)
go_test.go:955: running testgo [build -o ./easy.exe testdata\local\easy.go]
=== RUN TestLocalImportsEasySub
--- PASS: TestLocalImportsEasySub (0.44s)
go_test.go:961: running testgo [build -o ./easysub.exe testdata\local\easysub\main.go]
=== RUN TestLocalImportsHard
--- PASS: TestLocalImportsHard (0.45s)
go_test.go:967: running testgo [build -o ./hard.exe testdata\local\hard.go]
=== RUN TestLocalImportsGoInstallShouldFail
--- PASS: TestLocalImportsGoInstallShouldFail (0.11s)
go_test.go:973: running testgo [install testdata\local\easy.go]
go_test.go:973: standard error:
go_test.go:973: go install: no install location for .go files listed on command line (GOBIN not set)
go_test.go:973: testgo failed as expected: exit status 1
=== RUN TestBadImportsEasy
--- SKIP: TestBadImportsEasy (0.00s)
go_test.go:1008: skipping test because "#$%:, &()*;<=>?\\^{}" is an invalid directory name
=== RUN TestBadImportsEasySub
--- SKIP: TestBadImportsEasySub (0.00s)
go_test.go:1015: skipping test because "#$%:, &()*;<=>?\\^{}" is an invalid directory name
=== RUN TestBadImportsHard
--- SKIP: TestBadImportsHard (0.00s)
go_test.go:1022: skipping test because "#$%:, &()*;<=>?\\^{}" is an invalid directory name
=== RUN TestBadImportsGoInstallShouldFail
--- SKIP: TestBadImportsGoInstallShouldFail (0.00s)
go_test.go:1029: skipping test because "#$%:, &()*;<=>?\\^{}" is an invalid directory name
=== RUN TestInternalPackagesInGOROOTAreRespected
--- PASS: TestInternalPackagesInGOROOTAreRespected (0.13s)
go_test.go:1037: running testgo [build -v ./testdata/testinternal]
go_test.go:1037: standard error:
go_test.go:1037: testdata\testinternal\p.go:3:8: use of internal package net/http/internal not allowed
go_test.go:1037: testgo failed as expected: exit status 1
=== RUN TestInternalPackagesOutsideGOROOTAreRespected
--- PASS: TestInternalPackagesOutsideGOROOTAreRespected (0.04s)
go_test.go:1044: running testgo [build -v ./testdata/testinternal2]
go_test.go:1044: standard error:
go_test.go:1044: testdata\testinternal2\p.go:3:8: use of internal package _/c_/dev/go/src/cmd/go/testdata/testinternal2/x/y/z/internal/w not allowed
go_test.go:1044: testgo failed as expected: exit status 1
=== RUN TestRunInternal
--- PASS: TestRunInternal (0.30s)
go_test.go:1053: running testgo [run c:\dev\go\src\cmd\go\testdata\src\run\good.go]
go_test.go:1054: running testgo [run c:\dev\go\src\cmd\go\testdata\src\run\bad.go]
go_test.go:1054: standard error:
go_test.go:1054: testdata\src\run\bad.go:3:8: use of internal package run/subdir/internal/private not allowed
go_test.go:1054: testgo failed as expected: exit status 1
=== RUN TestRunPkg
--- PASS: TestRunPkg (0.46s)
go_test.go:1063: running testgo [run hello]
go_test.go:1063: standard error:
go_test.go:1063: hello, world
go_test.go:1066: running testgo [run .]
go_test.go:1066: standard error:
go_test.go:1066: hello, world
go_test.go:1068: ended in c:\dev\go\src\cmd\go\testdata\src\hello
=== RUN TestInternalPackageErrorsAreHandled
--- PASS: TestInternalPackageErrorsAreHandled (0.04s)
go_test.go:1115: running testgo [list ./testdata/testinternal3]
go_test.go:1115: standard output:
go_test.go:1115: _/c_/dev/go/src/cmd/go/testdata/testinternal3
=== RUN TestInternalCache
--- PASS: TestInternalCache (0.04s)
go_test.go:1122: running testgo [build p]
go_test.go:1122: standard error:
go_test.go:1122: testdata\testinternal4\src\p\p.go:4:2: use of internal package q/internal/x not allowed
go_test.go:1122: testgo failed as expected: exit status 1
=== RUN TestMoveGit
=== PAUSE TestMoveGit
=== RUN TestMoveHG
=== PAUSE TestMoveHG
=== RUN TestImportCommandMatch
--- PASS: TestImportCommandMatch (0.06s)
go_test.go:1143: running testgo [build ./testdata/importcom/works.go]
=== RUN TestImportCommentMismatch
--- PASS: TestImportCommentMismatch (0.04s)
go_test.go:1150: running testgo [build ./testdata/importcom/wrongplace.go]
go_test.go:1150: standard error:
go_test.go:1150: testdata\importcom\wrongplace.go:3:8: code in directory c:\dev\go\src\cmd\go\testdata\importcom\src\wrongplace expects import "my/x"
go_test.go:1150: testgo failed as expected: exit status 1
=== RUN TestImportCommentSyntaxError
--- PASS: TestImportCommentSyntaxError (0.04s)
go_test.go:1158: running testgo [build ./testdata/importcom/bad.go]
go_test.go:1158: standard error:
go_test.go:1158: testdata\importcom\bad.go:3:8: c:\dev\go\src\cmd\go\testdata\importcom\src\bad\bad.go:1: cannot parse import comment
go_test.go:1158: testgo failed as expected: exit status 1
=== RUN TestImportCommentConflict
--- PASS: TestImportCommentConflict (0.04s)
go_test.go:1166: running testgo [build ./testdata/importcom/conflict.go]
go_test.go:1166: standard error:
go_test.go:1166: testdata\importcom\conflict.go:3:8: found import comments "a" (a.go) and "b" (b.go) in c:\dev\go\src\cmd\go\testdata\importcom\src\conflict
go_test.go:1166: testgo failed as expected: exit status 1
=== RUN TestImportCycle
=== PAUSE TestImportCycle
=== RUN TestListImportMap
=== PAUSE TestListImportMap
=== RUN TestIssue10952
=== PAUSE TestIssue10952
=== RUN TestIssue16471
=== PAUSE TestIssue16471
=== RUN TestIssue11457
=== PAUSE TestIssue11457
=== RUN TestGetGitDefaultBranch
=== PAUSE TestGetGitDefaultBranch
=== RUN TestAccidentalGitCheckout
=== PAUSE TestAccidentalGitCheckout
=== RUN TestErrorMessageForSyntaxErrorInTestGoFileSaysFAIL
--- PASS: TestErrorMessageForSyntaxErrorInTestGoFileSaysFAIL (0.16s)
go_test.go:1324: running testgo [test syntaxerror]
go_test.go:1324: standard output:
go_test.go:1324: FAIL syntaxerror [setup failed]
go_test.go:1324: standard error:
go_test.go:1324: # syntaxerror
testdata\src\syntaxerror\x_test.go:3:11: expected identifier
go_test.go:1324: testgo failed as expected: exit status 1
=== RUN TestWildcardsDoNotLookInUselessDirectories
--- PASS: TestWildcardsDoNotLookInUselessDirectories (1.24s)
go_test.go:1333: running testgo [list ...]
go_test.go:1333: standard output:
go_test.go:1333: archive/tar
archive/zip
bufio
bytes
cmd/addr2line
cmd/api
cmd/asm
cmd/asm/internal/arch
cmd/asm/internal/asm
cmd/asm/internal/flags
cmd/asm/internal/lex
cmd/buildid
cmd/cgo
cmd/compile
cmd/compile/internal/amd64
cmd/compile/internal/arm
cmd/compile/internal/arm64
cmd/compile/internal/gc
cmd/compile/internal/mips
cmd/compile/internal/mips64
cmd/compile/internal/ppc64
cmd/compile/internal/s390x
cmd/compile/internal/ssa
cmd/compile/internal/syntax
cmd/compile/internal/test
cmd/compile/internal/types
cmd/compile/internal/wasm
cmd/compile/internal/x86
cmd/cover
cmd/dist
cmd/doc
cmd/fix
cmd/go
cmd/go/internal/base
cmd/go/internal/bug
cmd/go/internal/cache
cmd/go/internal/cfg
cmd/go/internal/clean
cmd/go/internal/cmdflag
cmd/go/internal/dirhash
cmd/go/internal/doc
cmd/go/internal/envcmd
cmd/go/internal/fix
cmd/go/internal/fmtcmd
cmd/go/internal/generate
cmd/go/internal/get
cmd/go/internal/help
cmd/go/internal/imports
cmd/go/internal/list
cmd/go/internal/load
cmd/go/internal/modcmd
cmd/go/internal/modconv
cmd/go/internal/modfetch
cmd/go/internal/modfetch/codehost
cmd/go/internal/modfile
cmd/go/internal/modget
cmd/go/internal/modinfo
cmd/go/internal/modload
cmd/go/internal/module
cmd/go/internal/mvs
cmd/go/internal/par
cmd/go/internal/run
cmd/go/internal/search
cmd/go/internal/semver
cmd/go/internal/str
cmd/go/internal/test
cmd/go/internal/tool
cmd/go/internal/txtar
cmd/go/internal/version
cmd/go/internal/vet
cmd/go/internal/web
cmd/go/internal/web2
cmd/go/internal/webtest
cmd/go/internal/work
cmd/gofmt
cmd/internal/bio
cmd/internal/browser
cmd/internal/buildid
cmd/internal/dwarf
cmd/internal/edit
cmd/internal/gcprog
cmd/internal/goobj
cmd/internal/obj
cmd/internal/obj/arm
cmd/internal/obj/arm64
cmd/internal/obj/mips
cmd/internal/obj/ppc64
cmd/internal/obj/s390x
cmd/internal/obj/wasm
cmd/internal/obj/x86
cmd/internal/objabi
cmd/internal/objfile
cmd/internal/src
cmd/internal/sys
cmd/internal/test2json
cmd/internal/xcoff
cmd/link
cmd/link/internal/amd64
cmd/link/internal/arm
cmd/link/internal/arm64
cmd/link/internal/ld
cmd/link/internal/loadelf
cmd/link/internal/loadmacho
cmd/link/internal/loadpe
cmd/link/internal/loadxcoff
cmd/link/internal/mips
cmd/link/internal/mips64
cmd/link/internal/objfile
cmd/link/internal/ppc64
cmd/link/internal/s390x
cmd/link/internal/sym
cmd/link/internal/wasm
cmd/link/internal/x86
cmd/nm
cmd/objdump
cmd/pack
cmd/pprof
cmd/test2json
cmd/trace
cmd/vet
cmd/vet/internal/cfg
cmd/vet/internal/whitelist
compress/bzip2
compress/flate
compress/gzip
compress/lzw
compress/zlib
container/heap
container/list
container/ring
context
crypto
crypto/aes
crypto/cipher
crypto/des
crypto/dsa
crypto/ecdsa
crypto/elliptic
crypto/hmac
crypto/internal/randutil
crypto/internal/subtle
crypto/md5
crypto/rand
crypto/rc4
crypto/rsa
crypto/sha1
crypto/sha256
crypto/sha512
crypto/subtle
crypto/tls
crypto/x509
crypto/x509/pkix
database/sql
database/sql/driver
debug/dwarf
debug/elf
debug/gosym
debug/macho
debug/pe
debug/plan9obj
encoding
encoding/ascii85
encoding/asn1
encoding/base32
encoding/base64
encoding/binary
encoding/csv
encoding/gob
encoding/hex
encoding/json
encoding/pem
encoding/xml
errors
expvar
flag
fmt
go/ast
go/build
go/constant
go/doc
go/format
go/importer
go/internal/gccgoimporter
go/internal/gcimporter
go/internal/srcimporter
go/parser
go/printer
go/scanner
go/token
go/types
hash
hash/adler32
hash/crc32
hash/crc64
hash/fnv
html
html/template
image
image/color
image/color/palette
image/draw
image/gif
image/internal/imageutil
image/jpeg
image/png
index/suffixarray
internal/bytealg
internal/cpu
internal/fmtsort
internal/goroot
internal/nettrace
internal/poll
internal/race
internal/singleflight
internal/syscall/windows
internal/syscall/windows/registry
internal/syscall/windows/sysdll
internal/testenv
internal/testlog
internal/trace
internal/traceparser
internal/traceparser/filebuf
io
io/ioutil
log
log/syslog
math
math/big
math/bits
math/cmplx
math/rand
mime
mime/multipart
mime/quotedprintable
net
net/http
net/http/cgi
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httptrace
net/http/httputil
net/http/internal
net/http/pprof
net/internal/socktest
net/mail
net/rpc
net/rpc/jsonrpc
net/smtp
net/textproto
net/url
os
os/exec
os/signal
os/user
path
path/filepath
plugin
reflect
regexp
regexp/syntax
runtime
runtime/cgo
runtime/debug
runtime/internal/atomic
runtime/internal/math
runtime/internal/sys
runtime/pprof
runtime/pprof/internal/profile
runtime/race
runtime/trace
sort
strconv
strings
sync
sync/atomic
syscall
testing
testing/internal/testdeps
testing/iotest
testing/quick
text/scanner
text/tabwriter
text/template
text/template/parse
time
unicode
unicode/utf16
unicode/utf8
unsafe
bench
benchfatal
canonical/a
canonical/b
canonical/d
cgoasm
cgocover
cgocover2
cgocover3
cgocover4
cgotest
coverasm
coverbad
coverdep
coverdep/p1
coverdep2/p1
coverdep2/p2
coverdot1
coverdot2
dupload
dupload/p
dupload/p2
empty/pkg
empty/pkgtest
empty/pkgtestxtest
empty/pkgxtest
empty/test
empty/testxtest
empty/xtest
go-cmd-test
hello
importmain/ismain
importmain/test
main_test
multimain
my.pkg
my.pkg/main
not_main
notest
run
run/internal
run/subdir/internal/private
skipper
sleepy1
sleepy2
sleepybad
syntaxerror
testcache
testcycle/p1
testcycle/p2
testcycle/p3
testcycle/q1
testdep/p1
testdep/p2
testlist
testnorun
testrace
testregexp
vend
vend/dir1
vend/hello
vend/subdir
vend/x
vend/x/invalid
vetcycle
vetfail/p1
vetfail/p2
vetpkg
xtestonly
go_test.go:1333: standard error:
go_test.go:1333: can't load package: package badc: C source files not allowed when not using cgo or SWIG: x.c
can't load package: package badpkg:
testdata\src\badpkg\x.go:1:1: expected 'package', found pkg
can't load package: import cycle not allowed
package gencycle
imports gencycle
go_test.go:1333: testgo failed as expected: exit status 1
go_test.go:1335: running testgo [list m...]
go_test.go:1335: standard output:
go_test.go:1335: math
math/big
math/bits
math/cmplx
math/rand
mime
mime/multipart
mime/quotedprintable
main_test
multimain
my.pkg
my.pkg/main
=== RUN TestRelativeImportsGoTest
--- PASS: TestRelativeImportsGoTest (0.49s)
go_test.go:1341: running testgo [test ./testdata/testimport]
go_test.go:1341: standard output:
go_test.go:1341: ok _/c_/dev/go/src/cmd/go/testdata/testimport (cached)
=== RUN TestRelativeImportsGoTestDashI
--- PASS: TestRelativeImportsGoTestDashI (0.35s)
go_test.go:1349: running testgo [list -f {{.Stale}}:{{.StaleReason}} runtime]
go_test.go:1349: standard output:
go_test.go:1349: false:
go_test.go:1351: running testgo [test -i ./testdata/testimport]
=== RUN TestRelativeImportsInCommandLinePackage
--- PASS: TestRelativeImportsInCommandLinePackage (0.49s)
go_test.go:1360: running testgo [test testdata\testimport\p.go testdata\testimport\p_test.go testdata\testimport\x_test.go]
go_test.go:1360: standard output:
go_test.go:1360: ok command-line-arguments (cached)
=== RUN TestNonCanonicalImportPaths
=== PAUSE TestNonCanonicalImportPaths
=== RUN TestVersionControlErrorMessageIncludesCorrectDirectory
--- PASS: TestVersionControlErrorMessageIncludesCorrectDirectory (0.04s)
go_test.go:1378: running testgo [get -u foo]
go_test.go:1378: standard error:
go_test.go:1378: package foo: directory "c:\\dev\\go\\src\\cmd\\go\\testdata\\shadow\\root1\\src\\foo" is not using a known version control system
go_test.go:1378: testgo failed as expected: exit status 1
=== RUN TestInstallFailsWithNoBuildableFiles
--- PASS: TestInstallFailsWithNoBuildableFiles (0.04s)
go_test.go:1393: running testgo [install cgotest]
go_test.go:1393: standard error:
go_test.go:1393: can't load package: package cgotest: build constraints exclude all Go files in c:\dev\go\src\cmd\go\testdata\src\cgotest
go_test.go:1393: testgo failed as expected: exit status 1
=== RUN TestMSanAndRaceRequireCgo
--- PASS: TestMSanAndRaceRequireCgo (0.04s)
go_test.go:1408: running testgo [install -race triv.go]
go_test.go:1408: standard error:
go_test.go:1408: go install: -race requires cgo; enable cgo by setting CGO_ENABLED=1
go_test.go:1408: testgo failed as expected: exit status 2
=== RUN TestRelativeGOBINFail
--- PASS: TestRelativeGOBINFail (0.06s)
go_test.go:1425: running testgo [install]
go_test.go:1425: standard error:
go_test.go:1425: cannot install, GOBIN must be an absolute path
go_test.go:1425: testgo failed as expected: exit status 1
go_test.go:1427: ended in C:\Windows\TEMP\gotest847267186
=== RUN TestInstallIntoGOPATH
--- PASS: TestInstallIntoGOPATH (0.26s)
go_test.go:1436: running testgo [install go-cmd-test]
=== RUN TestBuildOutputToDevNull
--- PASS: TestBuildOutputToDevNull (0.24s)
go_test.go:1445: running testgo [build -o NUL go-cmd-test]
=== RUN TestPackageMainTestImportsArchiveNotBinary
=== PAUSE TestPackageMainTestImportsArchiveNotBinary
=== RUN TestPackageMainTestCompilerFlags
=== PAUSE TestPackageMainTestCompilerFlags
=== RUN TestPackageNotStaleWithTrailingSlash
--- PASS: TestPackageNotStaleWithTrailingSlash (0.82s)
go_test.go:1485: running testgo [list -f {{.Stale}}:{{.StaleReason}} runtime]
go_test.go:1485: standard output:
go_test.go:1485: false:
go_test.go:1486: running testgo [list -f {{.Stale}}:{{.StaleReason}} os]
go_test.go:1486: standard output:
go_test.go:1486: false:
go_test.go:1487: running testgo [list -f {{.Stale}}:{{.StaleReason}} io]
go_test.go:1487: standard output:
go_test.go:1487: false:
go_test.go:1492: running testgo [list -f {{.Stale}}:{{.StaleReason}} runtime]
go_test.go:1492: standard output:
go_test.go:1492: false:
go_test.go:1493: running testgo [list -f {{.Stale}}:{{.StaleReason}} os]
go_test.go:1493: standard output:
go_test.go:1493: false:
go_test.go:1494: running testgo [list -f {{.Stale}}:{{.StaleReason}} io]
go_test.go:1494: standard output:
go_test.go:1494: false:
=== RUN TestInstallIntoGOBIN
--- PASS: TestInstallIntoGOBIN (0.24s)
go_test.go:1505: running testgo [install go-cmd-test]
=== RUN TestInstallToCurrentDirectoryCreatesExecutable
--- PASS: TestInstallToCurrentDirectoryCreatesExecutable (0.23s)
go_test.go:1518: running testgo [install]
go_test.go:1520: ended in c:\dev\go\src\cmd\go\testdata\src\go-cmd-test
=== RUN TestInstallWithoutDestinationFails
--- PASS: TestInstallWithoutDestinationFails (0.06s)
go_test.go:1527: running testgo [install testdata/src/go-cmd-test/helloworld.go]
go_test.go:1527: standard error:
go_test.go:1527: go install: no install location for .go files listed on command line (GOBIN not set)
go_test.go:1527: testgo failed as expected: exit status 1
=== RUN TestInstallToGOBINCommandLinePackage
--- PASS: TestInstallToGOBINCommandLinePackage (0.23s)
go_test.go:1538: running testgo [install testdata/src/go-cmd-test/helloworld.go]
=== RUN TestGoGetNonPkg
--- PASS: TestGoGetNonPkg (16.78s)
go_test.go:1550: running testgo [get -d golang.org/x/tools]
go_test.go:1550: standard error:
go_test.go:1550: package golang.org/x/tools: no Go files in C:\Windows\TEMP\gotest339400233\src\golang.org\x\tools
go_test.go:1550: testgo failed as expected: exit status 1
go_test.go:1552: running testgo [get -d -u golang.org/x/tools]
go_test.go:1552: standard error:
go_test.go:1552: package golang.org/x/tools: no Go files in C:\Windows\TEMP\gotest339400233\src\golang.org\x\tools
go_test.go:1552: testgo failed as expected: exit status 1
go_test.go:1554: running testgo [get -d golang.org/x/tools]
go_test.go:1554: standard error:
go_test.go:1554: can't load package: package golang.org/x/tools: no Go files in C:\Windows\TEMP\gotest339400233\src\golang.org\x\tools
go_test.go:1554: testgo failed as expected: exit status 1
=== RUN TestGoGetTestOnlyPkg
--- PASS: TestGoGetTestOnlyPkg (3.17s)
go_test.go:1565: running testgo [get golang.org/x/tour/content...]
go_test.go:1566: running testgo [get -t golang.org/x/tour/content...]
=== RUN TestInstalls
=== PAUSE TestInstalls
=== RUN TestRejectRelativeDotPathInGOPATHCommandLinePackage
--- PASS: TestRejectRelativeDotPathInGOPATHCommandLinePackage (0.03s)
go_test.go:1615: running testgo [build testdata/src/go-cmd-test/helloworld.go]
go_test.go:1615: standard error:
go_test.go:1615: go: GOPATH entry is relative; must be absolute path: ".".
For more details see: 'go help gopath'
go_test.go:1615: testgo failed as expected: exit status 2
=== RUN TestRejectRelativePathsInGOPATH
--- PASS: TestRejectRelativePathsInGOPATH (0.03s)
go_test.go:1624: running testgo [build go-cmd-test]
go_test.go:1624: standard error:
go_test.go:1624: go: GOPATH entry is relative; must be absolute path: ".".
For more details see: 'go help gopath'
go_test.go:1624: testgo failed as expected: exit status 2
=== RUN TestRejectRelativePathsInGOPATHCommandLinePackage
--- PASS: TestRejectRelativePathsInGOPATHCommandLinePackage (0.03s)
go_test.go:1632: running testgo [build testdata/src/go-cmd-test/helloworld.go]
go_test.go:1632: standard error:
go_test.go:1632: go: GOPATH entry is relative; must be absolute path: "testdata".
For more details see: 'go help gopath'
go_test.go:1632: testgo failed as expected: exit status 2
=== RUN TestRejectBlankPathsInGOPATH
--- PASS: TestRejectBlankPathsInGOPATH (0.03s)
go_test.go:1642: running testgo [build go-cmd-test]
go_test.go:1642: standard error:
go_test.go:1642: go: GOPATH entry is relative; must be absolute path: " ".
For more details see: 'go help gopath'
go_test.go:1642: testgo failed as expected: exit status 2
=== RUN TestIgnoreEmptyPathsInGOPATH
--- PASS: TestIgnoreEmptyPathsInGOPATH (0.25s)
go_test.go:1653: running testgo [install go-cmd-test]
=== RUN TestGoTestWithPackageListedMultipleTimes
=== PAUSE TestGoTestWithPackageListedMultipleTimes
=== RUN TestGoListHasAConsistentOrder
=== PAUSE TestGoListHasAConsistentOrder
=== RUN TestGoListStdDoesNotIncludeCommands
=== PAUSE TestGoListStdDoesNotIncludeCommands
=== RUN TestGoListCmdOnlyShowsCommands
=== PAUSE TestGoListCmdOnlyShowsCommands
=== RUN TestGoListDedupsPackages
--- PASS: TestGoListDedupsPackages (0.05s)
go_test.go:1712: running testgo [list xtestonly ./testdata/src/xtestonly/...]
go_test.go:1712: standard output:
go_test.go:1712: xtestonly
=== RUN TestGoListDeps
=== PAUSE TestGoListDeps
=== RUN TestGoListTest
=== PAUSE TestGoListTest
=== RUN TestGoListCompiledCgo
=== PAUSE TestGoListCompiledCgo
=== RUN TestGoListExport
=== PAUSE TestGoListExport
=== RUN TestUnsuccessfulGoInstallShouldMentionMissingPackage
=== PAUSE TestUnsuccessfulGoInstallShouldMentionMissingPackage
=== RUN TestGOROOTSearchFailureReporting
=== PAUSE TestGOROOTSearchFailureReporting
=== RUN TestMultipleGOPATHEntriesReportedSeparately
=== PAUSE TestMultipleGOPATHEntriesReportedSeparately
=== RUN TestMentionGOPATHInFirstGOPATHEntry
=== PAUSE TestMentionGOPATHInFirstGOPATHEntry
=== RUN TestMentionGOPATHNotOnSecondEntry
=== PAUSE TestMentionGOPATHNotOnSecondEntry
=== RUN TestDefaultGOPATH
=== PAUSE TestDefaultGOPATH
=== RUN TestDefaultGOPATHGet
--- PASS: TestDefaultGOPATHGet (5.72s)
go_test.go:1956: running testgo [get -v github.com/golang/example/hello]
go_test.go:1956: standard error:
go_test.go:1956: github.com/golang/example (download)
created GOPATH=C:\Windows\TEMP\gotest728720963\home\go; see 'go help gopath'
github.com/golang/example/stringutil
github.com/golang/example/hello
go_test.go:1962: running testgo [get github.com/golang/example/hello]
go_test.go:1968: running testgo [get github.com/golang/example/hello]
go_test.go:1968: standard error:
go_test.go:1968: package github.com/golang/example/hello: mkdir C:\Windows\TEMP\gotest728720963\home\go: The system cannot find the path specified.
go_test.go:1968: testgo failed as expected: exit status 1
=== RUN TestDefaultGOPATHPrintedSearchList
--- PASS: TestDefaultGOPATHPrintedSearchList (0.04s)
go_test.go:1979: running testgo [install github.com/golang/example/hello]
go_test.go:1979: standard error:
go_test.go:1979: can't load package: package github.com/golang/example/hello: cannot find package "github.com/golang/example/hello" in any of:
c:\dev\go\src\github.com\golang\example\hello (from $GOROOT)
C:\Windows\TEMP\gotest870041286\home\go\src\github.com\golang\example\hello (from $GOPATH)
go_test.go:1979: testgo failed as expected: exit status 1
=== RUN TestGoGetIntoGOROOT
=== PAUSE TestGoGetIntoGOROOT
=== RUN TestLdflagsArgumentsWithSpacesIssue3941
=== PAUSE TestLdflagsArgumentsWithSpacesIssue3941
=== RUN TestGoTestCpuprofileLeavesBinaryBehind
--- PASS: TestGoTestCpuprofileLeavesBinaryBehind (0.77s)
go_test.go:2057: running testgo [test -cpuprofile errors.prof errors]
go_test.go:2057: standard output:
go_test.go:2057: ok errors 0.232s
go_test.go:2059: ended in C:\Windows\TEMP\gotest016848237
=== RUN TestGoTestCpuprofileDashOControlsBinaryLocation
--- PASS: TestGoTestCpuprofileDashOControlsBinaryLocation (0.76s)
go_test.go:2069: running testgo [test -cpuprofile errors.prof -o myerrors.test.exe errors]
go_test.go:2069: standard output:
go_test.go:2069: ok errors 0.229s
go_test.go:2071: ended in C:\Windows\TEMP\gotest397688296
=== RUN TestGoTestMutexprofileLeavesBinaryBehind
--- PASS: TestGoTestMutexprofileLeavesBinaryBehind (0.69s)
go_test.go:2081: running testgo [test -mutexprofile errors.prof errors]
go_test.go:2081: standard output:
go_test.go:2081: ok errors 0.131s
go_test.go:2083: ended in C:\Windows\TEMP\gotest290307623
=== RUN TestGoTestMutexprofileDashOControlsBinaryLocation
--- PASS: TestGoTestMutexprofileDashOControlsBinaryLocation (0.68s)
go_test.go:2093: running testgo [test -mutexprofile errors.prof -o myerrors.test.exe errors]
go_test.go:2093: standard output:
go_test.go:2093: ok errors 0.131s
go_test.go:2095: ended in C:\Windows\TEMP\gotest374105946
=== RUN TestGoBuildNonMain
--- PASS: TestGoBuildNonMain (0.04s)
go_test.go:2102: running testgo [build -buildmode=exe -o not_main.exe not_main]
go_test.go:2102: standard error:
go_test.go:2102: -buildmode=exe requires exactly one main package
go_test.go:2102: testgo failed as expected: exit status 1
=== RUN TestGoTestDashCDashOControlsBinaryLocation
=== PAUSE TestGoTestDashCDashOControlsBinaryLocation
=== RUN TestGoTestDashOWritesBinary
=== PAUSE TestGoTestDashOWritesBinary
=== RUN TestGoTestDashIDashOWritesBinary
=== PAUSE TestGoTestDashIDashOWritesBinary
=== RUN TestSymlinksList
--- PASS: TestSymlinksList (0.04s)
go_test.go:2157: running testgo [list -f {{.Root}} dir1]
go_test.go:2157: standard output:
go_test.go:2157: C:\Windows\TEMP\gotest647281564
go_test.go:2161: ended in C:\Windows\TEMP\gotest647281564\src
=== RUN TestSymlinksVendor
--- PASS: TestSymlinksVendor (0.83s)
go_test.go:2176: running testgo [list -f {{.Root}} .]
go_test.go:2176: standard output:
go_test.go:2176: C:\Windows\TEMP\gotest338183243\gopath
go_test.go:2182: running testgo [run p.go]
go_test.go:2183: running testgo [build]
go_test.go:2184: running testgo [install]
go_test.go:2185: ended in C:\Windows\TEMP\gotest338183243\symdir1
=== RUN TestSymlinksVendor15201
--- PASS: TestSymlinksVendor15201 (0.06s)
go_test.go:2202: running testgo [list ./...]
go_test.go:2202: standard output:
go_test.go:2202: _/C_/Windows/TEMP/gotest091310382/gopath/src/x/y/w
_/C_/Windows/TEMP/gotest091310382/gopath/src/x/y/z
go_test.go:2203: ended in C:\Windows\TEMP\gotest091310382\gopath\src
=== RUN TestSymlinksInternal
--- PASS: TestSymlinksInternal (0.81s)
go_test.go:2216: running testgo [list -f {{.Root}} .]
go_test.go:2216: standard output:
go_test.go:2216: C:\Windows\TEMP\gotest959332533\gopath
go_test.go:2222: running testgo [run p.go]
go_test.go:2223: running testgo [build]
go_test.go:2224: running testgo [install]
go_test.go:2225: ended in C:\Windows\TEMP\gotest959332533\symdir1
=== RUN TestInstallWithTags
=== PAUSE TestInstallWithTags
=== RUN TestCaseCollisions
=== PAUSE TestCaseCollisions
=== RUN TestSymlinkWarning
=== PAUSE TestSymlinkWarning
=== RUN TestGoGetDashTIssue8181
=== PAUSE TestGoGetDashTIssue8181
=== RUN TestIssue11307
=== PAUSE TestIssue11307
=== RUN TestShadowingLogic
--- PASS: TestShadowingLogic (0.16s)
go_test.go:2362: running testgo [list -f ({{.ImportPath}}) ({{.ConflictDir}}) ./testdata/shadow/root1/src/math]
go_test.go:2362: standard output:
go_test.go:2362: (_/c_/dev/go/src/cmd/go/testdata/shadow/root1/src/math) (c:\dev\go\src\math)
go_test.go:2378: running testgo [list -f ({{.ImportPath}}) ({{.ConflictDir}}) ./testdata/shadow/root1/src/foo]
go_test.go:2378: standard output:
go_test.go:2378: (foo) ()
go_test.go:2384: running testgo [list -f ({{.ImportPath}}) ({{.ConflictDir}}) ./testdata/shadow/root2/src/foo]
go_test.go:2384: standard output:
go_test.go:2384: (_/c_/dev/go/src/cmd/go/testdata/shadow/root2/src/foo) (c:\dev\go\src\cmd\go\testdata\shadow\root1\src\foo)
go_test.go:2391: running testgo [install ./testdata/shadow/root2/src/foo]
go_test.go:2391: standard error:
go_test.go:2391: go install: no install location for c:\dev\go\src\cmd\go\testdata\shadow\root2\src\foo: hidden by c:\dev\go\src\cmd\go\testdata\shadow\root1\src\foo
go_test.go:2391: testgo failed as expected: exit status 1
=== RUN TestSourceFileNameOrderPreserved
--- PASS: TestSourceFileNameOrderPreserved (0.45s)
go_test.go:2402: running testgo [test testdata/example1_test.go testdata/example2_test.go]
go_test.go:2402: standard output:
go_test.go:2402: ok command-line-arguments (cached)
=== RUN TestCoverageRuns
--- PASS: TestCoverageRuns (1.59s)
go_test.go:2419: running testgo [test -short -coverpkg=strings strings regexp]
go_test.go:2419: standard output:
go_test.go:2419: ok strings (cached) coverage: 98.0% of statements in strings
ok regexp (cached) coverage: 21.6% of statements in strings
go_test.go:2421: running testgo [test -short -cover strings math regexp]
go_test.go:2421: standard output:
go_test.go:2421: ok strings (cached) coverage: 98.0% of statements
ok math (cached) coverage: 84.9% of statements
ok regexp (cached) coverage: 93.5% of statements
=== RUN TestCoverageDotImport
=== PAUSE TestCoverageDotImport
=== RUN TestCoverageUsesSetMode
--- PASS: TestCoverageUsesSetMode (0.61s)
go_test.go:2445: running testgo [test -short -cover encoding/binary errors -coverprofile=testdata/cover.out]
go_test.go:2445: standard output:
go_test.go:2445: ok encoding/binary 0.030s coverage: 86.5% of statements
ok errors 0.028s coverage: 100.0% of statements
=== RUN TestCoverageUsesAtomicModeForRace
--- PASS: TestCoverageUsesAtomicModeForRace (1.73s)
go_test.go:2476: running testgo [test -short -race -cover encoding/binary -coverprofile=testdata/cover.out]
go_test.go:2476: standard output:
go_test.go:2476: ok encoding/binary 1.049s coverage: 86.5% of statements
=== RUN TestCoverageSyncAtomicImport
=== PAUSE TestCoverageSyncAtomicImport
=== RUN TestCoverageDepLoop
=== PAUSE TestCoverageDepLoop
=== RUN TestCoverageImportMainLoop
--- PASS: TestCoverageImportMainLoop (0.16s)
go_test.go:2515: running testgo [test importmain/test]
go_test.go:2515: standard output:
go_test.go:2515: FAIL importmain/test [setup failed]
go_test.go:2515: standard error:
go_test.go:2515: # importmain/test
testdata\src\importmain\test\test_test.go:4:8: import "importmain/ismain" is a program, not an importable package
go_test.go:2515: testgo failed as expected: exit status 1
go_test.go:2517: running testgo [test -cover importmain/test]
go_test.go:2517: standard output:
go_test.go:2517: FAIL importmain/test [setup failed]
go_test.go:2517: standard error:
go_test.go:2517: # importmain/test
testdata\src\importmain\test\test_test.go:4:8: import "importmain/ismain" is a program, not an importable package
go_test.go:2517: testgo failed as expected: exit status 1
=== RUN TestCoveragePattern
=== PAUSE TestCoveragePattern
=== RUN TestCoverageErrorLine
=== PAUSE TestCoverageErrorLine
=== RUN TestTestBuildFailureOutput
=== PAUSE TestTestBuildFailureOutput
=== RUN TestCoverageFunc
=== PAUSE TestCoverageFunc
=== RUN TestCoverageDashC
=== PAUSE TestCoverageDashC
=== RUN TestPluginNonMain
--- PASS: TestPluginNonMain (0.04s)
go_test.go:2619: running testgo [build -buildmode=plugin c:\dev\go\src\cmd\go\testdata\testdep\p2]
go_test.go:2619: standard error:
go_test.go:2619: -buildmode=plugin not supported on windows/amd64
go_test.go:2619: testgo failed as expected: exit status 1
=== RUN TestTestEmpty
=== RUN TestTestEmpty/pkg
=== RUN TestTestEmpty/test
=== RUN TestTestEmpty/xtest
=== RUN TestTestEmpty/pkgtest
=== RUN TestTestEmpty/pkgxtest
=== RUN TestTestEmpty/pkgtestxtest
=== RUN TestTestEmpty/testxtest
--- PASS: TestTestEmpty (9.88s)
--- PASS: TestTestEmpty/pkg (0.25s)
go_test.go:2635: running testgo [test -cover -coverpkg=. -race]
go_test.go:2635: standard output:
go_test.go:2635: ? empty/pkg [no test files]
go_test.go:2636: ended in c:\dev\go\src\cmd\go\testdata\src\empty\pkg
--- PASS: TestTestEmpty/test (1.88s)
go_test.go:2635: running testgo [test -cover -coverpkg=. -race]
go_test.go:2635: standard output:
go_test.go:2635: testing: warning: no tests to run
PASS
coverage: 0.0% of statements in .
ok empty/test 1.244s
go_test.go:2636: ended in c:\dev\go\src\cmd\go\testdata\src\empty\test
--- PASS: TestTestEmpty/xtest (1.55s)
go_test.go:2635: running testgo [test -cover -coverpkg=. -race]
go_test.go:2635: standard output:
go_test.go:2635: testing: warning: no tests to run
PASS
coverage: 0.0% of statements in .
ok empty/xtest 1.039s
go_test.go:2636: ended in c:\dev\go\src\cmd\go\testdata\src\empty\xtest
--- PASS: TestTestEmpty/pkgtest (1.55s)
go_test.go:2635: running testgo [test -cover -coverpkg=. -race]
go_test.go:2635: standard output:
go_test.go:2635: testing: warning: no tests to run
PASS
coverage: 0.0% of statements in .
ok empty/pkgtest 1.032s
go_test.go:2636: ended in c:\dev\go\src\cmd\go\testdata\src\empty\pkgtest
--- PASS: TestTestEmpty/pkgxtest (1.56s)
go_test.go:2635: running testgo [test -cover -coverpkg=. -race]
go_test.go:2635: standard output:
go_test.go:2635: testing: warning: no tests to run
PASS
coverage: 0.0% of statements in .
ok empty/pkgxtest 1.037s
go_test.go:2636: ended in c:\dev\go\src\cmd\go\testdata\src\empty\pkgxtest
--- PASS: TestTestEmpty/pkgtestxtest (1.56s)
go_test.go:2635: running testgo [test -cover -coverpkg=. -race]
go_test.go:2635: standard output:
go_test.go:2635: testing: warning: no tests to run
PASS
coverage: 0.0% of statements in .
ok empty/pkgtestxtest 1.034s
go_test.go:2636: ended in c:\dev\go\src\cmd\go\testdata\src\empty\pkgtestxtest
--- PASS: TestTestEmpty/testxtest (1.53s)
go_test.go:2635: running testgo [test -cover -coverpkg=. -race]
go_test.go:2635: standard output:
go_test.go:2635: testing: warning: no tests to run
PASS
coverage: 0.0% of statements in .
ok empty/testxtest 1.031s
go_test.go:2636: ended in c:\dev\go\src\cmd\go\testdata\src\empty\testxtest
=== RUN TestNoGoError
=== RUN TestNoGoError/empty/test
=== RUN TestNoGoError/empty/xtest
=== RUN TestNoGoError/empty/testxtest
=== RUN TestNoGoError/exclude
=== RUN TestNoGoError/exclude/ignore
=== RUN TestNoGoError/exclude/empty
--- PASS: TestNoGoError (0.29s)
--- PASS: TestNoGoError/empty/test (0.06s)
go_test.go:2652: running testgo [build ./empty/test]
go_test.go:2652: standard error:
go_test.go:2652: go build empty/test: no non-test Go files in c:\dev\go\src\cmd\go\testdata\src\empty\test
go_test.go:2652: testgo failed as expected: exit status 1
go_test.go:2662: ended in c:\dev\go\src\cmd\go\testdata\src
--- PASS: TestNoGoError/empty/xtest (0.06s)
go_test.go:2652: running testgo [build ./empty/xtest]
go_test.go:2652: standard error:
go_test.go:2652: go build empty/xtest: no non-test Go files in c:\dev\go\src\cmd\go\testdata\src\empty\xtest
go_test.go:2652: testgo failed as expected: exit status 1
go_test.go:2662: ended in c:\dev\go\src\cmd\go\testdata\src
--- PASS: TestNoGoError/empty/testxtest (0.06s)
go_test.go:2652: running testgo [build ./empty/testxtest]
go_test.go:2652: standard error:
go_test.go:2652: go build empty/testxtest: no non-test Go files in c:\dev\go\src\cmd\go\testdata\src\empty\testxtest
go_test.go:2652: testgo failed as expected: exit status 1
go_test.go:2662: ended in c:\dev\go\src\cmd\go\testdata\src
--- PASS: TestNoGoError/exclude (0.04s)
go_test.go:2652: running testgo [build ./exclude]
go_test.go:2652: standard error:
go_test.go:2652: can't load package: package exclude: build constraints exclude all Go files in c:\dev\go\src\cmd\go\testdata\src\exclude
go_test.go:2652: testgo failed as expected: exit status 1
go_test.go:2662: ended in c:\dev\go\src\cmd\go\testdata\src
--- PASS: TestNoGoError/exclude/ignore (0.04s)
go_test.go:2652: running testgo [build ./exclude/ignore]
go_test.go:2652: standard error:
go_test.go:2652: can't load package: package exclude/ignore: no Go files in c:\dev\go\src\cmd\go\testdata\src\exclude\ignore
go_test.go:2652: testgo failed as expected: exit status 1
go_test.go:2662: ended in c:\dev\go\src\cmd\go\testdata\src
--- PASS: TestNoGoError/exclude/empty (0.04s)
go_test.go:2652: running testgo [build ./exclude/empty]
go_test.go:2652: standard error:
go_test.go:2652: can't load package: package exclude/empty: no Go files in c:\dev\go\src\cmd\go\testdata\src\exclude\empty
go_test.go:2652: testgo failed as expected: exit status 1
go_test.go:2662: ended in c:\dev\go\src\cmd\go\testdata\src
=== RUN TestTestRaceInstall
--- PASS: TestTestRaceInstall (1.06s)
go_test.go:2678: running testgo [install -race -pkgdir=C:\Windows\TEMP\gotest812448912\pkg std]
go_test.go:2679: running testgo [test -race -pkgdir=C:\Windows\TEMP\gotest812448912\pkg -i -v empty/pkg]
=== RUN TestBuildDryRunWithCgo
--- PASS: TestBuildDryRunWithCgo (0.15s)
go_test.go:2702: running testgo [build -n C:\Windows\TEMP\gotest280095919\foo.go]
go_test.go:2702: standard error:
go_test.go:2702:
#
# command-line-arguments
#
mkdir -p $WORK\b001\
cd C:\Windows\TEMP\gotest280095919
CGO_LDFLAGS='"-g" "-O2"' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -objdir "$WORK\\b001\\" -importpath command-line-arguments -- -I "$WORK\\b001\\" -g -O2 "C:\\Windows\\TEMP\\gotest280095919\\foo.go"
cd $WORK
gcc -fno-caret-diagnostics -c -x c - || true
gcc -Qunused-arguments -c -x c - || true
gcc -fdebug-prefix-map=a=b -c -x c - || true
gcc -gno-record-gcc-switches -c -x c - || true
cd $WORK\b001
TERM='dumb' gcc -I "C:\\Windows\\TEMP\\gotest280095919" -m64 -mthreads -fmessage-length=0 -I "$WORK\\b001\\" -g -O2 -o "C:\\Windows\\TEMP\\gotest280095919\\$WORK\\b001\\_x001.o" -c _cgo_export.c
cd $WORK
gcc -fno-caret-diagnostics -c -x c - || true
gcc -Qunused-arguments -c -x c - || true
gcc -fdebug-prefix-map=a=b -c -x c - || true
gcc -gno-record-gcc-switches -c -x c - || true
cd $WORK\b001
TERM='dumb' gcc -I "C:\\Windows\\TEMP\\gotest280095919" -m64 -mthreads -fmessage-length=0 -I "$WORK\\b001\\" -g -O2 -o "C:\\Windows\\TEMP\\gotest280095919\\$WORK\\b001\\_x002.o" -c foo.cgo2.c
cd $WORK
gcc -fno-caret-diagnostics -c -x c - || true
gcc -Qunused-arguments -c -x c - || true
gcc -fdebug-prefix-map=a=b -c -x c - || true
gcc -gno-record-gcc-switches -c -x c - || true
cd $WORK\b001
TERM='dumb' gcc -I "C:\\Windows\\TEMP\\gotest280095919" -m64 -mthreads -fmessage-length=0 -I "$WORK\\b001\\" -g -O2 -o "C:\\Windows\\TEMP\\gotest280095919\\$WORK\\b001\\_cgo_main.o" -c _cgo_main.c
cd $WORK
gcc -fno-caret-diagnostics -c -x c - || true
gcc -Qunused-arguments -c -x c - || true
gcc -fdebug-prefix-map=a=b -c -x c - || true
gcc -gno-record-gcc-switches -c -x c - || true
cd C:\Windows\TEMP\gotest280095919
TERM='dumb' gcc -I "C:\\Windows\\TEMP\\gotest280095919" -m64 -mthreads -fmessage-length=0 -o "$WORK\\b001\\_cgo_.o" "$WORK\\b001\\_cgo_main.o" "$WORK\\b001\\_x001.o" "$WORK\\b001\\_x002.o" -g -O2
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -dynpackage main -dynimport "$WORK\\b001\\_cgo_.o" -dynout "$WORK\\b001\\_cgo_import.go"
cat >$WORK\b001\importcfg << 'EOF' # internal
# import config
packagefile runtime/cgo=c:\dev\go\pkg\windows_amd64\runtime\cgo.a
packagefile syscall=c:\dev\go\pkg\windows_amd64\syscall.a
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
EOF
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b001\\_pkg_.a" -trimpath "$WORK\\b001" -p main -buildid JmaC2DBeXsCseS58O0pW/JmaC2DBeXsCseS58O0pW -D _/C_/Windows/TEMP/gotest280095919 -importcfg "$WORK\\b001\\importcfg" -pack -c=4 "$WORK\\b001\\_cgo_gotypes.go" "$WORK\\b001\\foo.cgo1.go" "$WORK\\b001\\_cgo_import.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b001\\_pkg_.a" "$WORK\\b001\\_x001.o" "$WORK\\b001\\_x002.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b001\\_pkg_.a" # internal
cat >$WORK\b001\importcfg.link << 'EOF' # internal
packagefile command-line-arguments=$WORK\b001\_pkg_.a
packagefile runtime/cgo=c:\dev\go\pkg\windows_amd64\runtime\cgo.a
packagefile syscall=c:\dev\go\pkg\windows_amd64\syscall.a
packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
packagefile errors=c:\dev\go\pkg\windows_amd64\errors.a
packagefile internal/race=c:\dev\go\pkg\windows_amd64\internal\race.a
packagefile internal/syscall/windows/sysdll=c:\dev\go\pkg\windows_amd64\internal\syscall\windows\sysdll.a
packagefile sync=c:\dev\go\pkg\windows_amd64\sync.a
packagefile sync/atomic=c:\dev\go\pkg\windows_amd64\sync\atomic.a
packagefile unicode/utf16=c:\dev\go\pkg\windows_amd64\unicode\utf16.a
packagefile internal/bytealg=c:\dev\go\pkg\windows_amd64\internal\bytealg.a
packagefile internal/cpu=c:\dev\go\pkg\windows_amd64\internal\cpu.a
packagefile runtime/internal/atomic=c:\dev\go\pkg\windows_amd64\runtime\internal\atomic.a
packagefile runtime/internal/math=c:\dev\go\pkg\windows_amd64\runtime\internal\math.a
packagefile runtime/internal/sys=c:\dev\go\pkg\windows_amd64\runtime\internal\sys.a
EOF
mkdir -p $WORK\b001\exe\
cd .
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "$WORK\\b001\\exe\\a.out.exe" -importcfg "$WORK\\b001\\importcfg.link" -buildmode=exe -buildid=OiwNN0EhZuRtSeNRjdWB/JmaC2DBeXsCseS58O0pW/JmaC2DBeXsCseS58O0pW/OiwNN0EhZuRtSeNRjdWB -extld=gcc "$WORK\\b001\\_pkg_.a"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b001\\exe\\a.out.exe" # internal
mv $WORK\b001\exe\a.out.exe foo.exe
=== RUN TestCoverageWithCgo
=== RUN TestCoverageWithCgo/cgocover
=== PAUSE TestCoverageWithCgo/cgocover
=== RUN TestCoverageWithCgo/cgocover2
=== PAUSE TestCoverageWithCgo/cgocover2
=== RUN TestCoverageWithCgo/cgocover3
=== PAUSE TestCoverageWithCgo/cgocover3
=== RUN TestCoverageWithCgo/cgocover4
=== PAUSE TestCoverageWithCgo/cgocover4
=== CONT TestCoverageWithCgo/cgocover
=== CONT TestCoverageWithCgo/cgocover3
=== CONT TestCoverageWithCgo/cgocover2
=== CONT TestCoverageWithCgo/cgocover4
--- PASS: TestCoverageWithCgo (0.00s)
--- PASS: TestCoverageWithCgo/cgocover2 (0.54s)
go_test.go:2719: running testgo [test -short -cover cgocover4]
go_test.go:2719: standard output:
go_test.go:2719: ok cgocover4 (cached) coverage: 66.7% of statements
--- PASS: TestCoverageWithCgo/cgocover3 (0.63s)
go_test.go:2719: running testgo [test -short -cover cgocover4]
go_test.go:2719: standard output:
go_test.go:2719: ok cgocover4 (cached) coverage: 66.7% of statements
--- PASS: TestCoverageWithCgo/cgocover (0.63s)
go_test.go:2719: running testgo [test -short -cover cgocover4]
go_test.go:2719: standard output:
go_test.go:2719: ok cgocover4 (cached) coverage: 66.7% of statements
--- PASS: TestCoverageWithCgo/cgocover4 (0.69s)
go_test.go:2719: running testgo [test -short -cover cgocover4]
go_test.go:2719: standard output:
go_test.go:2719: ok cgocover4 (cached) coverage: 66.7% of statements
=== RUN TestCgoAsmError
=== PAUSE TestCgoAsmError
=== RUN TestCgoDependsOnSyscall
--- PASS: TestCgoDependsOnSyscall (0.56s)
go_test.go:2762: running testgo [build -race foo]
=== RUN TestCgoShowsFullPathNames
=== PAUSE TestCgoShowsFullPathNames
=== RUN TestCgoHandlesWlORIGIN
=== PAUSE TestCgoHandlesWlORIGIN
=== RUN TestCgoPkgConfig
=== PAUSE TestCgoPkgConfig
=== RUN TestIssue6480
--- PASS: TestIssue6480 (1.62s)
go_test.go:2859: running testgo [test -c -test.bench=XXX errors]
go_test.go:2860: running testgo [test -c -o errors2.test errors]
go_test.go:2871: running testgo [test -x -c -test.bench=XXX errors]
go_test.go:2871: standard error:
go_test.go:2871: WORK=C:\Windows\TEMP\go-build637853190
mkdir -p $WORK\b001\
mkdir -p $WORK\b004\
mkdir -p $WORK\b006\
mkdir -p $WORK\b009\
mkdir -p $WORK\b016\
mkdir -p $WORK\b015\
mkdir -p $WORK\b019\
mkdir -p $WORK\b023\
mkdir -p $WORK\b027\
mkdir -p $WORK\b034\
mkdir -p $WORK\b013\
mkdir -p $WORK\b014\
mkdir -p $WORK\b012\
mkdir -p $WORK\b017\
mkdir -p $WORK\b024\
mkdir -p $WORK\b032\
mkdir -p $WORK\b033\
mkdir -p $WORK\b011\
mkdir -p $WORK\b010\
mkdir -p $WORK\b020\
mkdir -p $WORK\b026\
mkdir -p $WORK\b036\
mkdir -p $WORK\b018\
mkdir -p $WORK\b031\
mkdir -p $WORK\b008\
mkdir -p $WORK\b022\
mkdir -p $WORK\b035\
mkdir -p $WORK\b030\
mkdir -p $WORK\b021\
mkdir -p $WORK\b005\
mkdir -p $WORK\b003\
mkdir -p $WORK\b037\
mkdir -p $WORK\b029\
mkdir -p $WORK\b039\
mkdir -p $WORK\b028\
mkdir -p $WORK\b038\
mkdir -p $WORK\b025\
mkdir -p $WORK\b053\
cat >$WORK\b004\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\errors",
"ImportPath": "errors",
"GoFiles": [
"c:\\dev\\go\\src\\errors\\errors.go"
],
"ImportMap": {
"fmt": "fmt"
},
"PackageFile": {
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a"
},
"Standard": {
"fmt": true
},
"PackageVetx": {},
"VetxOnly": false,
"VetxOutput": "C:\\Windows\\TEMP\\go-build637853190\\b004\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\errors
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build637853190\\b004\\vet.cfg"
cat >$WORK\b053\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\errors",
"ImportPath": "errors_test",
"GoFiles": [
"c:\\dev\\go\\src\\errors\\errors_test.go",
"c:\\dev\\go\\src\\errors\\example_test.go"
],
"ImportMap": {
"errors": "errors",
"fmt": "fmt",
"testing": "testing",
"time": "time"
},
"PackageFile": {
"errors": "c:\\dev\\go\\pkg\\windows_amd64\\errors.a",
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a",
"testing": "c:\\dev\\go\\pkg\\windows_amd64\\testing.a",
"time": "c:\\dev\\go\\pkg\\windows_amd64\\time.a"
},
"Standard": {
"errors": true,
"fmt": true,
"testing": true,
"time": true
},
"PackageVetx": {
"bytes": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"context": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"errors": "C:\\Windows\\TEMP\\go-build637853190\\b004\\vet.out",
"flag": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\48\\48d167f02fb6c29c9a15d692ec56e1885d291680c2cc1cc44b7b6549655c1af8-d",
"fmt": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"internal/bytealg": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"internal/cpu": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"internal/fmtsort": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"internal/poll": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"internal/race": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"internal/syscall/windows": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"internal/syscall/windows/registry": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"internal/syscall/windows/sysdll": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"internal/testlog": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"io": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"math": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"math/bits": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"os": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"reflect": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"runtime": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"runtime/debug": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"runtime/internal/atomic": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"runtime/internal/math": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"runtime/internal/sys": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"runtime/trace": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"sort": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"strconv": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"strings": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"sync": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"sync/atomic": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"syscall": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"testing": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\6f\\6f44f8594cb085ab634ef5828f9f7d3b900163708d44e411f50a7f1b8fdc4b53-d",
"time": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"unicode": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"unicode/utf16": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"unicode/utf8": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d"
},
"VetxOnly": false,
"VetxOutput": "C:\\Windows\\TEMP\\go-build637853190\\b053\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build637853190\\b053\\vet.cfg"
rm -r $WORK\b001\
go_test.go:2883: running testgo [test -x -c -o errors2.test errors]
go_test.go:2883: standard error:
go_test.go:2883: WORK=C:\Windows\TEMP\go-build353451866
mkdir -p $WORK\b001\
mkdir -p $WORK\b006\
mkdir -p $WORK\b009\
mkdir -p $WORK\b016\
mkdir -p $WORK\b015\
mkdir -p $WORK\b004\
mkdir -p $WORK\b019\
mkdir -p $WORK\b023\
mkdir -p $WORK\b027\
mkdir -p $WORK\b034\
mkdir -p $WORK\b014\
mkdir -p $WORK\b017\
mkdir -p $WORK\b024\
mkdir -p $WORK\b013\
mkdir -p $WORK\b012\
mkdir -p $WORK\b032\
mkdir -p $WORK\b033\
mkdir -p $WORK\b011\
mkdir -p $WORK\b010\
mkdir -p $WORK\b020\
mkdir -p $WORK\b031\
mkdir -p $WORK\b036\
mkdir -p $WORK\b026\
mkdir -p $WORK\b035\
mkdir -p $WORK\b030\
mkdir -p $WORK\b018\
mkdir -p $WORK\b022\
mkdir -p $WORK\b008\
mkdir -p $WORK\b021\
mkdir -p $WORK\b005\
mkdir -p $WORK\b003\
mkdir -p $WORK\b037\
mkdir -p $WORK\b029\
mkdir -p $WORK\b028\
mkdir -p $WORK\b039\
mkdir -p $WORK\b038\
mkdir -p $WORK\b025\
mkdir -p $WORK\b053\
cat >$WORK\b004\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\errors",
"ImportPath": "errors",
"GoFiles": [
"c:\\dev\\go\\src\\errors\\errors.go"
],
"ImportMap": {
"fmt": "fmt"
},
"PackageFile": {
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a"
},
"Standard": {
"fmt": true
},
"PackageVetx": {},
"VetxOnly": false,
"VetxOutput": "C:\\Windows\\TEMP\\go-build353451866\\b004\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\errors
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build353451866\\b004\\vet.cfg"
cat >$WORK\b053\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\errors",
"ImportPath": "errors_test",
"GoFiles": [
"c:\\dev\\go\\src\\errors\\errors_test.go",
"c:\\dev\\go\\src\\errors\\example_test.go"
],
"ImportMap": {
"errors": "errors",
"fmt": "fmt",
"testing": "testing",
"time": "time"
},
"PackageFile": {
"errors": "c:\\dev\\go\\pkg\\windows_amd64\\errors.a",
"fmt": "c:\\dev\\go\\pkg\\windows_amd64\\fmt.a",
"testing": "c:\\dev\\go\\pkg\\windows_amd64\\testing.a",
"time": "c:\\dev\\go\\pkg\\windows_amd64\\time.a"
},
"Standard": {
"errors": true,
"fmt": true,
"testing": true,
"time": true
},
"PackageVetx": {
"bytes": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"context": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"errors": "C:\\Windows\\TEMP\\go-build353451866\\b004\\vet.out",
"flag": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\48\\48d167f02fb6c29c9a15d692ec56e1885d291680c2cc1cc44b7b6549655c1af8-d",
"fmt": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"internal/bytealg": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"internal/cpu": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"internal/fmtsort": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"internal/poll": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"internal/race": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"internal/syscall/windows": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"internal/syscall/windows/registry": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"internal/syscall/windows/sysdll": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"internal/testlog": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"io": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"math": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"math/bits": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"os": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"reflect": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"runtime": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"runtime/debug": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"runtime/internal/atomic": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"runtime/internal/math": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"runtime/internal/sys": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"runtime/trace": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"sort": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"strconv": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"strings": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"sync": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"sync/atomic": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"syscall": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"testing": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\6f\\6f44f8594cb085ab634ef5828f9f7d3b900163708d44e411f50a7f1b8fdc4b53-d",
"time": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"unicode": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"unicode/utf16": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d",
"unicode/utf8": "C:\\Users\\Lubo\\AppData\\Local\\go-build\\38\\38d3730d3ea99899bdfe8bfbe3e1b6fb15ff67a8bc46ec86883faf956d4e9b55-d"
},
"VetxOnly": false,
"VetxOutput": "C:\\Windows\\TEMP\\go-build353451866\\b053\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build353451866\\b053\\vet.cfg"
rm -r $WORK\b001\
go_test.go:2893: ended in C:\Windows\TEMP\gotest172748473
=== RUN TestIssue7573
--- SKIP: TestIssue7573 (0.02s)
go_test.go:2914: skipping because no gccgo compiler found
=== RUN TestListTemplateContextFunction
=== PAUSE TestListTemplateContextFunction
=== RUN TestIssue7108
--- PASS: TestIssue7108 (0.21s)
go_test.go:2971: running testgo [test notest]
go_test.go:2971: standard error:
go_test.go:2971: # notest
testdata\src\notest\hello.go:6:1: syntax error: non-declaration statement outside function body
go_test.go:2971: testgo failed as expected: exit status 2
=== RUN TestIssue6844
--- PASS: TestIssue6844 (5.67s)
go_test.go:2983: running testgo [test -x -a -c testdata/dep_test.go]
go_test.go:2983: standard error:
go_test.go:2983: WORK=C:\Windows\TEMP\go-build616592290
mkdir -p $WORK\b001\
mkdir -p $WORK\b006\
mkdir -p $WORK\b004\
cat >$WORK\b004\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\errors
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b004\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b004" -p errors -std -complete -buildid OmxzgFjy7dDI2MWh91d4/OmxzgFjy7dDI2MWh91d4 -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b004\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\errors\\errors.go"
cat >$WORK\b006\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\internal\race
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b006\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b006" -p internal/race -std -complete -buildid xnhSztdBYrv5lH_NPkDH/xnhSztdBYrv5lH_NPkDH -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b006\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\race\\doc.go" "c:\\dev\\go\\src\\internal\\race\\norace.go"
mkdir -p $WORK\b009\
cat >$WORK\b009\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\internal\syscall\windows\sysdll
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b009\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b009" -p internal/syscall/windows/sysdll -std -complete -buildid GwBmnFSJYOJcBj2CUiX7/GwBmnFSJYOJcBj2CUiX7 -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b009\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\syscall\\windows\\sysdll\\sysdll.go"
mkdir -p $WORK\b013\
cat >$WORK\b013\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\internal\cpu
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b013\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b013" -p internal/cpu -std -+ -buildid YXlJulAx4Oa_y6TSBLmn/YXlJulAx4Oa_y6TSBLmn -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b013\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build616592290\\b013\\go_asm.h" -c=4 "c:\\dev\\go\\src\\internal\\cpu\\cpu.go" "c:\\dev\\go\\src\\internal\\cpu\\cpu_amd64.go" "c:\\dev\\go\\src\\internal\\cpu\\cpu_x86.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b006\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b006\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\37\\370103315c10b4828f85006235ecc6c0de2a5442b5bcd403ed128de1535578d2-d" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b004\\_pkg_.a" # internal
mkdir -p $WORK\b014\
cp "C:\\Windows\\TEMP\\go-build616592290\\b004\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\01\\01ffc474b5a2b06453538abf0a654ad4c0305f985175b8d1edf406f523b9d067-d" # internal
cat >$WORK\b014\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\runtime\internal\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b014\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b014" -p runtime/internal/atomic -std -+ -buildid b-tM8Ja4bRHsfrZrjUYB/b-tM8Ja4bRHsfrZrjUYB -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b014\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build616592290\\b014\\go_asm.h" -c=4 "c:\\dev\\go\\src\\runtime\\internal\\atomic\\atomic_amd64x.go" "c:\\dev\\go\\src\\runtime\\internal\\atomic\\stubs.go"
mkdir -p $WORK\b016\
cat >$WORK\b016\importcfg << 'EOF' # internal
# import config
EOF
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b009\\_pkg_.a" # internal
cd c:\dev\go\src\runtime\internal\sys
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b016\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b016" -p runtime/internal/sys -std -+ -complete -buildid DLGL7szfRiLGrJ8JrVd8/DLGL7szfRiLGrJ8JrVd8 -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b016\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\runtime\\internal\\sys\\arch.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\arch_amd64.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\intrinsics.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\stubs.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\sys.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zgoarch_amd64.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zgoos_windows.go" "c:\\dev\\go\\src\\runtime\\internal\\sys\\zversion.go"
cp "C:\\Windows\\TEMP\\go-build616592290\\b009\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\1e\\1ee68a7222266f2dd30edfd3e66e833e2b752df90a23879d76a684364ed16769-d" # internal
mkdir -p $WORK\b017\
cat >$WORK\b017\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\sync\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b017\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b017" -p sync/atomic -std -buildid dKgxT2HRvodEChHWDpQu/dKgxT2HRvodEChHWDpQu -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b017\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build616592290\\b017\\go_asm.h" -c=4 "c:\\dev\\go\\src\\sync\\atomic\\doc.go" "c:\\dev\\go\\src\\sync\\atomic\\value.go"
cd c:\dev\go\src\runtime\internal\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b014" -I "C:\\Windows\\TEMP\\go-build616592290\\b014\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b014\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\internal\\atomic\\asm_amd64.s"
cd c:\dev\go\src\internal\cpu
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b013" -I "C:\\Windows\\TEMP\\go-build616592290\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b013\\cpu_x86.o" "c:\\dev\\go\\src\\internal\\cpu\\cpu_x86.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b016\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b016\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\6a\\6a30d6c9795e39f099a3c7d9cbded34779a360519207480a41d28d7d17a8d501-d" # internal
mkdir -p $WORK\b015\
cat >$WORK\b015\importcfg << 'EOF' # internal
# import config
packagefile runtime/internal/sys=$WORK\b016\_pkg_.a
EOF
cd c:\dev\go\src\runtime\internal\math
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b015\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b015" -p runtime/internal/math -std -+ -complete -buildid djifbNkawbWxCz5hryhY/djifbNkawbWxCz5hryhY -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b015\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\runtime\\internal\\math\\math.go"
cd c:\dev\go\src\runtime\internal\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build616592290\\b014\\_pkg_.a" "C:\\Windows\\TEMP\\go-build616592290\\b014\\asm_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b014\\_pkg_.a" # internal
cd c:\dev\go\src\sync\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b017" -I "C:\\Windows\\TEMP\\go-build616592290\\b017\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b017\\asm.o" "c:\\dev\\go\\src\\sync\\atomic\\asm.s"
cp "C:\\Windows\\TEMP\\go-build616592290\\b014\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\ca\\ca0e845903d5b58cce0046a4bd7e75013e49cf26dedb1aa24973085f071bb476-d" # internal
mkdir -p $WORK\b019\
cat >$WORK\b019\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\unicode\utf16
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b019\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b019" -p unicode/utf16 -std -complete -buildid sZHvUYmwA7Nh6iyj-sVp/sZHvUYmwA7Nh6iyj-sVp -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b019\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\utf16\\utf16.go"
cd c:\dev\go\src\internal\cpu
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build616592290\\b013\\_pkg_.a" "C:\\Windows\\TEMP\\go-build616592290\\b013\\cpu_x86.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b013\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b013\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\a9\\a999cfaeea64847fdd59e448013c1d1a1231b89c4e85e3e1aa9c9ddbf2629a30-d" # internal
mkdir -p $WORK\b012\
cat >$WORK\b012\importcfg << 'EOF' # internal
# import config
packagefile internal/cpu=$WORK\b013\_pkg_.a
EOF
cd c:\dev\go\src\internal\bytealg
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b012\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b012" -p internal/bytealg -std -+ -buildid 4LDP5tK9gn1TmRd85wZk/4LDP5tK9gn1TmRd85wZk -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b012\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build616592290\\b012\\go_asm.h" -c=4 "c:\\dev\\go\\src\\internal\\bytealg\\bytealg.go" "c:\\dev\\go\\src\\internal\\bytealg\\compare_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\count_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\equal_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\index_amd64.go" "c:\\dev\\go\\src\\internal\\bytealg\\index_native.go" "c:\\dev\\go\\src\\internal\\bytealg\\indexbyte_native.go"
cd c:\dev\go\src\sync\atomic
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build616592290\\b017\\_pkg_.a" "C:\\Windows\\TEMP\\go-build616592290\\b017\\asm.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b017\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b015\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b015\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\d0\\d05d26e18f93e5aadb49b0e1354a8e79af6573f3dcf857d9bd754dce7e9d17c9-d" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b017\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\c5\\c53f0beeae242b8d83937f82c3d5b4c5a1f27ff395be037e2266e121aae0a776-d" # internal
mkdir -p $WORK\b024\
mkdir -p $WORK\b023\
cat >$WORK\b024\importcfg << 'EOF' # internal
# import config
packagefile sync/atomic=$WORK\b017\_pkg_.a
EOF
cat >$WORK\b023\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\internal\testlog
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b024\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b024" -p internal/testlog -std -complete -buildid 1XyrCm8J-Tdu1xijq4iT/1XyrCm8J-Tdu1xijq4iT -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b024\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\testlog\\log.go"
cd c:\dev\go\src\unicode\utf8
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b023\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b023" -p unicode/utf8 -std -complete -buildid Ja0w1nGIA9uXW7_uridX/Ja0w1nGIA9uXW7_uridX -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b023\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\utf8\\utf8.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b019\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b019\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\ea\\eaa67473d010abb5ba6a8943c64382bcaf08f3dbf372b49e6893ebb4ef025597-d" # internal
mkdir -p $WORK\b027\
cat >$WORK\b027\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\internal\bytealg
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b012" -I "C:\\Windows\\TEMP\\go-build616592290\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b012\\compare_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\compare_amd64.s"
cd c:\dev\go\src\unicode
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b027\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b027" -p unicode -std -complete -buildid ciM5LxY2Bfk2L2vBy0ZG/ciM5LxY2Bfk2L2vBy0ZG -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b027\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\casetables.go" "c:\\dev\\go\\src\\unicode\\digit.go" "c:\\dev\\go\\src\\unicode\\graphic.go" "c:\\dev\\go\\src\\unicode\\letter.go" "c:\\dev\\go\\src\\unicode\\tables.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b024\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b024\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\04\\04b4165b381e850cb8a2909a54a2e0ab85249193e70f1e07ab002d5334f0673d-d" # internal
mkdir -p $WORK\b032\
cat >$WORK\b032\importcfg << 'EOF' # internal
# import config
packagefile internal/cpu=$WORK\b013\_pkg_.a
EOF
cd c:\dev\go\src\math
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -p math -std -buildid bGW9dDzAKqJ17PUXZIsF/bGW9dDzAKqJ17PUXZIsF -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b032\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build616592290\\b032\\go_asm.h" -c=4 "c:\\dev\\go\\src\\math\\abs.go" "c:\\dev\\go\\src\\math\\acosh.go" "c:\\dev\\go\\src\\math\\asin.go" "c:\\dev\\go\\src\\math\\asinh.go" "c:\\dev\\go\\src\\math\\atan.go" "c:\\dev\\go\\src\\math\\atan2.go" "c:\\dev\\go\\src\\math\\atanh.go" "c:\\dev\\go\\src\\math\\bits.go" "c:\\dev\\go\\src\\math\\cbrt.go" "c:\\dev\\go\\src\\math\\const.go" "c:\\dev\\go\\src\\math\\copysign.go" "c:\\dev\\go\\src\\math\\dim.go" "c:\\dev\\go\\src\\math\\erf.go" "c:\\dev\\go\\src\\math\\erfinv.go" "c:\\dev\\go\\src\\math\\exp.go" "c:\\dev\\go\\src\\math\\exp_asm.go" "c:\\dev\\go\\src\\math\\expm1.go" "c:\\dev\\go\\src\\math\\floor.go" "c:\\dev\\go\\src\\math\\frexp.go" "c:\\dev\\go\\src\\math\\gamma.go" "c:\\dev\\go\\src\\math\\hypot.go" "c:\\dev\\go\\src\\math\\j0.go" "c:\\dev\\go\\src\\math\\j1.go" "c:\\dev\\go\\src\\math\\jn.go" "c:\\dev\\go\\src\\math\\ldexp.go" "c:\\dev\\go\\src\\math\\lgamma.go" "c:\\dev\\go\\src\\math\\log.go" "c:\\dev\\go\\src\\math\\log10.go" "c:\\dev\\go\\src\\math\\log1p.go" "c:\\dev\\go\\src\\math\\logb.go" "c:\\dev\\go\\src\\math\\mod.go" "c:\\dev\\go\\src\\math\\modf.go" "c:\\dev\\go\\src\\math\\nextafter.go" "c:\\dev\\go\\src\\math\\pow.go" "c:\\dev\\go\\src\\math\\pow10.go" "c:\\dev\\go\\src\\math\\remainder.go" "c:\\dev\\go\\src\\math\\signbit.go" "c:\\dev\\go\\src\\math\\sin.go" "c:\\dev\\go\\src\\math\\sincos.go" "c:\\dev\\go\\src\\math\\sinh.go" "c:\\dev\\go\\src\\math\\sqrt.go" "c:\\dev\\go\\src\\math\\tan.go" "c:\\dev\\go\\src\\math\\tanh.go" "c:\\dev\\go\\src\\math\\unsafe.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b023\\_pkg_.a" # internal
cd c:\dev\go\src\internal\bytealg
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b012" -I "C:\\Windows\\TEMP\\go-build616592290\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b012\\count_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\count_amd64.s"
cp "C:\\Windows\\TEMP\\go-build616592290\\b023\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\da\\da7ed029ca2355c422fc47a91315e56c9f52cff7721d5f4737b6cbd326424aa8-d" # internal
mkdir -p $WORK\b034\
cat >$WORK\b034\importcfg << 'EOF' # internal
# import config
EOF
cd c:\dev\go\src\math\bits
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b034\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b034" -p math/bits -std -complete -buildid Z6KoNfYlsxqXfRMkht4p/Z6KoNfYlsxqXfRMkht4p -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b034\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\math\\bits\\bits.go" "c:\\dev\\go\\src\\math\\bits\\bits_tables.go"
cd c:\dev\go\src\internal\bytealg
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b012" -I "C:\\Windows\\TEMP\\go-build616592290\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b012\\equal_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\equal_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b034\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b012" -I "C:\\Windows\\TEMP\\go-build616592290\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b012\\index_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\index_amd64.s"
cp "C:\\Windows\\TEMP\\go-build616592290\\b034\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\6f\\6f10fe34e56f958eb79ae2ccb95d42f26f03f48135f9c0eec17f93aba1c818f7-d" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b012" -I "C:\\Windows\\TEMP\\go-build616592290\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b012\\indexbyte_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\indexbyte_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build616592290\\b012\\_pkg_.a" "C:\\Windows\\TEMP\\go-build616592290\\b012\\compare_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b012\\count_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b012\\equal_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b012\\index_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b012\\indexbyte_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b012\\_pkg_.a" # internal
cd c:\dev\go\src\math
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -I "C:\\Windows\\TEMP\\go-build616592290\\b032\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\asin_amd64.o" "c:\\dev\\go\\src\\math\\asin_amd64.s"
cp "C:\\Windows\\TEMP\\go-build616592290\\b012\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\81\\8174ab6d0190621a2e22405f2ab95abc34143062806d787af4fde85083877f3b-d" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b027\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -I "C:\\Windows\\TEMP\\go-build616592290\\b032\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\asinh_stub.o" "c:\\dev\\go\\src\\math\\asinh_stub.s"
cp "C:\\Windows\\TEMP\\go-build616592290\\b027\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\e2\\e28baa7997461b67431e7112d178f831d2555a7e73c79216ccd40f1acd76f157-d" # internal
mkdir -p $WORK\b011\
cat >$WORK\b011\importcfg << 'EOF' # internal
# import config
packagefile internal/bytealg=$WORK\b012\_pkg_.a
packagefile internal/cpu=$WORK\b013\_pkg_.a
packagefile runtime/internal/atomic=$WORK\b014\_pkg_.a
packagefile runtime/internal/math=$WORK\b015\_pkg_.a
packagefile runtime/internal/sys=$WORK\b016\_pkg_.a
EOF
cd c:\dev\go\src\runtime
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b011\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b011" -p runtime -std -+ -buildid 8hIpEdrgskzKdpsS0Z1l/8hIpEdrgskzKdpsS0Z1l -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b011\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build616592290\\b011\\go_asm.h" -c=4 "c:\\dev\\go\\src\\runtime\\alg.go" "c:\\dev\\go\\src\\runtime\\atomic_pointer.go" "c:\\dev\\go\\src\\runtime\\auxv_none.go" "c:\\dev\\go\\src\\runtime\\cgo.go" "c:\\dev\\go\\src\\runtime\\cgocall.go" "c:\\dev\\go\\src\\runtime\\cgocallback.go" "c:\\dev\\go\\src\\runtime\\cgocheck.go" "c:\\dev\\go\\src\\runtime\\chan.go" "c:\\dev\\go\\src\\runtime\\compiler.go" "c:\\dev\\go\\src\\runtime\\complex.go" "c:\\dev\\go\\src\\runtime\\cpuflags.go" "c:\\dev\\go\\src\\runtime\\cpuflags_amd64.go" "c:\\dev\\go\\src\\runtime\\cpuprof.go" "c:\\dev\\go\\src\\runtime\\cputicks.go" "c:\\dev\\go\\src\\runtime\\debug.go" "c:\\dev\\go\\src\\runtime\\debugcall.go" "c:\\dev\\go\\src\\runtime\\defs_windows_amd64.go" "c:\\dev\\go\\src\\runtime\\env_posix.go" "c:\\dev\\go\\src\\runtime\\error.go" "c:\\dev\\go\\src\\runtime\\extern.go" "c:\\dev\\go\\src\\runtime\\fastlog2.go" "c:\\dev\\go\\src\\runtime\\fastlog2table.go" "c:\\dev\\go\\src\\runtime\\float.go" "c:\\dev\\go\\src\\runtime\\hash64.go" "c:\\dev\\go\\src\\runtime\\heapdump.go" "c:\\dev\\go\\src\\runtime\\iface.go" "c:\\dev\\go\\src\\runtime\\lfstack.go" "c:\\dev\\go\\src\\runtime\\lfstack_64bit.go" "c:\\dev\\go\\src\\runtime\\lock_sema.go" "c:\\dev\\go\\src\\runtime\\malloc.go" "c:\\dev\\go\\src\\runtime\\map.go" "c:\\dev\\go\\src\\runtime\\map_fast32.go" "c:\\dev\\go\\src\\runtime\\map_fast64.go" "c:\\dev\\go\\src\\runtime\\map_faststr.go" "c:\\dev\\go\\src\\runtime\\mbarrier.go" "c:\\dev\\go\\src\\runtime\\mbitmap.go" "c:\\dev\\go\\src\\runtime\\mcache.go" "c:\\dev\\go\\src\\runtime\\mcentral.go" "c:\\dev\\go\\src\\runtime\\mem_windows.go" "c:\\dev\\go\\src\\runtime\\mfinal.go" "c:\\dev\\go\\src\\runtime\\mfixalloc.go" "c:\\dev\\go\\src\\runtime\\mgc.go" "c:\\dev\\go\\src\\runtime\\mgclarge.go" "c:\\dev\\go\\src\\runtime\\mgcmark.go" "c:\\dev\\go\\src\\runtime\\mgcstack.go" "c:\\dev\\go\\src\\runtime\\mgcsweep.go" "c:\\dev\\go\\src\\runtime\\mgcsweepbuf.go" "c:\\dev\\go\\src\\runtime\\mgcwork.go" "c:\\dev\\go\\src\\runtime\\mheap.go" "c:\\dev\\go\\src\\runtime\\mprof.go" "c:\\dev\\go\\src\\runtime\\msan0.go" "c:\\dev\\go\\src\\runtime\\msize.go" "c:\\dev\\go\\src\\runtime\\mstats.go" "c:\\dev\\go\\src\\runtime\\mwbbuf.go" "c:\\dev\\go\\src\\runtime\\netpoll.go" "c:\\dev\\go\\src\\runtime\\netpoll_windows.go" "c:\\dev\\go\\src\\runtime\\os_nonopenbsd.go" "c:\\dev\\go\\src\\runtime\\os_windows.go" "c:\\dev\\go\\src\\runtime\\panic.go" "c:\\dev\\go\\src\\runtime\\plugin.go" "c:\\dev\\go\\src\\runtime\\print.go" "c:\\dev\\go\\src\\runtime\\proc.go" "c:\\dev\\go\\src\\runtime\\profbuf.go" "c:\\dev\\go\\src\\runtime\\proflabel.go" "c:\\dev\\go\\src\\runtime\\race0.go" "c:\\dev\\go\\src\\runtime\\rdebug.go" "c:\\dev\\go\\src\\runtime\\runtime.go" "c:\\dev\\go\\src\\runtime\\runtime1.go" "c:\\dev\\go\\src\\runtime\\runtime2.go" "c:\\dev\\go\\src\\runtime\\rwmutex.go" "c:\\dev\\go\\src\\runtime\\select.go" "c:\\dev\\go\\src\\runtime\\sema.go" "c:\\dev\\go\\src\\runtime\\signal_windows.go" "c:\\dev\\go\\src\\runtime\\sigqueue.go" "c:\\dev\\go\\src\\runtime\\sizeclasses.go" "c:\\dev\\go\\src\\runtime\\slice.go" "c:\\dev\\go\\src\\runtime\\softfloat64.go" "c:\\dev\\go\\src\\runtime\\stack.go" "c:\\dev\\go\\src\\runtime\\string.go" "c:\\dev\\go\\src\\runtime\\stubs.go" "c:\\dev\\go\\src\\runtime\\stubs_nonlinux.go" "c:\\dev\\go\\src\\runtime\\stubs_x86.go" "c:\\dev\\go\\src\\runtime\\symtab.go" "c:\\dev\\go\\src\\runtime\\sys_nonppc64x.go" "c:\\dev\\go\\src\\runtime\\sys_x86.go" "c:\\dev\\go\\src\\runtime\\syscall_windows.go" "c:\\dev\\go\\src\\runtime\\time.go" "c:\\dev\\go\\src\\runtime\\timeasm.go" "c:\\dev\\go\\src\\runtime\\trace.go" "c:\\dev\\go\\src\\runtime\\traceback.go" "c:\\dev\\go\\src\\runtime\\type.go" "c:\\dev\\go\\src\\runtime\\typekind.go" "c:\\dev\\go\\src\\runtime\\unaligned1.go" "c:\\dev\\go\\src\\runtime\\utf8.go" "c:\\dev\\go\\src\\runtime\\vdso_in_none.go" "c:\\dev\\go\\src\\runtime\\write_err.go" "c:\\dev\\go\\src\\runtime\\zcallback_windows.go"
cd c:\dev\go\src\math
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -I "C:\\Windows\\TEMP\\go-build616592290\\b032\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\atan2_amd64.o" "c:\\dev\\go\\src\\math\\atan2_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -I "C:\\Windows\\TEMP\\go-build616592290\\b032\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\atan_amd64.o" "c:\\dev\\go\\src\\math\\atan_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -I "C:\\Windows\\TEMP\\go-build616592290\\b032\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\cbrt_stub.o" "c:\\dev\\go\\src\\math\\cbrt_stub.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -I "C:\\Windows\\TEMP\\go-build616592290\\b032\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\dim_amd64.o" "c:\\dev\\go\\src\\math\\dim_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -I "C:\\Windows\\TEMP\\go-build616592290\\b032\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\erf_stub.o" "c:\\dev\\go\\src\\math\\erf_stub.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -I "C:\\Windows\\TEMP\\go-build616592290\\b032\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\exp2_amd64.o" "c:\\dev\\go\\src\\math\\exp2_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -I "C:\\Windows\\TEMP\\go-build616592290\\b032\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\exp_amd64.o" "c:\\dev\\go\\src\\math\\exp_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -I "C:\\Windows\\TEMP\\go-build616592290\\b032\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\expm1_amd64.o" "c:\\dev\\go\\src\\math\\expm1_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -I "C:\\Windows\\TEMP\\go-build616592290\\b032\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\floor_amd64.o" "c:\\dev\\go\\src\\math\\floor_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -I "C:\\Windows\\TEMP\\go-build616592290\\b032\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\frexp_amd64.o" "c:\\dev\\go\\src\\math\\frexp_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -I "C:\\Windows\\TEMP\\go-build616592290\\b032\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\hypot_amd64.o" "c:\\dev\\go\\src\\math\\hypot_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -I "C:\\Windows\\TEMP\\go-build616592290\\b032\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\ldexp_amd64.o" "c:\\dev\\go\\src\\math\\ldexp_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -I "C:\\Windows\\TEMP\\go-build616592290\\b032\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\log10_amd64.o" "c:\\dev\\go\\src\\math\\log10_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -I "C:\\Windows\\TEMP\\go-build616592290\\b032\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\log1p_amd64.o" "c:\\dev\\go\\src\\math\\log1p_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -I "C:\\Windows\\TEMP\\go-build616592290\\b032\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\log_amd64.o" "c:\\dev\\go\\src\\math\\log_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -I "C:\\Windows\\TEMP\\go-build616592290\\b032\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\mod_amd64.o" "c:\\dev\\go\\src\\math\\mod_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -I "C:\\Windows\\TEMP\\go-build616592290\\b032\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\modf_amd64.o" "c:\\dev\\go\\src\\math\\modf_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -I "C:\\Windows\\TEMP\\go-build616592290\\b032\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\pow_stub.o" "c:\\dev\\go\\src\\math\\pow_stub.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -I "C:\\Windows\\TEMP\\go-build616592290\\b032\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\remainder_amd64.o" "c:\\dev\\go\\src\\math\\remainder_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -I "C:\\Windows\\TEMP\\go-build616592290\\b032\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\sin_amd64.o" "c:\\dev\\go\\src\\math\\sin_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -I "C:\\Windows\\TEMP\\go-build616592290\\b032\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\sinh_stub.o" "c:\\dev\\go\\src\\math\\sinh_stub.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -I "C:\\Windows\\TEMP\\go-build616592290\\b032\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\sqrt_amd64.o" "c:\\dev\\go\\src\\math\\sqrt_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b032" -I "C:\\Windows\\TEMP\\go-build616592290\\b032\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b032\\tan_amd64.o" "c:\\dev\\go\\src\\math\\tan_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build616592290\\b032\\_pkg_.a" "C:\\Windows\\TEMP\\go-build616592290\\b032\\asin_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b032\\asinh_stub.o" "C:\\Windows\\TEMP\\go-build616592290\\b032\\atan2_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b032\\atan_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b032\\cbrt_stub.o" "C:\\Windows\\TEMP\\go-build616592290\\b032\\dim_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b032\\erf_stub.o" "C:\\Windows\\TEMP\\go-build616592290\\b032\\exp2_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b032\\exp_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b032\\expm1_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b032\\floor_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b032\\frexp_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b032\\hypot_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b032\\ldexp_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b032\\log10_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b032\\log1p_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b032\\log_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b032\\mod_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b032\\modf_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b032\\pow_stub.o" "C:\\Windows\\TEMP\\go-build616592290\\b032\\remainder_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b032\\sin_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b032\\sinh_stub.o" "C:\\Windows\\TEMP\\go-build616592290\\b032\\sqrt_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b032\\tan_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b032\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b032\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\a9\\a9d19a40e357f5915179406a8c0cf0d974e41159d79da0d23b69d17824b63549-d" # internal
mkdir -p $WORK\b033\
cat >$WORK\b033\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/bytealg=$WORK\b012\_pkg_.a
packagefile math=$WORK\b032\_pkg_.a
packagefile math/bits=$WORK\b034\_pkg_.a
packagefile unicode/utf8=$WORK\b023\_pkg_.a
EOF
cd c:\dev\go\src\strconv
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b033\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b033" -p strconv -std -complete -buildid i1dE6G_wuiJQdPm1uV7K/i1dE6G_wuiJQdPm1uV7K -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b033\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\strconv\\atob.go" "c:\\dev\\go\\src\\strconv\\atof.go" "c:\\dev\\go\\src\\strconv\\atoi.go" "c:\\dev\\go\\src\\strconv\\decimal.go" "c:\\dev\\go\\src\\strconv\\doc.go" "c:\\dev\\go\\src\\strconv\\extfloat.go" "c:\\dev\\go\\src\\strconv\\ftoa.go" "c:\\dev\\go\\src\\strconv\\isprint.go" "c:\\dev\\go\\src\\strconv\\itoa.go" "c:\\dev\\go\\src\\strconv\\quote.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b033\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b033\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\4f\\4f6c65231307342247b2e9e06a833b179ee92825a184dfe0af8b9c0d961a50db-d" # internal
cd c:\dev\go\src\runtime
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b011" -I "C:\\Windows\\TEMP\\go-build616592290\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b011\\asm.o" "c:\\dev\\go\\src\\runtime\\asm.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b011" -I "C:\\Windows\\TEMP\\go-build616592290\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b011\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\asm_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b011" -I "C:\\Windows\\TEMP\\go-build616592290\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b011\\duff_amd64.o" "c:\\dev\\go\\src\\runtime\\duff_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b011" -I "C:\\Windows\\TEMP\\go-build616592290\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b011\\memclr_amd64.o" "c:\\dev\\go\\src\\runtime\\memclr_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b011" -I "C:\\Windows\\TEMP\\go-build616592290\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b011\\memmove_amd64.o" "c:\\dev\\go\\src\\runtime\\memmove_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b011" -I "C:\\Windows\\TEMP\\go-build616592290\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b011\\rt0_windows_amd64.o" "c:\\dev\\go\\src\\runtime\\rt0_windows_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b011" -I "C:\\Windows\\TEMP\\go-build616592290\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b011\\sys_windows_amd64.o" "c:\\dev\\go\\src\\runtime\\sys_windows_amd64.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b011" -I "C:\\Windows\\TEMP\\go-build616592290\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b011\\zcallback_windows.o" "c:\\dev\\go\\src\\runtime\\zcallback_windows.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build616592290\\b011\\_pkg_.a" "C:\\Windows\\TEMP\\go-build616592290\\b011\\asm.o" "C:\\Windows\\TEMP\\go-build616592290\\b011\\asm_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b011\\duff_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b011\\memclr_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b011\\memmove_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b011\\rt0_windows_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b011\\sys_windows_amd64.o" "C:\\Windows\\TEMP\\go-build616592290\\b011\\zcallback_windows.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b011\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b011\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\85\\85eded6d6f257b9f9324886e894c9ed98a0aacf3d2401fe215f03aed89dbf52c-d" # internal
mkdir -p $WORK\b010\
cat >$WORK\b010\importcfg << 'EOF' # internal
# import config
packagefile internal/race=$WORK\b006\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sync/atomic=$WORK\b017\_pkg_.a
EOF
cd c:\dev\go\src\sync
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b010\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b010" -p sync -std -buildid RGRRwUoGV8HHT7VPLNwd/RGRRwUoGV8HHT7VPLNwd -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b010\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\sync\\cond.go" "c:\\dev\\go\\src\\sync\\map.go" "c:\\dev\\go\\src\\sync\\mutex.go" "c:\\dev\\go\\src\\sync\\once.go" "c:\\dev\\go\\src\\sync\\pool.go" "c:\\dev\\go\\src\\sync\\runtime.go" "c:\\dev\\go\\src\\sync\\rwmutex.go" "c:\\dev\\go\\src\\sync\\waitgroup.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b010\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b010\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\49\\49e5858930213afad5e4d4add9f5b21ca8cdda4e24eec31d5d1b96e8206567b5-d" # internal
mkdir -p $WORK\b020\
cat >$WORK\b020\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b017\_pkg_.a
EOF
cd c:\dev\go\src\io
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b020\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b020" -p io -std -complete -buildid 1hb6_h-lntPBb-Y-cP1G/1hb6_h-lntPBb-Y-cP1G -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b020\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\io\\io.go" "c:\\dev\\go\\src\\io\\multi.go" "c:\\dev\\go\\src\\io\\pipe.go"
mkdir -p $WORK\b031\
cat >$WORK\b031\importcfg << 'EOF' # internal
# import config
packagefile math=$WORK\b032\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile strconv=$WORK\b033\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile unicode=$WORK\b027\_pkg_.a
packagefile unicode/utf8=$WORK\b023\_pkg_.a
EOF
cd c:\dev\go\src\reflect
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b031\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b031" -p reflect -std -buildid y-5je99IIgh5z6DcOOVv/y-5je99IIgh5z6DcOOVv -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b031\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build616592290\\b031\\go_asm.h" -c=4 "c:\\dev\\go\\src\\reflect\\deepequal.go" "c:\\dev\\go\\src\\reflect\\makefunc.go" "c:\\dev\\go\\src\\reflect\\swapper.go" "c:\\dev\\go\\src\\reflect\\type.go" "c:\\dev\\go\\src\\reflect\\value.go"
mkdir -p $WORK\b018\
cat >$WORK\b018\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/race=$WORK\b006\_pkg_.a
packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b017\_pkg_.a
packagefile unicode/utf16=$WORK\b019\_pkg_.a
EOF
cd c:\dev\go\src\syscall
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b018\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b018" -p syscall -std -buildid Wii-h3Gv-LKFFQrMREhi/Wii-h3Gv-LKFFQrMREhi -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b018\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\syscall\\dll_windows.go" "c:\\dev\\go\\src\\syscall\\endian_little.go" "c:\\dev\\go\\src\\syscall\\env_windows.go" "c:\\dev\\go\\src\\syscall\\exec_windows.go" "c:\\dev\\go\\src\\syscall\\msan0.go" "c:\\dev\\go\\src\\syscall\\net.go" "c:\\dev\\go\\src\\syscall\\security_windows.go" "c:\\dev\\go\\src\\syscall\\str.go" "c:\\dev\\go\\src\\syscall\\syscall.go" "c:\\dev\\go\\src\\syscall\\syscall_windows.go" "c:\\dev\\go\\src\\syscall\\syscall_windows_amd64.go" "c:\\dev\\go\\src\\syscall\\types_windows.go" "c:\\dev\\go\\src\\syscall\\types_windows_amd64.go" "c:\\dev\\go\\src\\syscall\\zerrors_windows.go" "c:\\dev\\go\\src\\syscall\\zerrors_windows_amd64.go" "c:\\dev\\go\\src\\syscall\\zsyscall_windows.go" "c:\\dev\\go\\src\\syscall\\zsysnum_windows_amd64.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b020\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b020\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\f3\\f33752985e1d0b043caef1f915238a7a5f53a5d18a4687f4822e8285412d7c64-d" # internal
mkdir -p $WORK\b036\
cat >$WORK\b036\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/bytealg=$WORK\b012\_pkg_.a
packagefile io=$WORK\b020\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile unicode=$WORK\b027\_pkg_.a
packagefile unicode/utf8=$WORK\b023\_pkg_.a
EOF
cd c:\dev\go\src\strings
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b036\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b036" -p strings -std -buildid 9LgO8icTLI3sm-r5yNB_/9LgO8icTLI3sm-r5yNB_ -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b036\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build616592290\\b036\\go_asm.h" -c=4 "c:\\dev\\go\\src\\strings\\builder.go" "c:\\dev\\go\\src\\strings\\compare.go" "c:\\dev\\go\\src\\strings\\reader.go" "c:\\dev\\go\\src\\strings\\replace.go" "c:\\dev\\go\\src\\strings\\search.go" "c:\\dev\\go\\src\\strings\\strings.go" "c:\\dev\\go\\src\\strings\\strings_decl.go"
mkdir -p $WORK\b026\
cat >$WORK\b026\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/bytealg=$WORK\b012\_pkg_.a
packagefile io=$WORK\b020\_pkg_.a
packagefile unicode=$WORK\b027\_pkg_.a
packagefile unicode/utf8=$WORK\b023\_pkg_.a
EOF
cd c:\dev\go\src\bytes
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b026\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b026" -p bytes -std -buildid PH5NIonODastl3PT2tAA/PH5NIonODastl3PT2tAA -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b026\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\bytes\\buffer.go" "c:\\dev\\go\\src\\bytes\\bytes.go" "c:\\dev\\go\\src\\bytes\\bytes_decl.go" "c:\\dev\\go\\src\\bytes\\reader.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b018\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b026\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b018\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\70\\7087fbf3354c469270df4c55e1cc2c6f399cd5cb887b5aa2d909924351a68d6b-d" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b026\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\89\\89c053426bf48f5ef07064c116e3703228ceb831c2d99fab8f3a81a4e1d14b6f-d" # internal
mkdir -p $WORK\b008\
mkdir -p $WORK\b022\
cat >$WORK\b008\importcfg << 'EOF' # internal
# import config
packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile syscall=$WORK\b018\_pkg_.a
EOF
cat >$WORK\b022\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
packagefile io=$WORK\b020\_pkg_.a
packagefile syscall=$WORK\b018\_pkg_.a
packagefile unicode/utf16=$WORK\b019\_pkg_.a
EOF
cd c:\dev\go\src\internal\syscall\windows
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b008\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b008" -p internal/syscall/windows -std -complete -buildid GPl03yKbsQiHp-G_nuOa/GPl03yKbsQiHp-G_nuOa -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b008\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\syscall\\windows\\mksyscall.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\psapi_windows.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\reparse_windows.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\security_windows.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\symlink_windows.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\syscall_windows.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\zsyscall_windows.go"
cd c:\dev\go\src\internal\syscall\windows\registry
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b022\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b022" -p internal/syscall/windows/registry -std -complete -buildid JNTNEPJLvoltNyiAN12p/JNTNEPJLvoltNyiAN12p -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b022\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\key.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\mksyscall.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\syscall.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\value.go" "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\zsyscall_windows.go"
cd c:\dev\go\src\strings
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b036" -I "C:\\Windows\\TEMP\\go-build616592290\\b036\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b036\\strings.o" "c:\\dev\\go\\src\\strings\\strings.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build616592290\\b036\\_pkg_.a" "C:\\Windows\\TEMP\\go-build616592290\\b036\\strings.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b036\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b036\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\e6\\e6634d3fad597c6237d821d8fb4d99381644725a31e3927126457c3f66a3add2-d" # internal
mkdir -p $WORK\b041\
cat >$WORK\b041\importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK\b026\_pkg_.a
packagefile errors=$WORK\b004\_pkg_.a
packagefile io=$WORK\b020\_pkg_.a
packagefile unicode/utf8=$WORK\b023\_pkg_.a
EOF
cd c:\dev\go\src\bufio
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b041\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b041" -p bufio -std -complete -buildid 6rwgbVZ26rKXSUDPQ9b_/6rwgbVZ26rKXSUDPQ9b_ -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b041\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\bufio\\bufio.go" "c:\\dev\\go\\src\\bufio\\scan.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b008\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b008\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\56\\56769525536aaaa6bdddedc94e158e159fb90f2764b483b7fb07db3fa72bb19c-d" # internal
mkdir -p $WORK\b049\
cat >$WORK\b049\importcfg << 'EOF' # internal
# import config
packagefile io=$WORK\b020\_pkg_.a
EOF
cd c:\dev\go\src\hash
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b049\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b049" -p hash -std -complete -buildid SbgesholnRpyuAqPCr9f/SbgesholnRpyuAqPCr9f -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b049\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\hash\\hash.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b022\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b022\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\c9\\c95ddc2a34b817bbcacd9b5e5149dc1a23639c826eb5b3b9618dc973c3ef1a3b-d" # internal
mkdir -p $WORK\b021\
cat >$WORK\b021\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/syscall/windows/registry=$WORK\b022\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile syscall=$WORK\b018\_pkg_.a
EOF
cd c:\dev\go\src\time
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b021\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b021" -p time -std -buildid MjVP_iLhlIPN-ccp0a9Y/MjVP_iLhlIPN-ccp0a9Y -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b021\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\time\\format.go" "c:\\dev\\go\\src\\time\\sleep.go" "c:\\dev\\go\\src\\time\\sys_windows.go" "c:\\dev\\go\\src\\time\\tick.go" "c:\\dev\\go\\src\\time\\time.go" "c:\\dev\\go\\src\\time\\zoneinfo.go" "c:\\dev\\go\\src\\time\\zoneinfo_abbrs_windows.go" "c:\\dev\\go\\src\\time\\zoneinfo_read.go" "c:\\dev\\go\\src\\time\\zoneinfo_windows.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b049\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b049\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\2f\\2fc23cc85852c30cadae78805a87bf7ac6c6b51eb8db61e9eaa8d1c7cf793219-d" # internal
mkdir -p $WORK\b048\
cat >$WORK\b048\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile hash=$WORK\b049\_pkg_.a
packagefile internal/cpu=$WORK\b013\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
EOF
cd c:\dev\go\src\hash\crc32
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b048\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b048" -p hash/crc32 -std -buildid sKIoACtrdTLqyAtO6LYf/sKIoACtrdTLqyAtO6LYf -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b048\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build616592290\\b048\\go_asm.h" -c=4 "c:\\dev\\go\\src\\hash\\crc32\\crc32.go" "c:\\dev\\go\\src\\hash\\crc32\\crc32_amd64.go" "c:\\dev\\go\\src\\hash\\crc32\\crc32_generic.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b041\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b041\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\d0\\d06f8ea61d8af0a9c0f77ee02a9bb66625b2da8c7faa607187940a1cf6459be6-d" # internal
mkdir -p $WORK\b052\
cat >$WORK\b052\importcfg << 'EOF' # internal
# import config
packagefile io=$WORK\b020\_pkg_.a
packagefile unicode/utf8=$WORK\b023\_pkg_.a
EOF
cd c:\dev\go\src\text\tabwriter
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b052\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b052" -p text/tabwriter -std -complete -buildid EscrS6ZscqgkJiwgiAj1/EscrS6ZscqgkJiwgiAj1 -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b052\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\text\\tabwriter\\tabwriter.go"
cd c:\dev\go\src\reflect
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b031" -I "C:\\Windows\\TEMP\\go-build616592290\\b031\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b031\\asm_amd64.o" "c:\\dev\\go\\src\\reflect\\asm_amd64.s"
cd c:\dev\go\src\hash\crc32
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b048" -I "C:\\Windows\\TEMP\\go-build616592290\\b048\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b048\\crc32_amd64.o" "c:\\dev\\go\\src\\hash\\crc32\\crc32_amd64.s"
cd c:\dev\go\src\reflect
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build616592290\\b031\\_pkg_.a" "C:\\Windows\\TEMP\\go-build616592290\\b031\\asm_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b031\\_pkg_.a" # internal
cd c:\dev\go\src\hash\crc32
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build616592290\\b048\\_pkg_.a" "C:\\Windows\\TEMP\\go-build616592290\\b048\\crc32_amd64.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b048\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b052\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b048\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\b4\\b4a137077d4ea8fe1a06a8288c2a240e5469c04dff819c944e859397f962cc18-d" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b052\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\1a\\1a7655cc79b58ee524ac7f1e9c0bc93e23d53c6761363e86543f95f75d1fb21a-d" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b031\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\a1\\a14feac1e0a6c80cea70fad6074f7951d004019a8fa439e12e8c94a3521aa92b-d" # internal
mkdir -p $WORK\b035\
cat >$WORK\b035\importcfg << 'EOF' # internal
# import config
packagefile reflect=$WORK\b031\_pkg_.a
EOF
cd c:\dev\go\src\sort
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b035\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b035" -p sort -std -complete -buildid f4IAcXz1NtfhP0X8TQ4-/f4IAcXz1NtfhP0X8TQ4- -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b035\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\sort\\search.go" "c:\\dev\\go\\src\\sort\\slice.go" "c:\\dev\\go\\src\\sort\\sort.go" "c:\\dev\\go\\src\\sort\\zfuncversion.go"
mkdir -p $WORK\b047\
cat >$WORK\b047\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile io=$WORK\b020\_pkg_.a
packagefile math=$WORK\b032\_pkg_.a
packagefile reflect=$WORK\b031\_pkg_.a
EOF
cd c:\dev\go\src\encoding\binary
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b047\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b047" -p encoding/binary -std -complete -buildid pY35y88kFjp9TNp0jVRK/pY35y88kFjp9TNp0jVRK -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b047\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\encoding\\binary\\binary.go" "c:\\dev\\go\\src\\encoding\\binary\\varint.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b021\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b035\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b047\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b021\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\21\\211c7d72a5ef6b1a6af448947360ceda5812e3bb7ea21bdfbdab2d9c9ab1dfbc-d" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b035\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\d1\\d18aa32376dc6888c6bd622c096eff4cbe48d0f68d5ce4a212c0a3ad98dafd88-d" # internal
mkdir -p $WORK\b030\
cat >$WORK\b030\importcfg << 'EOF' # internal
# import config
packagefile reflect=$WORK\b031\_pkg_.a
packagefile sort=$WORK\b035\_pkg_.a
EOF
mkdir -p $WORK\b005\
cd c:\dev\go\src\internal\fmtsort
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b030\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b030" -p internal/fmtsort -std -complete -buildid HYngf56y4LJhSmuWs8cP/HYngf56y4LJhSmuWs8cP -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b030\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\fmtsort\\sort.go"
mkdir -p $WORK\b043\
cat >$WORK\b005\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/race=$WORK\b006\_pkg_.a
packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
packagefile io=$WORK\b020\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b017\_pkg_.a
packagefile syscall=$WORK\b018\_pkg_.a
packagefile time=$WORK\b021\_pkg_.a
packagefile unicode/utf16=$WORK\b019\_pkg_.a
packagefile unicode/utf8=$WORK\b023\_pkg_.a
EOF
cat >$WORK\b043\importcfg << 'EOF' # internal
# import config
packagefile sort=$WORK\b035\_pkg_.a
packagefile strconv=$WORK\b033\_pkg_.a
packagefile strings=$WORK\b036\_pkg_.a
packagefile unicode=$WORK\b027\_pkg_.a
packagefile unicode/utf8=$WORK\b023\_pkg_.a
EOF
cp "C:\\Windows\\TEMP\\go-build616592290\\b047\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\57\\57d32291fac120f25ed8e7c4d3b16d48b621fba71c1b904c54edfa1f3237e50d-d" # internal
cd c:\dev\go\src\internal\poll
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b005\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b005" -p internal/poll -std -buildid Ht-f84lx4h4otRXVJsni/Ht-f84lx4h4otRXVJsni -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b005\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\poll\\fd.go" "c:\\dev\\go\\src\\internal\\poll\\fd_fsync_posix.go" "c:\\dev\\go\\src\\internal\\poll\\fd_mutex.go" "c:\\dev\\go\\src\\internal\\poll\\fd_poll_runtime.go" "c:\\dev\\go\\src\\internal\\poll\\fd_posix.go" "c:\\dev\\go\\src\\internal\\poll\\fd_windows.go" "c:\\dev\\go\\src\\internal\\poll\\hook_windows.go" "c:\\dev\\go\\src\\internal\\poll\\sendfile_windows.go" "c:\\dev\\go\\src\\internal\\poll\\sockopt.go" "c:\\dev\\go\\src\\internal\\poll\\sockopt_windows.go" "c:\\dev\\go\\src\\internal\\poll\\sockoptip.go"
cd c:\dev\go\src\regexp\syntax
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b043\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b043" -p regexp/syntax -std -complete -buildid kopH0pzBPlDV03w0wdTx/kopH0pzBPlDV03w0wdTx -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b043\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\regexp\\syntax\\compile.go" "c:\\dev\\go\\src\\regexp\\syntax\\doc.go" "c:\\dev\\go\\src\\regexp\\syntax\\op_string.go" "c:\\dev\\go\\src\\regexp\\syntax\\parse.go" "c:\\dev\\go\\src\\regexp\\syntax\\perl_groups.go" "c:\\dev\\go\\src\\regexp\\syntax\\prog.go" "c:\\dev\\go\\src\\regexp\\syntax\\regexp.go" "c:\\dev\\go\\src\\regexp\\syntax\\simplify.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b030\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b030\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\07\\07999d7c815eb287247d9aaa36d19584a138ace66889633b96afa20a577726b8-d" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b005\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b005\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\d3\\d34b0fa43eb445adc6112dc802cad27de572fcc59265bfbfbf031cc8e019654f-d" # internal
mkdir -p $WORK\b003\
cat >$WORK\b003\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/poll=$WORK\b005\_pkg_.a
packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
packagefile internal/testlog=$WORK\b024\_pkg_.a
packagefile io=$WORK\b020\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b017\_pkg_.a
packagefile syscall=$WORK\b018\_pkg_.a
packagefile time=$WORK\b021\_pkg_.a
packagefile unicode/utf16=$WORK\b019\_pkg_.a
EOF
cd c:\dev\go\src\os
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b003\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b003" -p os -std -buildid VpxZWKC5LHN05plNMMnG/VpxZWKC5LHN05plNMMnG -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b003\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\os\\dir.go" "c:\\dev\\go\\src\\os\\dir_windows.go" "c:\\dev\\go\\src\\os\\env.go" "c:\\dev\\go\\src\\os\\error.go" "c:\\dev\\go\\src\\os\\error_posix.go" "c:\\dev\\go\\src\\os\\error_windows.go" "c:\\dev\\go\\src\\os\\exec.go" "c:\\dev\\go\\src\\os\\exec_posix.go" "c:\\dev\\go\\src\\os\\exec_windows.go" "c:\\dev\\go\\src\\os\\executable.go" "c:\\dev\\go\\src\\os\\executable_windows.go" "c:\\dev\\go\\src\\os\\file.go" "c:\\dev\\go\\src\\os\\file_posix.go" "c:\\dev\\go\\src\\os\\file_windows.go" "c:\\dev\\go\\src\\os\\getwd.go" "c:\\dev\\go\\src\\os\\path.go" "c:\\dev\\go\\src\\os\\path_windows.go" "c:\\dev\\go\\src\\os\\proc.go" "c:\\dev\\go\\src\\os\\stat.go" "c:\\dev\\go\\src\\os\\stat_windows.go" "c:\\dev\\go\\src\\os\\sticky_notbsd.go" "c:\\dev\\go\\src\\os\\str.go" "c:\\dev\\go\\src\\os\\sys.go" "c:\\dev\\go\\src\\os\\sys_windows.go" "c:\\dev\\go\\src\\os\\types.go" "c:\\dev\\go\\src\\os\\types_windows.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b043\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b043\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\97\\97fde6bdadb333dc99778d1a015bdf3069c7338412839ec8fc2faa1863baf910-d" # internal
mkdir -p $WORK\b042\
cat >$WORK\b042\importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK\b026\_pkg_.a
packagefile io=$WORK\b020\_pkg_.a
packagefile regexp/syntax=$WORK\b043\_pkg_.a
packagefile sort=$WORK\b035\_pkg_.a
packagefile strconv=$WORK\b033\_pkg_.a
packagefile strings=$WORK\b036\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile unicode=$WORK\b027\_pkg_.a
packagefile unicode/utf8=$WORK\b023\_pkg_.a
EOF
cd c:\dev\go\src\regexp
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b042\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b042" -p regexp -std -complete -buildid reYg1MqDdSo0OVh6taoI/reYg1MqDdSo0OVh6taoI -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b042\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\regexp\\backtrack.go" "c:\\dev\\go\\src\\regexp\\exec.go" "c:\\dev\\go\\src\\regexp\\onepass.go" "c:\\dev\\go\\src\\regexp\\regexp.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b003\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b003\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\bc\\bcb451c67cb5277164204deb18ce7ee04b1da0800f7d21d637009dd10794845c-d" # internal
mkdir -p $WORK\b051\
mkdir -p $WORK\b037\
cat >$WORK\b051\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sort=$WORK\b035\_pkg_.a
packagefile strings=$WORK\b036\_pkg_.a
packagefile syscall=$WORK\b018\_pkg_.a
packagefile unicode/utf8=$WORK\b023\_pkg_.a
EOF
mkdir -p $WORK\b029\
cd c:\dev\go\src\path\filepath
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b051\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b051" -p path/filepath -std -complete -buildid cbkDNxIwHyEnA5ekprX5/cbkDNxIwHyEnA5ekprX5 -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b051\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\path\\filepath\\match.go" "c:\\dev\\go\\src\\path\\filepath\\path.go" "c:\\dev\\go\\src\\path\\filepath\\path_windows.go" "c:\\dev\\go\\src\\path\\filepath\\symlink.go" "c:\\dev\\go\\src\\path\\filepath\\symlink_windows.go"
cat >$WORK\b037\importcfg << 'EOF' # internal
# import config
packagefile os=$WORK\b003\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sort=$WORK\b035\_pkg_.a
packagefile time=$WORK\b021\_pkg_.a
EOF
cat >$WORK\b029\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/fmtsort=$WORK\b030\_pkg_.a
packagefile io=$WORK\b020\_pkg_.a
packagefile math=$WORK\b032\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile reflect=$WORK\b031\_pkg_.a
packagefile strconv=$WORK\b033\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile unicode/utf8=$WORK\b023\_pkg_.a
EOF
cd c:\dev\go\src\runtime\debug
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b037\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b037" -p runtime/debug -std -buildid cVv9uKjU-LWB0ex2AeST/cVv9uKjU-LWB0ex2AeST -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b037\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build616592290\\b037\\go_asm.h" -c=4 "c:\\dev\\go\\src\\runtime\\debug\\garbage.go" "c:\\dev\\go\\src\\runtime\\debug\\stack.go" "c:\\dev\\go\\src\\runtime\\debug\\stubs.go"
cd c:\dev\go\src\fmt
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b029" -p fmt -std -complete -buildid KszcDX6LBPJuOrVR5XHN/KszcDX6LBPJuOrVR5XHN -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b029\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\fmt\\doc.go" "c:\\dev\\go\\src\\fmt\\format.go" "c:\\dev\\go\\src\\fmt\\print.go" "c:\\dev\\go\\src\\fmt\\scan.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b042\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b042\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\2d\\2d3c8a918e1e5673c6d8ad494368902b6f593fd4fc947e3d2649e539080bd4fb-d" # internal
cd c:\dev\go\src\runtime\debug
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b037" -I "C:\\Windows\\TEMP\\go-build616592290\\b037\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build616592290\\b037\\debug.o" "c:\\dev\\go\\src\\runtime\\debug\\debug.s"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b051\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build616592290\\b037\\_pkg_.a" "C:\\Windows\\TEMP\\go-build616592290\\b037\\debug.o" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b037\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b037\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\13\\13fa2059a6656d403ad90f3b0eecbcd7bd01679a6f0f7c07925ca26843250225-d" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b051\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\90\\90f870f1767cc13755dbcddd5510d2d588121973bc7fd600a6bd54eb9cded4d2-d" # internal
mkdir -p $WORK\b050\
cat >$WORK\b050\importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK\b026\_pkg_.a
packagefile io=$WORK\b020\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile path/filepath=$WORK\b051\_pkg_.a
packagefile sort=$WORK\b035\_pkg_.a
packagefile strconv=$WORK\b033\_pkg_.a
packagefile strings=$WORK\b036\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile time=$WORK\b021\_pkg_.a
EOF
cd c:\dev\go\src\io\ioutil
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b050\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b050" -p io/ioutil -std -complete -buildid ie2hMGJuFbrp4NGgtTH_/ie2hMGJuFbrp4NGgtTH_ -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b050\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\io\\ioutil\\ioutil.go" "c:\\dev\\go\\src\\io\\ioutil\\tempfile.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a" # internal
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b050\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b050\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\e4\\e41b5514e83611a095be4715248367b235b5951a701cbe52e0db0e4ba81847dd-d" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\8b\\8b933f229d00cfb67f4f3362fa5a34692316e7eb95a30dd38eb02ff89b2a6574-d" # internal
mkdir -p $WORK\b039\
mkdir -p $WORK\b028\
cat >$WORK\b039\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile fmt=$WORK\b029\_pkg_.a
packagefile reflect=$WORK\b031\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile time=$WORK\b021\_pkg_.a
EOF
cd c:\dev\go\src\context
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b039\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b039" -p context -std -complete -buildid MilTBRWEBk8Ir3y4Gt-A/MilTBRWEBk8Ir3y4Gt-A -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b039\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\context\\context.go"
cat >$WORK\b028\importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK\b004\_pkg_.a
packagefile fmt=$WORK\b029\_pkg_.a
packagefile io=$WORK\b020\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile reflect=$WORK\b031\_pkg_.a
packagefile sort=$WORK\b035\_pkg_.a
packagefile strconv=$WORK\b033\_pkg_.a
packagefile strings=$WORK\b036\_pkg_.a
packagefile time=$WORK\b021\_pkg_.a
EOF
cd c:\dev\go\src\flag
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b028\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b028" -p flag -std -complete -buildid OMdb8UJsplCRxm_s7mUx/OMdb8UJsplCRxm_s7mUx -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b028\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\flag\\flag.go"
mkdir -p $WORK\b046\
cat >$WORK\b046\importcfg << 'EOF' # internal
# import config
packagefile bufio=$WORK\b041\_pkg_.a
packagefile fmt=$WORK\b029\_pkg_.a
packagefile io=$WORK\b020\_pkg_.a
packagefile math=$WORK\b032\_pkg_.a
packagefile math/bits=$WORK\b034\_pkg_.a
packagefile sort=$WORK\b035\_pkg_.a
packagefile strconv=$WORK\b033\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
EOF
cd c:\dev\go\src\compress\flate
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b046\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b046" -p compress/flate -std -complete -buildid oJUJc5Mk9nN_ZwD_X3yy/oJUJc5Mk9nN_ZwD_X3yy -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b046\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\compress\\flate\\deflate.go" "c:\\dev\\go\\src\\compress\\flate\\deflatefast.go" "c:\\dev\\go\\src\\compress\\flate\\dict_decoder.go" "c:\\dev\\go\\src\\compress\\flate\\huffman_bit_writer.go" "c:\\dev\\go\\src\\compress\\flate\\huffman_code.go" "c:\\dev\\go\\src\\compress\\flate\\inflate.go" "c:\\dev\\go\\src\\compress\\flate\\token.go"
cat >$WORK\b004\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\errors",
"ImportPath": "errors",
"GoFiles": [
"c:\\dev\\go\\src\\errors\\errors.go"
],
"ImportMap": {
"fmt": "fmt"
},
"PackageFile": {
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a"
},
"Standard": {
"fmt": true
},
"PackageVetx": {},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b004\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\errors
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b004\\vet.cfg"
cat >$WORK\b013\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\internal\\cpu",
"ImportPath": "internal/cpu",
"GoFiles": [
"c:\\dev\\go\\src\\internal\\cpu\\cpu.go",
"c:\\dev\\go\\src\\internal\\cpu\\cpu_amd64.go",
"c:\\dev\\go\\src\\internal\\cpu\\cpu_x86.go"
],
"ImportMap": {
"fmt": "fmt"
},
"PackageFile": {
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a"
},
"Standard": {
"fmt": true
},
"PackageVetx": {},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b013\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\internal\cpu
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b013\\vet.cfg"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b039\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b039\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\31\\31051b07c194b396185806429935f0d84b3f5e5c8df39f36f08441d01c3b241c-d" # internal
mkdir -p $WORK\b038\
cat >$WORK\b038\importcfg << 'EOF' # internal
# import config
packagefile context=$WORK\b039\_pkg_.a
packagefile fmt=$WORK\b029\_pkg_.a
packagefile io=$WORK\b020\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b017\_pkg_.a
EOF
cd c:\dev\go\src\runtime\trace
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b038\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b038" -p runtime/trace -std -buildid VklFJgulB26_rEb17dxr/VklFJgulB26_rEb17dxr -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b038\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\runtime\\trace\\annotation.go" "c:\\dev\\go\\src\\runtime\\trace\\trace.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b028\\_pkg_.a" # internal
cat >$WORK\b012\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\internal\\bytealg",
"ImportPath": "internal/bytealg",
"GoFiles": [
"c:\\dev\\go\\src\\internal\\bytealg\\bytealg.go",
"c:\\dev\\go\\src\\internal\\bytealg\\compare_native.go",
"c:\\dev\\go\\src\\internal\\bytealg\\count_native.go",
"c:\\dev\\go\\src\\internal\\bytealg\\equal_native.go",
"c:\\dev\\go\\src\\internal\\bytealg\\index_amd64.go",
"c:\\dev\\go\\src\\internal\\bytealg\\index_native.go",
"c:\\dev\\go\\src\\internal\\bytealg\\indexbyte_native.go"
],
"ImportMap": {
"fmt": "fmt",
"internal/cpu": "internal/cpu",
"unsafe": "unsafe"
},
"PackageFile": {
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a",
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\_pkg_.a"
},
"Standard": {
"fmt": true,
"internal/cpu": true,
"unsafe": true
},
"PackageVetx": {
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\vet.out"
},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b012\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\internal\bytealg
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b012\\vet.cfg"
cp "C:\\Windows\\TEMP\\go-build616592290\\b028\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\83\\831218cf35af1d768dbef7ca67f8021c55e66279a1b43b8ae55d496f4a3ec4b9-d" # internal
cat >$WORK\b006\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\internal\\race",
"ImportPath": "internal/race",
"GoFiles": [
"c:\\dev\\go\\src\\internal\\race\\doc.go",
"c:\\dev\\go\\src\\internal\\race\\norace.go"
],
"ImportMap": {
"fmt": "fmt",
"unsafe": "unsafe"
},
"PackageFile": {
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a"
},
"Standard": {
"fmt": true,
"unsafe": true
},
"PackageVetx": {},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b006\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\internal\race
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b006\\vet.cfg"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b038\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b038\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\6f\\6fd449e0d003b89511fcb54af15eaa84dc032774d662eeaac97ba9709783f367-d" # internal
mkdir -p $WORK\b025\
cat >$WORK\b025\importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK\b026\_pkg_.a
packagefile errors=$WORK\b004\_pkg_.a
packagefile flag=$WORK\b028\_pkg_.a
packagefile fmt=$WORK\b029\_pkg_.a
packagefile internal/race=$WORK\b006\_pkg_.a
packagefile io=$WORK\b020\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile runtime/debug=$WORK\b037\_pkg_.a
packagefile runtime/trace=$WORK\b038\_pkg_.a
packagefile sort=$WORK\b035\_pkg_.a
packagefile strconv=$WORK\b033\_pkg_.a
packagefile strings=$WORK\b036\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b017\_pkg_.a
packagefile time=$WORK\b021\_pkg_.a
EOF
cd c:\dev\go\src\testing
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b025\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b025" -p testing -std -complete -buildid 4ZtWSGpNFSKWcU1eHy7L/4ZtWSGpNFSKWcU1eHy7L -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b025\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\testing\\allocs.go" "c:\\dev\\go\\src\\testing\\benchmark.go" "c:\\dev\\go\\src\\testing\\cover.go" "c:\\dev\\go\\src\\testing\\example.go" "c:\\dev\\go\\src\\testing\\match.go" "c:\\dev\\go\\src\\testing\\testing.go"
cat >$WORK\b014\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\runtime\\internal\\atomic",
"ImportPath": "runtime/internal/atomic",
"GoFiles": [
"c:\\dev\\go\\src\\runtime\\internal\\atomic\\atomic_amd64x.go",
"c:\\dev\\go\\src\\runtime\\internal\\atomic\\stubs.go"
],
"ImportMap": {
"fmt": "fmt",
"unsafe": "unsafe"
},
"PackageFile": {
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a"
},
"Standard": {
"fmt": true,
"unsafe": true
},
"PackageVetx": {},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b014\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cat >$WORK\b016\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\runtime\\internal\\sys",
"ImportPath": "runtime/internal/sys",
"GoFiles": [
"c:\\dev\\go\\src\\runtime\\internal\\sys\\arch.go",
"c:\\dev\\go\\src\\runtime\\internal\\sys\\arch_amd64.go",
"c:\\dev\\go\\src\\runtime\\internal\\sys\\intrinsics.go",
"c:\\dev\\go\\src\\runtime\\internal\\sys\\stubs.go",
"c:\\dev\\go\\src\\runtime\\internal\\sys\\sys.go",
"c:\\dev\\go\\src\\runtime\\internal\\sys\\zgoarch_amd64.go",
"c:\\dev\\go\\src\\runtime\\internal\\sys\\zgoos_windows.go",
"c:\\dev\\go\\src\\runtime\\internal\\sys\\zversion.go"
],
"ImportMap": {
"fmt": "fmt"
},
"PackageFile": {
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a"
},
"Standard": {
"fmt": true
},
"PackageVetx": {},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b016\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\runtime\internal\sys
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b016\\vet.cfg"
cd c:\dev\go\src\runtime\internal\atomic
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b014\\vet.cfg"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b046\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b046\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\c1\\c1b45d5cb6d38bca5fe4810f8166763589b75cece0f822c2bfb74ebbd8f9d5db-d" # internal
mkdir -p $WORK\b045\
cat >$WORK\b045\importcfg << 'EOF' # internal
# import config
packagefile bufio=$WORK\b041\_pkg_.a
packagefile compress/flate=$WORK\b046\_pkg_.a
packagefile encoding/binary=$WORK\b047\_pkg_.a
packagefile errors=$WORK\b004\_pkg_.a
packagefile fmt=$WORK\b029\_pkg_.a
packagefile hash/crc32=$WORK\b048\_pkg_.a
packagefile io=$WORK\b020\_pkg_.a
packagefile time=$WORK\b021\_pkg_.a
EOF
cd c:\dev\go\src\compress\gzip
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b045\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b045" -p compress/gzip -std -complete -buildid 0_DrkTKpyfOp69HdQjgs/0_DrkTKpyfOp69HdQjgs -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b045\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\compress\\gzip\\gunzip.go" "c:\\dev\\go\\src\\compress\\gzip\\gzip.go"
cat >$WORK\b017\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\sync\\atomic",
"ImportPath": "sync/atomic",
"GoFiles": [
"c:\\dev\\go\\src\\sync\\atomic\\doc.go",
"c:\\dev\\go\\src\\sync\\atomic\\value.go"
],
"ImportMap": {
"fmt": "fmt",
"unsafe": "unsafe"
},
"PackageFile": {
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a"
},
"Standard": {
"fmt": true,
"unsafe": true
},
"PackageVetx": {},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b017\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cat >$WORK\b015\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\runtime\\internal\\math",
"ImportPath": "runtime/internal/math",
"GoFiles": [
"c:\\dev\\go\\src\\runtime\\internal\\math\\math.go"
],
"ImportMap": {
"fmt": "fmt",
"runtime/internal/sys": "runtime/internal/sys"
},
"PackageFile": {
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a",
"runtime/internal/sys": "C:\\Windows\\TEMP\\go-build616592290\\b016\\_pkg_.a"
},
"Standard": {
"fmt": true,
"runtime/internal/sys": true
},
"PackageVetx": {
"runtime/internal/sys": "C:\\Windows\\TEMP\\go-build616592290\\b016\\vet.out"
},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b015\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\sync\atomic
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b017\\vet.cfg"
cd c:\dev\go\src\runtime\internal\math
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b015\\vet.cfg"
cat >$WORK\b027\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\unicode",
"ImportPath": "unicode",
"GoFiles": [
"c:\\dev\\go\\src\\unicode\\casetables.go",
"c:\\dev\\go\\src\\unicode\\digit.go",
"c:\\dev\\go\\src\\unicode\\graphic.go",
"c:\\dev\\go\\src\\unicode\\letter.go",
"c:\\dev\\go\\src\\unicode\\tables.go"
],
"ImportMap": {
"fmt": "fmt"
},
"PackageFile": {
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a"
},
"Standard": {
"fmt": true
},
"PackageVetx": {},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b027\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\unicode
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b027\\vet.cfg"
cat >$WORK\b011\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\runtime",
"ImportPath": "runtime",
"GoFiles": [
"c:\\dev\\go\\src\\runtime\\alg.go",
"c:\\dev\\go\\src\\runtime\\atomic_pointer.go",
"c:\\dev\\go\\src\\runtime\\auxv_none.go",
"c:\\dev\\go\\src\\runtime\\cgo.go",
"c:\\dev\\go\\src\\runtime\\cgocall.go",
"c:\\dev\\go\\src\\runtime\\cgocallback.go",
"c:\\dev\\go\\src\\runtime\\cgocheck.go",
"c:\\dev\\go\\src\\runtime\\chan.go",
"c:\\dev\\go\\src\\runtime\\compiler.go",
"c:\\dev\\go\\src\\runtime\\complex.go",
"c:\\dev\\go\\src\\runtime\\cpuflags.go",
"c:\\dev\\go\\src\\runtime\\cpuflags_amd64.go",
"c:\\dev\\go\\src\\runtime\\cpuprof.go",
"c:\\dev\\go\\src\\runtime\\cputicks.go",
"c:\\dev\\go\\src\\runtime\\debug.go",
"c:\\dev\\go\\src\\runtime\\debugcall.go",
"c:\\dev\\go\\src\\runtime\\defs_windows_amd64.go",
"c:\\dev\\go\\src\\runtime\\env_posix.go",
"c:\\dev\\go\\src\\runtime\\error.go",
"c:\\dev\\go\\src\\runtime\\extern.go",
"c:\\dev\\go\\src\\runtime\\fastlog2.go",
"c:\\dev\\go\\src\\runtime\\fastlog2table.go",
"c:\\dev\\go\\src\\runtime\\float.go",
"c:\\dev\\go\\src\\runtime\\hash64.go",
"c:\\dev\\go\\src\\runtime\\heapdump.go",
"c:\\dev\\go\\src\\runtime\\iface.go",
"c:\\dev\\go\\src\\runtime\\lfstack.go",
"c:\\dev\\go\\src\\runtime\\lfstack_64bit.go",
"c:\\dev\\go\\src\\runtime\\lock_sema.go",
"c:\\dev\\go\\src\\runtime\\malloc.go",
"c:\\dev\\go\\src\\runtime\\map.go",
"c:\\dev\\go\\src\\runtime\\map_fast32.go",
"c:\\dev\\go\\src\\runtime\\map_fast64.go",
"c:\\dev\\go\\src\\runtime\\map_faststr.go",
"c:\\dev\\go\\src\\runtime\\mbarrier.go",
"c:\\dev\\go\\src\\runtime\\mbitmap.go",
"c:\\dev\\go\\src\\runtime\\mcache.go",
"c:\\dev\\go\\src\\runtime\\mcentral.go",
"c:\\dev\\go\\src\\runtime\\mem_windows.go",
"c:\\dev\\go\\src\\runtime\\mfinal.go",
"c:\\dev\\go\\src\\runtime\\mfixalloc.go",
"c:\\dev\\go\\src\\runtime\\mgc.go",
"c:\\dev\\go\\src\\runtime\\mgclarge.go",
"c:\\dev\\go\\src\\runtime\\mgcmark.go",
"c:\\dev\\go\\src\\runtime\\mgcstack.go",
"c:\\dev\\go\\src\\runtime\\mgcsweep.go",
"c:\\dev\\go\\src\\runtime\\mgcsweepbuf.go",
"c:\\dev\\go\\src\\runtime\\mgcwork.go",
"c:\\dev\\go\\src\\runtime\\mheap.go",
"c:\\dev\\go\\src\\runtime\\mprof.go",
"c:\\dev\\go\\src\\runtime\\msan0.go",
"c:\\dev\\go\\src\\runtime\\msize.go",
"c:\\dev\\go\\src\\runtime\\mstats.go",
"c:\\dev\\go\\src\\runtime\\mwbbuf.go",
"c:\\dev\\go\\src\\runtime\\netpoll.go",
"c:\\dev\\go\\src\\runtime\\netpoll_windows.go",
"c:\\dev\\go\\src\\runtime\\os_nonopenbsd.go",
"c:\\dev\\go\\src\\runtime\\os_windows.go",
"c:\\dev\\go\\src\\runtime\\panic.go",
"c:\\dev\\go\\src\\runtime\\plugin.go",
"c:\\dev\\go\\src\\runtime\\print.go",
"c:\\dev\\go\\src\\runtime\\proc.go",
"c:\\dev\\go\\src\\runtime\\profbuf.go",
"c:\\dev\\go\\src\\runtime\\proflabel.go",
"c:\\dev\\go\\src\\runtime\\race0.go",
"c:\\dev\\go\\src\\runtime\\rdebug.go",
"c:\\dev\\go\\src\\runtime\\runtime.go",
"c:\\dev\\go\\src\\runtime\\runtime1.go",
"c:\\dev\\go\\src\\runtime\\runtime2.go",
"c:\\dev\\go\\src\\runtime\\rwmutex.go",
"c:\\dev\\go\\src\\runtime\\select.go",
"c:\\dev\\go\\src\\runtime\\sema.go",
"c:\\dev\\go\\src\\runtime\\signal_windows.go",
"c:\\dev\\go\\src\\runtime\\sigqueue.go",
"c:\\dev\\go\\src\\runtime\\sizeclasses.go",
"c:\\dev\\go\\src\\runtime\\slice.go",
"c:\\dev\\go\\src\\runtime\\softfloat64.go",
"c:\\dev\\go\\src\\runtime\\stack.go",
"c:\\dev\\go\\src\\runtime\\string.go",
"c:\\dev\\go\\src\\runtime\\stubs.go",
"c:\\dev\\go\\src\\runtime\\stubs_nonlinux.go",
"c:\\dev\\go\\src\\runtime\\stubs_x86.go",
"c:\\dev\\go\\src\\runtime\\symtab.go",
"c:\\dev\\go\\src\\runtime\\sys_nonppc64x.go",
"c:\\dev\\go\\src\\runtime\\sys_x86.go",
"c:\\dev\\go\\src\\runtime\\syscall_windows.go",
"c:\\dev\\go\\src\\runtime\\time.go",
"c:\\dev\\go\\src\\runtime\\timeasm.go",
"c:\\dev\\go\\src\\runtime\\trace.go",
"c:\\dev\\go\\src\\runtime\\traceback.go",
"c:\\dev\\go\\src\\runtime\\type.go",
"c:\\dev\\go\\src\\runtime\\typekind.go",
"c:\\dev\\go\\src\\runtime\\unaligned1.go",
"c:\\dev\\go\\src\\runtime\\utf8.go",
"c:\\dev\\go\\src\\runtime\\vdso_in_none.go",
"c:\\dev\\go\\src\\runtime\\write_err.go",
"c:\\dev\\go\\src\\runtime\\zcallback_windows.go"
],
"ImportMap": {
"fmt": "fmt",
"internal/bytealg": "internal/bytealg",
"internal/cpu": "internal/cpu",
"runtime/internal/atomic": "runtime/internal/atomic",
"runtime/internal/math": "runtime/internal/math",
"runtime/internal/sys": "runtime/internal/sys",
"unsafe": "unsafe"
},
"PackageFile": {
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a",
"internal/bytealg": "C:\\Windows\\TEMP\\go-build616592290\\b012\\_pkg_.a",
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\_pkg_.a",
"runtime/internal/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b014\\_pkg_.a",
"runtime/internal/math": "C:\\Windows\\TEMP\\go-build616592290\\b015\\_pkg_.a",
"runtime/internal/sys": "C:\\Windows\\TEMP\\go-build616592290\\b016\\_pkg_.a"
},
"Standard": {
"fmt": true,
"internal/bytealg": true,
"internal/cpu": true,
"runtime/internal/atomic": true,
"runtime/internal/math": true,
"runtime/internal/sys": true,
"unsafe": true
},
"PackageVetx": {
"internal/bytealg": "C:\\Windows\\TEMP\\go-build616592290\\b012\\vet.out",
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\vet.out",
"runtime/internal/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b014\\vet.out",
"runtime/internal/math": "C:\\Windows\\TEMP\\go-build616592290\\b015\\vet.out",
"runtime/internal/sys": "C:\\Windows\\TEMP\\go-build616592290\\b016\\vet.out"
},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b011\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\runtime
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b011\\vet.cfg"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b045\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b045\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\8b\\8b5a43b90d94d796e3ed4520e051ebc694fe7bee235d035664200ae6429e5535-d" # internal
mkdir -p $WORK\b044\
cat >$WORK\b044\importcfg << 'EOF' # internal
# import config
packagefile bufio=$WORK\b041\_pkg_.a
packagefile bytes=$WORK\b026\_pkg_.a
packagefile compress/gzip=$WORK\b045\_pkg_.a
packagefile context=$WORK\b039\_pkg_.a
packagefile encoding/binary=$WORK\b047\_pkg_.a
packagefile errors=$WORK\b004\_pkg_.a
packagefile fmt=$WORK\b029\_pkg_.a
packagefile io=$WORK\b020\_pkg_.a
packagefile io/ioutil=$WORK\b050\_pkg_.a
packagefile math=$WORK\b032\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile sort=$WORK\b035\_pkg_.a
packagefile strconv=$WORK\b033\_pkg_.a
packagefile strings=$WORK\b036\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile text/tabwriter=$WORK\b052\_pkg_.a
packagefile time=$WORK\b021\_pkg_.a
EOF
cd c:\dev\go\src\runtime\pprof
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b044\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b044" -p runtime/pprof -std -buildid AiN4coFML9SH1QuxX9BM/AiN4coFML9SH1QuxX9BM -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b044\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\runtime\\pprof\\elf.go" "c:\\dev\\go\\src\\runtime\\pprof\\label.go" "c:\\dev\\go\\src\\runtime\\pprof\\map.go" "c:\\dev\\go\\src\\runtime\\pprof\\pprof.go" "c:\\dev\\go\\src\\runtime\\pprof\\proto.go" "c:\\dev\\go\\src\\runtime\\pprof\\protobuf.go" "c:\\dev\\go\\src\\runtime\\pprof\\protomem.go" "c:\\dev\\go\\src\\runtime\\pprof\\runtime.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b025\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b025\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\5c\\5ca0abe5d4e9aa5d8e2514c7c39473ba6867191c5221963f25416db1a35a34f5-d" # internal
mkdir -p $WORK\b053\
cat >$WORK\b053\importcfg << 'EOF' # internal
# import config
packagefile testing=$WORK\b025\_pkg_.a
EOF
cd c:\dev\go\src\cmd\go\testdata
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b053\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b053" -p command-line-arguments -complete -buildid Cbthw8KChajYNIQXGAqh/Cbthw8KChajYNIQXGAqh -D _/c_/dev/go/src/cmd/go/testdata -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b053\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\dep_test.go"
cat >$WORK\b023\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\unicode\\utf8",
"ImportPath": "unicode/utf8",
"GoFiles": [
"c:\\dev\\go\\src\\unicode\\utf8\\utf8.go"
],
"ImportMap": {
"fmt": "fmt"
},
"PackageFile": {
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a"
},
"Standard": {
"fmt": true
},
"PackageVetx": {},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b023\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\unicode\utf8
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b023\\vet.cfg"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b053\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b053\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\81\\81bf4c52c66507ec8852fecfb673b45fce11d9d9827bea3989f9fe779e3b95e4-d" # internal
cat >$WORK\b032\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\math",
"ImportPath": "math",
"GoFiles": [
"c:\\dev\\go\\src\\math\\abs.go",
"c:\\dev\\go\\src\\math\\acosh.go",
"c:\\dev\\go\\src\\math\\asin.go",
"c:\\dev\\go\\src\\math\\asinh.go",
"c:\\dev\\go\\src\\math\\atan.go",
"c:\\dev\\go\\src\\math\\atan2.go",
"c:\\dev\\go\\src\\math\\atanh.go",
"c:\\dev\\go\\src\\math\\bits.go",
"c:\\dev\\go\\src\\math\\cbrt.go",
"c:\\dev\\go\\src\\math\\const.go",
"c:\\dev\\go\\src\\math\\copysign.go",
"c:\\dev\\go\\src\\math\\dim.go",
"c:\\dev\\go\\src\\math\\erf.go",
"c:\\dev\\go\\src\\math\\erfinv.go",
"c:\\dev\\go\\src\\math\\exp.go",
"c:\\dev\\go\\src\\math\\exp_asm.go",
"c:\\dev\\go\\src\\math\\expm1.go",
"c:\\dev\\go\\src\\math\\floor.go",
"c:\\dev\\go\\src\\math\\frexp.go",
"c:\\dev\\go\\src\\math\\gamma.go",
"c:\\dev\\go\\src\\math\\hypot.go",
"c:\\dev\\go\\src\\math\\j0.go",
"c:\\dev\\go\\src\\math\\j1.go",
"c:\\dev\\go\\src\\math\\jn.go",
"c:\\dev\\go\\src\\math\\ldexp.go",
"c:\\dev\\go\\src\\math\\lgamma.go",
"c:\\dev\\go\\src\\math\\log.go",
"c:\\dev\\go\\src\\math\\log10.go",
"c:\\dev\\go\\src\\math\\log1p.go",
"c:\\dev\\go\\src\\math\\logb.go",
"c:\\dev\\go\\src\\math\\mod.go",
"c:\\dev\\go\\src\\math\\modf.go",
"c:\\dev\\go\\src\\math\\nextafter.go",
"c:\\dev\\go\\src\\math\\pow.go",
"c:\\dev\\go\\src\\math\\pow10.go",
"c:\\dev\\go\\src\\math\\remainder.go",
"c:\\dev\\go\\src\\math\\signbit.go",
"c:\\dev\\go\\src\\math\\sin.go",
"c:\\dev\\go\\src\\math\\sincos.go",
"c:\\dev\\go\\src\\math\\sinh.go",
"c:\\dev\\go\\src\\math\\sqrt.go",
"c:\\dev\\go\\src\\math\\tan.go",
"c:\\dev\\go\\src\\math\\tanh.go",
"c:\\dev\\go\\src\\math\\unsafe.go"
],
"ImportMap": {
"fmt": "fmt",
"internal/cpu": "internal/cpu",
"unsafe": "unsafe"
},
"PackageFile": {
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a",
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\_pkg_.a"
},
"Standard": {
"fmt": true,
"internal/cpu": true,
"unsafe": true
},
"PackageVetx": {
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\vet.out"
},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b032\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\math
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b032\\vet.cfg"
cat >$WORK\b034\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\math\\bits",
"ImportPath": "math/bits",
"GoFiles": [
"c:\\dev\\go\\src\\math\\bits\\bits.go",
"c:\\dev\\go\\src\\math\\bits\\bits_tables.go"
],
"ImportMap": {
"fmt": "fmt"
},
"PackageFile": {
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a"
},
"Standard": {
"fmt": true
},
"PackageVetx": {},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b034\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\math\bits
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b034\\vet.cfg"
cat >$WORK\b009\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\internal\\syscall\\windows\\sysdll",
"ImportPath": "internal/syscall/windows/sysdll",
"GoFiles": [
"c:\\dev\\go\\src\\internal\\syscall\\windows\\sysdll\\sysdll.go"
],
"ImportMap": {
"fmt": "fmt"
},
"PackageFile": {
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a"
},
"Standard": {
"fmt": true
},
"PackageVetx": {},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b009\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\internal\syscall\windows\sysdll
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b009\\vet.cfg"
cat >$WORK\b033\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\strconv",
"ImportPath": "strconv",
"GoFiles": [
"c:\\dev\\go\\src\\strconv\\atob.go",
"c:\\dev\\go\\src\\strconv\\atof.go",
"c:\\dev\\go\\src\\strconv\\atoi.go",
"c:\\dev\\go\\src\\strconv\\decimal.go",
"c:\\dev\\go\\src\\strconv\\doc.go",
"c:\\dev\\go\\src\\strconv\\extfloat.go",
"c:\\dev\\go\\src\\strconv\\ftoa.go",
"c:\\dev\\go\\src\\strconv\\isprint.go",
"c:\\dev\\go\\src\\strconv\\itoa.go",
"c:\\dev\\go\\src\\strconv\\quote.go"
],
"ImportMap": {
"errors": "errors",
"fmt": "fmt",
"internal/bytealg": "internal/bytealg",
"math": "math",
"math/bits": "math/bits",
"unicode/utf8": "unicode/utf8"
},
"PackageFile": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\_pkg_.a",
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a",
"internal/bytealg": "C:\\Windows\\TEMP\\go-build616592290\\b012\\_pkg_.a",
"math": "C:\\Windows\\TEMP\\go-build616592290\\b032\\_pkg_.a",
"math/bits": "C:\\Windows\\TEMP\\go-build616592290\\b034\\_pkg_.a",
"unicode/utf8": "C:\\Windows\\TEMP\\go-build616592290\\b023\\_pkg_.a"
},
"Standard": {
"errors": true,
"fmt": true,
"internal/bytealg": true,
"math": true,
"math/bits": true,
"unicode/utf8": true
},
"PackageVetx": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\vet.out",
"internal/bytealg": "C:\\Windows\\TEMP\\go-build616592290\\b012\\vet.out",
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\vet.out",
"math": "C:\\Windows\\TEMP\\go-build616592290\\b032\\vet.out",
"math/bits": "C:\\Windows\\TEMP\\go-build616592290\\b034\\vet.out",
"unicode/utf8": "C:\\Windows\\TEMP\\go-build616592290\\b023\\vet.out"
},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b033\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\strconv
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b033\\vet.cfg"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b044\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b044\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\d3\\d3e855589eb64ef5f12c1afa06b1b8e381e95ac0e8b01385d873908710933039-d" # internal
cat >$WORK\b019\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\unicode\\utf16",
"ImportPath": "unicode/utf16",
"GoFiles": [
"c:\\dev\\go\\src\\unicode\\utf16\\utf16.go"
],
"ImportMap": {
"fmt": "fmt"
},
"PackageFile": {
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a"
},
"Standard": {
"fmt": true
},
"PackageVetx": {},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b019\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
mkdir -p $WORK\b040\
cd c:\dev\go\src\unicode\utf16
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b019\\vet.cfg"
cat >$WORK\b040\importcfg << 'EOF' # internal
# import config
packagefile bufio=$WORK\b041\_pkg_.a
packagefile internal/testlog=$WORK\b024\_pkg_.a
packagefile io=$WORK\b020\_pkg_.a
packagefile regexp=$WORK\b042\_pkg_.a
packagefile runtime/pprof=$WORK\b044\_pkg_.a
packagefile strings=$WORK\b036\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
EOF
cd c:\dev\go\src\testing\internal\testdeps
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b040\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b040" -p testing/internal/testdeps -std -complete -buildid 0Xd7WruQxM7IOrw1Zkv_/0Xd7WruQxM7IOrw1Zkv_ -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b040\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\testing\\internal\\testdeps\\deps.go"
cat >$WORK\b024\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\internal\\testlog",
"ImportPath": "internal/testlog",
"GoFiles": [
"c:\\dev\\go\\src\\internal\\testlog\\log.go"
],
"ImportMap": {
"fmt": "fmt",
"sync/atomic": "sync/atomic"
},
"PackageFile": {
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\_pkg_.a"
},
"Standard": {
"fmt": true,
"sync/atomic": true
},
"PackageVetx": {
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\vet.out"
},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b024\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\internal\testlog
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b024\\vet.cfg"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b040\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b040\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\d0\\d0dd812ce83daeaa6290ecbff1eb9cbcfb6a0dfbb695c737a9caf1c74efb90c9-d" # internal
cat >$WORK\b001\importcfg << 'EOF' # internal
# import config
packagefile os=$WORK\b003\_pkg_.a
packagefile testing=$WORK\b025\_pkg_.a
packagefile testing/internal/testdeps=$WORK\b040\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile command-line-arguments=$WORK\b053\_pkg_.a
EOF
cd $WORK\b001\
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build616592290\\b001" -p main -complete -buildid MPmSyOynYG2TFNz9f9q9/MPmSyOynYG2TFNz9f9q9 -D "" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b001\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\go-build616592290\\b001\\_testmain.go"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b001\\_pkg_.a" # internal
cp "C:\\Windows\\TEMP\\go-build616592290\\b001\\_pkg_.a" "C:\\Users\\Lubo\\AppData\\Local\\go-build\\c4\\c4b4399a42d2529d22fa55e335dd0caef1378d94400990796be156866e6e0684-d" # internal
cat >$WORK\b001\importcfg.link << 'EOF' # internal
packagefile command-line-arguments.test=$WORK\b001\_pkg_.a
packagefile os=$WORK\b003\_pkg_.a
packagefile testing=$WORK\b025\_pkg_.a
packagefile testing/internal/testdeps=$WORK\b040\_pkg_.a
packagefile runtime=$WORK\b011\_pkg_.a
packagefile command-line-arguments=$WORK\b053\_pkg_.a
packagefile errors=$WORK\b004\_pkg_.a
packagefile internal/poll=$WORK\b005\_pkg_.a
packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
packagefile internal/testlog=$WORK\b024\_pkg_.a
packagefile io=$WORK\b020\_pkg_.a
packagefile sync=$WORK\b010\_pkg_.a
packagefile sync/atomic=$WORK\b017\_pkg_.a
packagefile syscall=$WORK\b018\_pkg_.a
packagefile time=$WORK\b021\_pkg_.a
packagefile unicode/utf16=$WORK\b019\_pkg_.a
packagefile bytes=$WORK\b026\_pkg_.a
packagefile flag=$WORK\b028\_pkg_.a
packagefile fmt=$WORK\b029\_pkg_.a
packagefile internal/race=$WORK\b006\_pkg_.a
packagefile runtime/debug=$WORK\b037\_pkg_.a
packagefile runtime/trace=$WORK\b038\_pkg_.a
packagefile sort=$WORK\b035\_pkg_.a
packagefile strconv=$WORK\b033\_pkg_.a
packagefile strings=$WORK\b036\_pkg_.a
packagefile bufio=$WORK\b041\_pkg_.a
packagefile regexp=$WORK\b042\_pkg_.a
packagefile runtime/pprof=$WORK\b044\_pkg_.a
packagefile internal/bytealg=$WORK\b012\_pkg_.a
packagefile internal/cpu=$WORK\b013\_pkg_.a
packagefile runtime/internal/atomic=$WORK\b014\_pkg_.a
packagefile runtime/internal/math=$WORK\b015\_pkg_.a
packagefile runtime/internal/sys=$WORK\b016\_pkg_.a
packagefile unicode/utf8=$WORK\b023\_pkg_.a
packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
packagefile internal/syscall/windows/registry=$WORK\b022\_pkg_.a
packagefile unicode=$WORK\b027\_pkg_.a
packagefile reflect=$WORK\b031\_pkg_.a
packagefile internal/fmtsort=$WORK\b030\_pkg_.a
packagefile math=$WORK\b032\_pkg_.a
packagefile context=$WORK\b039\_pkg_.a
packagefile math/bits=$WORK\b034\_pkg_.a
packagefile regexp/syntax=$WORK\b043\_pkg_.a
packagefile compress/gzip=$WORK\b045\_pkg_.a
packagefile encoding/binary=$WORK\b047\_pkg_.a
packagefile io/ioutil=$WORK\b050\_pkg_.a
packagefile text/tabwriter=$WORK\b052\_pkg_.a
packagefile compress/flate=$WORK\b046\_pkg_.a
packagefile hash/crc32=$WORK\b048\_pkg_.a
packagefile path/filepath=$WORK\b051\_pkg_.a
packagefile hash=$WORK\b049\_pkg_.a
EOF
cd .
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "C:\\Windows\\TEMP\\go-build616592290\\b001\\deps.test.exe" -importcfg "C:\\Windows\\TEMP\\go-build616592290\\b001\\importcfg.link" -buildmode=exe -buildid=h4XylsGfKmqS3_gQT73V/MPmSyOynYG2TFNz9f9q9/0XhxbXEmyNDQyQRyXBEu/h4XylsGfKmqS3_gQT73V -extld=gcc "C:\\Windows\\TEMP\\go-build616592290\\b001\\_pkg_.a"
"c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build616592290\\b001\\deps.test.exe" # internal
cat >$WORK\b010\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\sync",
"ImportPath": "sync",
"GoFiles": [
"c:\\dev\\go\\src\\sync\\cond.go",
"c:\\dev\\go\\src\\sync\\map.go",
"c:\\dev\\go\\src\\sync\\mutex.go",
"c:\\dev\\go\\src\\sync\\once.go",
"c:\\dev\\go\\src\\sync\\pool.go",
"c:\\dev\\go\\src\\sync\\runtime.go",
"c:\\dev\\go\\src\\sync\\rwmutex.go",
"c:\\dev\\go\\src\\sync\\waitgroup.go"
],
"ImportMap": {
"fmt": "fmt",
"internal/race": "internal/race",
"runtime": "runtime",
"sync/atomic": "sync/atomic",
"unsafe": "unsafe"
},
"PackageFile": {
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a",
"internal/race": "C:\\Windows\\TEMP\\go-build616592290\\b006\\_pkg_.a",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\_pkg_.a",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\_pkg_.a"
},
"Standard": {
"fmt": true,
"internal/race": true,
"runtime": true,
"sync/atomic": true,
"unsafe": true
},
"PackageVetx": {
"internal/bytealg": "C:\\Windows\\TEMP\\go-build616592290\\b012\\vet.out",
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\vet.out",
"internal/race": "C:\\Windows\\TEMP\\go-build616592290\\b006\\vet.out",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\vet.out",
"runtime/internal/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b014\\vet.out",
"runtime/internal/math": "C:\\Windows\\TEMP\\go-build616592290\\b015\\vet.out",
"runtime/internal/sys": "C:\\Windows\\TEMP\\go-build616592290\\b016\\vet.out",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\vet.out"
},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b010\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\sync
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b010\\vet.cfg"
cat >$WORK\b020\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\io",
"ImportPath": "io",
"GoFiles": [
"c:\\dev\\go\\src\\io\\io.go",
"c:\\dev\\go\\src\\io\\multi.go",
"c:\\dev\\go\\src\\io\\pipe.go"
],
"ImportMap": {
"errors": "errors",
"fmt": "fmt",
"sync": "sync",
"sync/atomic": "sync/atomic"
},
"PackageFile": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\_pkg_.a",
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\_pkg_.a",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\_pkg_.a"
},
"Standard": {
"errors": true,
"fmt": true,
"sync": true,
"sync/atomic": true
},
"PackageVetx": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\vet.out",
"internal/bytealg": "C:\\Windows\\TEMP\\go-build616592290\\b012\\vet.out",
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\vet.out",
"internal/race": "C:\\Windows\\TEMP\\go-build616592290\\b006\\vet.out",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\vet.out",
"runtime/internal/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b014\\vet.out",
"runtime/internal/math": "C:\\Windows\\TEMP\\go-build616592290\\b015\\vet.out",
"runtime/internal/sys": "C:\\Windows\\TEMP\\go-build616592290\\b016\\vet.out",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\vet.out",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\vet.out"
},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b020\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cat >$WORK\b031\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\reflect",
"ImportPath": "reflect",
"GoFiles": [
"c:\\dev\\go\\src\\reflect\\deepequal.go",
"c:\\dev\\go\\src\\reflect\\makefunc.go",
"c:\\dev\\go\\src\\reflect\\swapper.go",
"c:\\dev\\go\\src\\reflect\\type.go",
"c:\\dev\\go\\src\\reflect\\value.go"
],
"ImportMap": {
"fmt": "fmt",
"math": "math",
"runtime": "runtime",
"strconv": "strconv",
"sync": "sync",
"unicode": "unicode",
"unicode/utf8": "unicode/utf8",
"unsafe": "unsafe"
},
"PackageFile": {
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a",
"math": "C:\\Windows\\TEMP\\go-build616592290\\b032\\_pkg_.a",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\_pkg_.a",
"strconv": "C:\\Windows\\TEMP\\go-build616592290\\b033\\_pkg_.a",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\_pkg_.a",
"unicode": "C:\\Windows\\TEMP\\go-build616592290\\b027\\_pkg_.a",
"unicode/utf8": "C:\\Windows\\TEMP\\go-build616592290\\b023\\_pkg_.a"
},
"Standard": {
"fmt": true,
"math": true,
"runtime": true,
"strconv": true,
"sync": true,
"unicode": true,
"unicode/utf8": true,
"unsafe": true
},
"PackageVetx": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\vet.out",
"internal/bytealg": "C:\\Windows\\TEMP\\go-build616592290\\b012\\vet.out",
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\vet.out",
"internal/race": "C:\\Windows\\TEMP\\go-build616592290\\b006\\vet.out",
"math": "C:\\Windows\\TEMP\\go-build616592290\\b032\\vet.out",
"math/bits": "C:\\Windows\\TEMP\\go-build616592290\\b034\\vet.out",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\vet.out",
"runtime/internal/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b014\\vet.out",
"runtime/internal/math": "C:\\Windows\\TEMP\\go-build616592290\\b015\\vet.out",
"runtime/internal/sys": "C:\\Windows\\TEMP\\go-build616592290\\b016\\vet.out",
"strconv": "C:\\Windows\\TEMP\\go-build616592290\\b033\\vet.out",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\vet.out",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\vet.out",
"unicode": "C:\\Windows\\TEMP\\go-build616592290\\b027\\vet.out",
"unicode/utf8": "C:\\Windows\\TEMP\\go-build616592290\\b023\\vet.out"
},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b031\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cat >$WORK\b018\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\syscall",
"ImportPath": "syscall",
"GoFiles": [
"c:\\dev\\go\\src\\syscall\\dll_windows.go",
"c:\\dev\\go\\src\\syscall\\endian_little.go",
"c:\\dev\\go\\src\\syscall\\env_windows.go",
"c:\\dev\\go\\src\\syscall\\exec_windows.go",
"c:\\dev\\go\\src\\syscall\\msan0.go",
"c:\\dev\\go\\src\\syscall\\net.go",
"c:\\dev\\go\\src\\syscall\\security_windows.go",
"c:\\dev\\go\\src\\syscall\\str.go",
"c:\\dev\\go\\src\\syscall\\syscall.go",
"c:\\dev\\go\\src\\syscall\\syscall_windows.go",
"c:\\dev\\go\\src\\syscall\\syscall_windows_amd64.go",
"c:\\dev\\go\\src\\syscall\\types_windows.go",
"c:\\dev\\go\\src\\syscall\\types_windows_amd64.go",
"c:\\dev\\go\\src\\syscall\\zerrors_windows.go",
"c:\\dev\\go\\src\\syscall\\zerrors_windows_amd64.go",
"c:\\dev\\go\\src\\syscall\\zsyscall_windows.go",
"c:\\dev\\go\\src\\syscall\\zsysnum_windows_amd64.go"
],
"ImportMap": {
"errors": "errors",
"fmt": "fmt",
"internal/race": "internal/race",
"internal/syscall/windows/sysdll": "internal/syscall/windows/sysdll",
"runtime": "runtime",
"sync": "sync",
"sync/atomic": "sync/atomic",
"unicode/utf16": "unicode/utf16",
"unsafe": "unsafe"
},
"PackageFile": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\_pkg_.a",
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a",
"internal/race": "C:\\Windows\\TEMP\\go-build616592290\\b006\\_pkg_.a",
"internal/syscall/windows/sysdll": "C:\\Windows\\TEMP\\go-build616592290\\b009\\_pkg_.a",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\_pkg_.a",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\_pkg_.a",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\_pkg_.a",
"unicode/utf16": "C:\\Windows\\TEMP\\go-build616592290\\b019\\_pkg_.a"
},
"Standard": {
"errors": true,
"fmt": true,
"internal/race": true,
"internal/syscall/windows/sysdll": true,
"runtime": true,
"sync": true,
"sync/atomic": true,
"unicode/utf16": true,
"unsafe": true
},
"PackageVetx": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\vet.out",
"internal/bytealg": "C:\\Windows\\TEMP\\go-build616592290\\b012\\vet.out",
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\vet.out",
"internal/race": "C:\\Windows\\TEMP\\go-build616592290\\b006\\vet.out",
"internal/syscall/windows/sysdll": "C:\\Windows\\TEMP\\go-build616592290\\b009\\vet.out",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\vet.out",
"runtime/internal/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b014\\vet.out",
"runtime/internal/math": "C:\\Windows\\TEMP\\go-build616592290\\b015\\vet.out",
"runtime/internal/sys": "C:\\Windows\\TEMP\\go-build616592290\\b016\\vet.out",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\vet.out",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\vet.out",
"unicode/utf16": "C:\\Windows\\TEMP\\go-build616592290\\b019\\vet.out"
},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b018\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\reflect
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b031\\vet.cfg"
cd c:\dev\go\src\io
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b020\\vet.cfg"
cd c:\dev\go\src\syscall
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b018\\vet.cfg"
cat >$WORK\b026\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\bytes",
"ImportPath": "bytes",
"GoFiles": [
"c:\\dev\\go\\src\\bytes\\buffer.go",
"c:\\dev\\go\\src\\bytes\\bytes.go",
"c:\\dev\\go\\src\\bytes\\bytes_decl.go",
"c:\\dev\\go\\src\\bytes\\reader.go"
],
"ImportMap": {
"errors": "errors",
"fmt": "fmt",
"internal/bytealg": "internal/bytealg",
"io": "io",
"unicode": "unicode",
"unicode/utf8": "unicode/utf8"
},
"PackageFile": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\_pkg_.a",
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a",
"internal/bytealg": "C:\\Windows\\TEMP\\go-build616592290\\b012\\_pkg_.a",
"io": "C:\\Windows\\TEMP\\go-build616592290\\b020\\_pkg_.a",
"unicode": "C:\\Windows\\TEMP\\go-build616592290\\b027\\_pkg_.a",
"unicode/utf8": "C:\\Windows\\TEMP\\go-build616592290\\b023\\_pkg_.a"
},
"Standard": {
"errors": true,
"fmt": true,
"internal/bytealg": true,
"io": true,
"unicode": true,
"unicode/utf8": true
},
"PackageVetx": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\vet.out",
"internal/bytealg": "C:\\Windows\\TEMP\\go-build616592290\\b012\\vet.out",
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\vet.out",
"internal/race": "C:\\Windows\\TEMP\\go-build616592290\\b006\\vet.out",
"io": "C:\\Windows\\TEMP\\go-build616592290\\b020\\vet.out",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\vet.out",
"runtime/internal/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b014\\vet.out",
"runtime/internal/math": "C:\\Windows\\TEMP\\go-build616592290\\b015\\vet.out",
"runtime/internal/sys": "C:\\Windows\\TEMP\\go-build616592290\\b016\\vet.out",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\vet.out",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\vet.out",
"unicode": "C:\\Windows\\TEMP\\go-build616592290\\b027\\vet.out",
"unicode/utf8": "C:\\Windows\\TEMP\\go-build616592290\\b023\\vet.out"
},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b026\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\bytes
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b026\\vet.cfg"
cat >$WORK\b036\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\strings",
"ImportPath": "strings",
"GoFiles": [
"c:\\dev\\go\\src\\strings\\builder.go",
"c:\\dev\\go\\src\\strings\\compare.go",
"c:\\dev\\go\\src\\strings\\reader.go",
"c:\\dev\\go\\src\\strings\\replace.go",
"c:\\dev\\go\\src\\strings\\search.go",
"c:\\dev\\go\\src\\strings\\strings.go",
"c:\\dev\\go\\src\\strings\\strings_decl.go"
],
"ImportMap": {
"errors": "errors",
"fmt": "fmt",
"internal/bytealg": "internal/bytealg",
"io": "io",
"sync": "sync",
"unicode": "unicode",
"unicode/utf8": "unicode/utf8",
"unsafe": "unsafe"
},
"PackageFile": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\_pkg_.a",
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a",
"internal/bytealg": "C:\\Windows\\TEMP\\go-build616592290\\b012\\_pkg_.a",
"io": "C:\\Windows\\TEMP\\go-build616592290\\b020\\_pkg_.a",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\_pkg_.a",
"unicode": "C:\\Windows\\TEMP\\go-build616592290\\b027\\_pkg_.a",
"unicode/utf8": "C:\\Windows\\TEMP\\go-build616592290\\b023\\_pkg_.a"
},
"Standard": {
"errors": true,
"fmt": true,
"internal/bytealg": true,
"io": true,
"sync": true,
"unicode": true,
"unicode/utf8": true,
"unsafe": true
},
"PackageVetx": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\vet.out",
"internal/bytealg": "C:\\Windows\\TEMP\\go-build616592290\\b012\\vet.out",
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\vet.out",
"internal/race": "C:\\Windows\\TEMP\\go-build616592290\\b006\\vet.out",
"io": "C:\\Windows\\TEMP\\go-build616592290\\b020\\vet.out",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\vet.out",
"runtime/internal/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b014\\vet.out",
"runtime/internal/math": "C:\\Windows\\TEMP\\go-build616592290\\b015\\vet.out",
"runtime/internal/sys": "C:\\Windows\\TEMP\\go-build616592290\\b016\\vet.out",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\vet.out",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\vet.out",
"unicode": "C:\\Windows\\TEMP\\go-build616592290\\b027\\vet.out",
"unicode/utf8": "C:\\Windows\\TEMP\\go-build616592290\\b023\\vet.out"
},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b036\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\strings
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b036\\vet.cfg"
cat >$WORK\b035\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\sort",
"ImportPath": "sort",
"GoFiles": [
"c:\\dev\\go\\src\\sort\\search.go",
"c:\\dev\\go\\src\\sort\\slice.go",
"c:\\dev\\go\\src\\sort\\sort.go",
"c:\\dev\\go\\src\\sort\\zfuncversion.go"
],
"ImportMap": {
"fmt": "fmt",
"reflect": "reflect"
},
"PackageFile": {
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a",
"reflect": "C:\\Windows\\TEMP\\go-build616592290\\b031\\_pkg_.a"
},
"Standard": {
"fmt": true,
"reflect": true
},
"PackageVetx": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\vet.out",
"internal/bytealg": "C:\\Windows\\TEMP\\go-build616592290\\b012\\vet.out",
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\vet.out",
"internal/race": "C:\\Windows\\TEMP\\go-build616592290\\b006\\vet.out",
"math": "C:\\Windows\\TEMP\\go-build616592290\\b032\\vet.out",
"math/bits": "C:\\Windows\\TEMP\\go-build616592290\\b034\\vet.out",
"reflect": "C:\\Windows\\TEMP\\go-build616592290\\b031\\vet.out",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\vet.out",
"runtime/internal/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b014\\vet.out",
"runtime/internal/math": "C:\\Windows\\TEMP\\go-build616592290\\b015\\vet.out",
"runtime/internal/sys": "C:\\Windows\\TEMP\\go-build616592290\\b016\\vet.out",
"strconv": "C:\\Windows\\TEMP\\go-build616592290\\b033\\vet.out",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\vet.out",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\vet.out",
"unicode": "C:\\Windows\\TEMP\\go-build616592290\\b027\\vet.out",
"unicode/utf8": "C:\\Windows\\TEMP\\go-build616592290\\b023\\vet.out"
},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b035\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\sort
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b035\\vet.cfg"
cat >$WORK\b008\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\internal\\syscall\\windows",
"ImportPath": "internal/syscall/windows",
"GoFiles": [
"c:\\dev\\go\\src\\internal\\syscall\\windows\\mksyscall.go",
"c:\\dev\\go\\src\\internal\\syscall\\windows\\psapi_windows.go",
"c:\\dev\\go\\src\\internal\\syscall\\windows\\reparse_windows.go",
"c:\\dev\\go\\src\\internal\\syscall\\windows\\security_windows.go",
"c:\\dev\\go\\src\\internal\\syscall\\windows\\symlink_windows.go",
"c:\\dev\\go\\src\\internal\\syscall\\windows\\syscall_windows.go",
"c:\\dev\\go\\src\\internal\\syscall\\windows\\zsyscall_windows.go"
],
"ImportMap": {
"fmt": "fmt",
"internal/syscall/windows/sysdll": "internal/syscall/windows/sysdll",
"sync": "sync",
"syscall": "syscall",
"unsafe": "unsafe"
},
"PackageFile": {
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a",
"internal/syscall/windows/sysdll": "C:\\Windows\\TEMP\\go-build616592290\\b009\\_pkg_.a",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\_pkg_.a",
"syscall": "C:\\Windows\\TEMP\\go-build616592290\\b018\\_pkg_.a"
},
"Standard": {
"fmt": true,
"internal/syscall/windows/sysdll": true,
"sync": true,
"syscall": true,
"unsafe": true
},
"PackageVetx": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\vet.out",
"internal/bytealg": "C:\\Windows\\TEMP\\go-build616592290\\b012\\vet.out",
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\vet.out",
"internal/race": "C:\\Windows\\TEMP\\go-build616592290\\b006\\vet.out",
"internal/syscall/windows/sysdll": "C:\\Windows\\TEMP\\go-build616592290\\b009\\vet.out",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\vet.out",
"runtime/internal/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b014\\vet.out",
"runtime/internal/math": "C:\\Windows\\TEMP\\go-build616592290\\b015\\vet.out",
"runtime/internal/sys": "C:\\Windows\\TEMP\\go-build616592290\\b016\\vet.out",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\vet.out",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\vet.out",
"syscall": "C:\\Windows\\TEMP\\go-build616592290\\b018\\vet.out",
"unicode/utf16": "C:\\Windows\\TEMP\\go-build616592290\\b019\\vet.out"
},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b008\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cat >$WORK\b022\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\internal\\syscall\\windows\\registry",
"ImportPath": "internal/syscall/windows/registry",
"GoFiles": [
"c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\key.go",
"c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\mksyscall.go",
"c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\syscall.go",
"c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\value.go",
"c:\\dev\\go\\src\\internal\\syscall\\windows\\registry\\zsyscall_windows.go"
],
"ImportMap": {
"errors": "errors",
"fmt": "fmt",
"internal/syscall/windows/sysdll": "internal/syscall/windows/sysdll",
"io": "io",
"syscall": "syscall",
"unicode/utf16": "unicode/utf16",
"unsafe": "unsafe"
},
"PackageFile": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\_pkg_.a",
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a",
"internal/syscall/windows/sysdll": "C:\\Windows\\TEMP\\go-build616592290\\b009\\_pkg_.a",
"io": "C:\\Windows\\TEMP\\go-build616592290\\b020\\_pkg_.a",
"syscall": "C:\\Windows\\TEMP\\go-build616592290\\b018\\_pkg_.a",
"unicode/utf16": "C:\\Windows\\TEMP\\go-build616592290\\b019\\_pkg_.a"
},
"Standard": {
"errors": true,
"fmt": true,
"internal/syscall/windows/sysdll": true,
"io": true,
"syscall": true,
"unicode/utf16": true,
"unsafe": true
},
"PackageVetx": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\vet.out",
"internal/bytealg": "C:\\Windows\\TEMP\\go-build616592290\\b012\\vet.out",
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\vet.out",
"internal/race": "C:\\Windows\\TEMP\\go-build616592290\\b006\\vet.out",
"internal/syscall/windows/sysdll": "C:\\Windows\\TEMP\\go-build616592290\\b009\\vet.out",
"io": "C:\\Windows\\TEMP\\go-build616592290\\b020\\vet.out",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\vet.out",
"runtime/internal/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b014\\vet.out",
"runtime/internal/math": "C:\\Windows\\TEMP\\go-build616592290\\b015\\vet.out",
"runtime/internal/sys": "C:\\Windows\\TEMP\\go-build616592290\\b016\\vet.out",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\vet.out",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\vet.out",
"syscall": "C:\\Windows\\TEMP\\go-build616592290\\b018\\vet.out",
"unicode/utf16": "C:\\Windows\\TEMP\\go-build616592290\\b019\\vet.out"
},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b022\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\internal\syscall\windows
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b008\\vet.cfg"
cd c:\dev\go\src\internal\syscall\windows\registry
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b022\\vet.cfg"
cat >$WORK\b030\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\internal\\fmtsort",
"ImportPath": "internal/fmtsort",
"GoFiles": [
"c:\\dev\\go\\src\\internal\\fmtsort\\sort.go"
],
"ImportMap": {
"fmt": "fmt",
"reflect": "reflect",
"sort": "sort"
},
"PackageFile": {
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a",
"reflect": "C:\\Windows\\TEMP\\go-build616592290\\b031\\_pkg_.a",
"sort": "C:\\Windows\\TEMP\\go-build616592290\\b035\\_pkg_.a"
},
"Standard": {
"fmt": true,
"reflect": true,
"sort": true
},
"PackageVetx": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\vet.out",
"internal/bytealg": "C:\\Windows\\TEMP\\go-build616592290\\b012\\vet.out",
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\vet.out",
"internal/race": "C:\\Windows\\TEMP\\go-build616592290\\b006\\vet.out",
"math": "C:\\Windows\\TEMP\\go-build616592290\\b032\\vet.out",
"math/bits": "C:\\Windows\\TEMP\\go-build616592290\\b034\\vet.out",
"reflect": "C:\\Windows\\TEMP\\go-build616592290\\b031\\vet.out",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\vet.out",
"runtime/internal/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b014\\vet.out",
"runtime/internal/math": "C:\\Windows\\TEMP\\go-build616592290\\b015\\vet.out",
"runtime/internal/sys": "C:\\Windows\\TEMP\\go-build616592290\\b016\\vet.out",
"sort": "C:\\Windows\\TEMP\\go-build616592290\\b035\\vet.out",
"strconv": "C:\\Windows\\TEMP\\go-build616592290\\b033\\vet.out",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\vet.out",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\vet.out",
"unicode": "C:\\Windows\\TEMP\\go-build616592290\\b027\\vet.out",
"unicode/utf8": "C:\\Windows\\TEMP\\go-build616592290\\b023\\vet.out"
},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b030\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\internal\fmtsort
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b030\\vet.cfg"
cat >$WORK\b021\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\time",
"ImportPath": "time",
"GoFiles": [
"c:\\dev\\go\\src\\time\\format.go",
"c:\\dev\\go\\src\\time\\sleep.go",
"c:\\dev\\go\\src\\time\\sys_windows.go",
"c:\\dev\\go\\src\\time\\tick.go",
"c:\\dev\\go\\src\\time\\time.go",
"c:\\dev\\go\\src\\time\\zoneinfo.go",
"c:\\dev\\go\\src\\time\\zoneinfo_abbrs_windows.go",
"c:\\dev\\go\\src\\time\\zoneinfo_read.go",
"c:\\dev\\go\\src\\time\\zoneinfo_windows.go"
],
"ImportMap": {
"errors": "errors",
"fmt": "fmt",
"internal/syscall/windows/registry": "internal/syscall/windows/registry",
"runtime": "runtime",
"sync": "sync",
"syscall": "syscall"
},
"PackageFile": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\_pkg_.a",
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a",
"internal/syscall/windows/registry": "C:\\Windows\\TEMP\\go-build616592290\\b022\\_pkg_.a",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\_pkg_.a",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\_pkg_.a",
"syscall": "C:\\Windows\\TEMP\\go-build616592290\\b018\\_pkg_.a"
},
"Standard": {
"errors": true,
"fmt": true,
"internal/syscall/windows/registry": true,
"runtime": true,
"sync": true,
"syscall": true
},
"PackageVetx": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\vet.out",
"internal/bytealg": "C:\\Windows\\TEMP\\go-build616592290\\b012\\vet.out",
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\vet.out",
"internal/race": "C:\\Windows\\TEMP\\go-build616592290\\b006\\vet.out",
"internal/syscall/windows/registry": "C:\\Windows\\TEMP\\go-build616592290\\b022\\vet.out",
"internal/syscall/windows/sysdll": "C:\\Windows\\TEMP\\go-build616592290\\b009\\vet.out",
"io": "C:\\Windows\\TEMP\\go-build616592290\\b020\\vet.out",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\vet.out",
"runtime/internal/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b014\\vet.out",
"runtime/internal/math": "C:\\Windows\\TEMP\\go-build616592290\\b015\\vet.out",
"runtime/internal/sys": "C:\\Windows\\TEMP\\go-build616592290\\b016\\vet.out",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\vet.out",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\vet.out",
"syscall": "C:\\Windows\\TEMP\\go-build616592290\\b018\\vet.out",
"unicode/utf16": "C:\\Windows\\TEMP\\go-build616592290\\b019\\vet.out"
},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b021\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\time
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b021\\vet.cfg"
cat >$WORK\b005\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\internal\\poll",
"ImportPath": "internal/poll",
"GoFiles": [
"c:\\dev\\go\\src\\internal\\poll\\fd.go",
"c:\\dev\\go\\src\\internal\\poll\\fd_fsync_posix.go",
"c:\\dev\\go\\src\\internal\\poll\\fd_mutex.go",
"c:\\dev\\go\\src\\internal\\poll\\fd_poll_runtime.go",
"c:\\dev\\go\\src\\internal\\poll\\fd_posix.go",
"c:\\dev\\go\\src\\internal\\poll\\fd_windows.go",
"c:\\dev\\go\\src\\internal\\poll\\hook_windows.go",
"c:\\dev\\go\\src\\internal\\poll\\sendfile_windows.go",
"c:\\dev\\go\\src\\internal\\poll\\sockopt.go",
"c:\\dev\\go\\src\\internal\\poll\\sockopt_windows.go",
"c:\\dev\\go\\src\\internal\\poll\\sockoptip.go"
],
"ImportMap": {
"errors": "errors",
"fmt": "fmt",
"internal/race": "internal/race",
"internal/syscall/windows": "internal/syscall/windows",
"io": "io",
"runtime": "runtime",
"sync": "sync",
"sync/atomic": "sync/atomic",
"syscall": "syscall",
"time": "time",
"unicode/utf16": "unicode/utf16",
"unicode/utf8": "unicode/utf8",
"unsafe": "unsafe"
},
"PackageFile": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\_pkg_.a",
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a",
"internal/race": "C:\\Windows\\TEMP\\go-build616592290\\b006\\_pkg_.a",
"internal/syscall/windows": "C:\\Windows\\TEMP\\go-build616592290\\b008\\_pkg_.a",
"io": "C:\\Windows\\TEMP\\go-build616592290\\b020\\_pkg_.a",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\_pkg_.a",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\_pkg_.a",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\_pkg_.a",
"syscall": "C:\\Windows\\TEMP\\go-build616592290\\b018\\_pkg_.a",
"time": "C:\\Windows\\TEMP\\go-build616592290\\b021\\_pkg_.a",
"unicode/utf16": "C:\\Windows\\TEMP\\go-build616592290\\b019\\_pkg_.a",
"unicode/utf8": "C:\\Windows\\TEMP\\go-build616592290\\b023\\_pkg_.a"
},
"Standard": {
"errors": true,
"fmt": true,
"internal/race": true,
"internal/syscall/windows": true,
"io": true,
"runtime": true,
"sync": true,
"sync/atomic": true,
"syscall": true,
"time": true,
"unicode/utf16": true,
"unicode/utf8": true,
"unsafe": true
},
"PackageVetx": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\vet.out",
"internal/bytealg": "C:\\Windows\\TEMP\\go-build616592290\\b012\\vet.out",
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\vet.out",
"internal/race": "C:\\Windows\\TEMP\\go-build616592290\\b006\\vet.out",
"internal/syscall/windows": "C:\\Windows\\TEMP\\go-build616592290\\b008\\vet.out",
"internal/syscall/windows/registry": "C:\\Windows\\TEMP\\go-build616592290\\b022\\vet.out",
"internal/syscall/windows/sysdll": "C:\\Windows\\TEMP\\go-build616592290\\b009\\vet.out",
"io": "C:\\Windows\\TEMP\\go-build616592290\\b020\\vet.out",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\vet.out",
"runtime/internal/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b014\\vet.out",
"runtime/internal/math": "C:\\Windows\\TEMP\\go-build616592290\\b015\\vet.out",
"runtime/internal/sys": "C:\\Windows\\TEMP\\go-build616592290\\b016\\vet.out",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\vet.out",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\vet.out",
"syscall": "C:\\Windows\\TEMP\\go-build616592290\\b018\\vet.out",
"time": "C:\\Windows\\TEMP\\go-build616592290\\b021\\vet.out",
"unicode/utf16": "C:\\Windows\\TEMP\\go-build616592290\\b019\\vet.out",
"unicode/utf8": "C:\\Windows\\TEMP\\go-build616592290\\b023\\vet.out"
},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b005\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\internal\poll
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b005\\vet.cfg"
cat >$WORK\b003\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\os",
"ImportPath": "os",
"GoFiles": [
"c:\\dev\\go\\src\\os\\dir.go",
"c:\\dev\\go\\src\\os\\dir_windows.go",
"c:\\dev\\go\\src\\os\\env.go",
"c:\\dev\\go\\src\\os\\error.go",
"c:\\dev\\go\\src\\os\\error_posix.go",
"c:\\dev\\go\\src\\os\\error_windows.go",
"c:\\dev\\go\\src\\os\\exec.go",
"c:\\dev\\go\\src\\os\\exec_posix.go",
"c:\\dev\\go\\src\\os\\exec_windows.go",
"c:\\dev\\go\\src\\os\\executable.go",
"c:\\dev\\go\\src\\os\\executable_windows.go",
"c:\\dev\\go\\src\\os\\file.go",
"c:\\dev\\go\\src\\os\\file_posix.go",
"c:\\dev\\go\\src\\os\\file_windows.go",
"c:\\dev\\go\\src\\os\\getwd.go",
"c:\\dev\\go\\src\\os\\path.go",
"c:\\dev\\go\\src\\os\\path_windows.go",
"c:\\dev\\go\\src\\os\\proc.go",
"c:\\dev\\go\\src\\os\\stat.go",
"c:\\dev\\go\\src\\os\\stat_windows.go",
"c:\\dev\\go\\src\\os\\sticky_notbsd.go",
"c:\\dev\\go\\src\\os\\str.go",
"c:\\dev\\go\\src\\os\\sys.go",
"c:\\dev\\go\\src\\os\\sys_windows.go",
"c:\\dev\\go\\src\\os\\types.go",
"c:\\dev\\go\\src\\os\\types_windows.go"
],
"ImportMap": {
"errors": "errors",
"fmt": "fmt",
"internal/poll": "internal/poll",
"internal/syscall/windows": "internal/syscall/windows",
"internal/testlog": "internal/testlog",
"io": "io",
"runtime": "runtime",
"sync": "sync",
"sync/atomic": "sync/atomic",
"syscall": "syscall",
"time": "time",
"unicode/utf16": "unicode/utf16",
"unsafe": "unsafe"
},
"PackageFile": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\_pkg_.a",
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a",
"internal/poll": "C:\\Windows\\TEMP\\go-build616592290\\b005\\_pkg_.a",
"internal/syscall/windows": "C:\\Windows\\TEMP\\go-build616592290\\b008\\_pkg_.a",
"internal/testlog": "C:\\Windows\\TEMP\\go-build616592290\\b024\\_pkg_.a",
"io": "C:\\Windows\\TEMP\\go-build616592290\\b020\\_pkg_.a",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\_pkg_.a",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\_pkg_.a",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\_pkg_.a",
"syscall": "C:\\Windows\\TEMP\\go-build616592290\\b018\\_pkg_.a",
"time": "C:\\Windows\\TEMP\\go-build616592290\\b021\\_pkg_.a",
"unicode/utf16": "C:\\Windows\\TEMP\\go-build616592290\\b019\\_pkg_.a"
},
"Standard": {
"errors": true,
"fmt": true,
"internal/poll": true,
"internal/syscall/windows": true,
"internal/testlog": true,
"io": true,
"runtime": true,
"sync": true,
"sync/atomic": true,
"syscall": true,
"time": true,
"unicode/utf16": true,
"unsafe": true
},
"PackageVetx": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\vet.out",
"internal/bytealg": "C:\\Windows\\TEMP\\go-build616592290\\b012\\vet.out",
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\vet.out",
"internal/poll": "C:\\Windows\\TEMP\\go-build616592290\\b005\\vet.out",
"internal/race": "C:\\Windows\\TEMP\\go-build616592290\\b006\\vet.out",
"internal/syscall/windows": "C:\\Windows\\TEMP\\go-build616592290\\b008\\vet.out",
"internal/syscall/windows/registry": "C:\\Windows\\TEMP\\go-build616592290\\b022\\vet.out",
"internal/syscall/windows/sysdll": "C:\\Windows\\TEMP\\go-build616592290\\b009\\vet.out",
"internal/testlog": "C:\\Windows\\TEMP\\go-build616592290\\b024\\vet.out",
"io": "C:\\Windows\\TEMP\\go-build616592290\\b020\\vet.out",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\vet.out",
"runtime/internal/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b014\\vet.out",
"runtime/internal/math": "C:\\Windows\\TEMP\\go-build616592290\\b015\\vet.out",
"runtime/internal/sys": "C:\\Windows\\TEMP\\go-build616592290\\b016\\vet.out",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\vet.out",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\vet.out",
"syscall": "C:\\Windows\\TEMP\\go-build616592290\\b018\\vet.out",
"time": "C:\\Windows\\TEMP\\go-build616592290\\b021\\vet.out",
"unicode/utf16": "C:\\Windows\\TEMP\\go-build616592290\\b019\\vet.out",
"unicode/utf8": "C:\\Windows\\TEMP\\go-build616592290\\b023\\vet.out"
},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b003\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\os
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b003\\vet.cfg"
cat >$WORK\b037\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\runtime\\debug",
"ImportPath": "runtime/debug",
"GoFiles": [
"c:\\dev\\go\\src\\runtime\\debug\\garbage.go",
"c:\\dev\\go\\src\\runtime\\debug\\stack.go",
"c:\\dev\\go\\src\\runtime\\debug\\stubs.go"
],
"ImportMap": {
"fmt": "fmt",
"os": "os",
"runtime": "runtime",
"sort": "sort",
"time": "time"
},
"PackageFile": {
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a",
"os": "C:\\Windows\\TEMP\\go-build616592290\\b003\\_pkg_.a",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\_pkg_.a",
"sort": "C:\\Windows\\TEMP\\go-build616592290\\b035\\_pkg_.a",
"time": "C:\\Windows\\TEMP\\go-build616592290\\b021\\_pkg_.a"
},
"Standard": {
"fmt": true,
"os": true,
"runtime": true,
"sort": true,
"time": true
},
"PackageVetx": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\vet.out",
"internal/bytealg": "C:\\Windows\\TEMP\\go-build616592290\\b012\\vet.out",
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\vet.out",
"internal/poll": "C:\\Windows\\TEMP\\go-build616592290\\b005\\vet.out",
"internal/race": "C:\\Windows\\TEMP\\go-build616592290\\b006\\vet.out",
"internal/syscall/windows": "C:\\Windows\\TEMP\\go-build616592290\\b008\\vet.out",
"internal/syscall/windows/registry": "C:\\Windows\\TEMP\\go-build616592290\\b022\\vet.out",
"internal/syscall/windows/sysdll": "C:\\Windows\\TEMP\\go-build616592290\\b009\\vet.out",
"internal/testlog": "C:\\Windows\\TEMP\\go-build616592290\\b024\\vet.out",
"io": "C:\\Windows\\TEMP\\go-build616592290\\b020\\vet.out",
"math": "C:\\Windows\\TEMP\\go-build616592290\\b032\\vet.out",
"math/bits": "C:\\Windows\\TEMP\\go-build616592290\\b034\\vet.out",
"os": "C:\\Windows\\TEMP\\go-build616592290\\b003\\vet.out",
"reflect": "C:\\Windows\\TEMP\\go-build616592290\\b031\\vet.out",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\vet.out",
"runtime/internal/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b014\\vet.out",
"runtime/internal/math": "C:\\Windows\\TEMP\\go-build616592290\\b015\\vet.out",
"runtime/internal/sys": "C:\\Windows\\TEMP\\go-build616592290\\b016\\vet.out",
"sort": "C:\\Windows\\TEMP\\go-build616592290\\b035\\vet.out",
"strconv": "C:\\Windows\\TEMP\\go-build616592290\\b033\\vet.out",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\vet.out",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\vet.out",
"syscall": "C:\\Windows\\TEMP\\go-build616592290\\b018\\vet.out",
"time": "C:\\Windows\\TEMP\\go-build616592290\\b021\\vet.out",
"unicode": "C:\\Windows\\TEMP\\go-build616592290\\b027\\vet.out",
"unicode/utf16": "C:\\Windows\\TEMP\\go-build616592290\\b019\\vet.out",
"unicode/utf8": "C:\\Windows\\TEMP\\go-build616592290\\b023\\vet.out"
},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b037\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cat >$WORK\b029\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\fmt",
"ImportPath": "fmt",
"GoFiles": [
"c:\\dev\\go\\src\\fmt\\doc.go",
"c:\\dev\\go\\src\\fmt\\format.go",
"c:\\dev\\go\\src\\fmt\\print.go",
"c:\\dev\\go\\src\\fmt\\scan.go"
],
"ImportMap": {
"errors": "errors",
"fmt": "fmt",
"internal/fmtsort": "internal/fmtsort",
"io": "io",
"math": "math",
"os": "os",
"reflect": "reflect",
"strconv": "strconv",
"sync": "sync",
"unicode/utf8": "unicode/utf8"
},
"PackageFile": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\_pkg_.a",
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a",
"internal/fmtsort": "C:\\Windows\\TEMP\\go-build616592290\\b030\\_pkg_.a",
"io": "C:\\Windows\\TEMP\\go-build616592290\\b020\\_pkg_.a",
"math": "C:\\Windows\\TEMP\\go-build616592290\\b032\\_pkg_.a",
"os": "C:\\Windows\\TEMP\\go-build616592290\\b003\\_pkg_.a",
"reflect": "C:\\Windows\\TEMP\\go-build616592290\\b031\\_pkg_.a",
"strconv": "C:\\Windows\\TEMP\\go-build616592290\\b033\\_pkg_.a",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\_pkg_.a",
"unicode/utf8": "C:\\Windows\\TEMP\\go-build616592290\\b023\\_pkg_.a"
},
"Standard": {
"errors": true,
"fmt": true,
"internal/fmtsort": true,
"io": true,
"math": true,
"os": true,
"reflect": true,
"strconv": true,
"sync": true,
"unicode/utf8": true
},
"PackageVetx": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\vet.out",
"internal/bytealg": "C:\\Windows\\TEMP\\go-build616592290\\b012\\vet.out",
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\vet.out",
"internal/fmtsort": "C:\\Windows\\TEMP\\go-build616592290\\b030\\vet.out",
"internal/poll": "C:\\Windows\\TEMP\\go-build616592290\\b005\\vet.out",
"internal/race": "C:\\Windows\\TEMP\\go-build616592290\\b006\\vet.out",
"internal/syscall/windows": "C:\\Windows\\TEMP\\go-build616592290\\b008\\vet.out",
"internal/syscall/windows/registry": "C:\\Windows\\TEMP\\go-build616592290\\b022\\vet.out",
"internal/syscall/windows/sysdll": "C:\\Windows\\TEMP\\go-build616592290\\b009\\vet.out",
"internal/testlog": "C:\\Windows\\TEMP\\go-build616592290\\b024\\vet.out",
"io": "C:\\Windows\\TEMP\\go-build616592290\\b020\\vet.out",
"math": "C:\\Windows\\TEMP\\go-build616592290\\b032\\vet.out",
"math/bits": "C:\\Windows\\TEMP\\go-build616592290\\b034\\vet.out",
"os": "C:\\Windows\\TEMP\\go-build616592290\\b003\\vet.out",
"reflect": "C:\\Windows\\TEMP\\go-build616592290\\b031\\vet.out",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\vet.out",
"runtime/internal/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b014\\vet.out",
"runtime/internal/math": "C:\\Windows\\TEMP\\go-build616592290\\b015\\vet.out",
"runtime/internal/sys": "C:\\Windows\\TEMP\\go-build616592290\\b016\\vet.out",
"sort": "C:\\Windows\\TEMP\\go-build616592290\\b035\\vet.out",
"strconv": "C:\\Windows\\TEMP\\go-build616592290\\b033\\vet.out",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\vet.out",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\vet.out",
"syscall": "C:\\Windows\\TEMP\\go-build616592290\\b018\\vet.out",
"time": "C:\\Windows\\TEMP\\go-build616592290\\b021\\vet.out",
"unicode": "C:\\Windows\\TEMP\\go-build616592290\\b027\\vet.out",
"unicode/utf16": "C:\\Windows\\TEMP\\go-build616592290\\b019\\vet.out",
"unicode/utf8": "C:\\Windows\\TEMP\\go-build616592290\\b023\\vet.out"
},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b029\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\runtime\debug
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b037\\vet.cfg"
cd c:\dev\go\src\fmt
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b029\\vet.cfg"
cat >$WORK\b039\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\context",
"ImportPath": "context",
"GoFiles": [
"c:\\dev\\go\\src\\context\\context.go"
],
"ImportMap": {
"errors": "errors",
"fmt": "fmt",
"reflect": "reflect",
"sync": "sync",
"time": "time"
},
"PackageFile": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\_pkg_.a",
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a",
"reflect": "C:\\Windows\\TEMP\\go-build616592290\\b031\\_pkg_.a",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\_pkg_.a",
"time": "C:\\Windows\\TEMP\\go-build616592290\\b021\\_pkg_.a"
},
"Standard": {
"errors": true,
"fmt": true,
"reflect": true,
"sync": true,
"time": true
},
"PackageVetx": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\vet.out",
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\vet.out",
"internal/bytealg": "C:\\Windows\\TEMP\\go-build616592290\\b012\\vet.out",
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\vet.out",
"internal/fmtsort": "C:\\Windows\\TEMP\\go-build616592290\\b030\\vet.out",
"internal/poll": "C:\\Windows\\TEMP\\go-build616592290\\b005\\vet.out",
"internal/race": "C:\\Windows\\TEMP\\go-build616592290\\b006\\vet.out",
"internal/syscall/windows": "C:\\Windows\\TEMP\\go-build616592290\\b008\\vet.out",
"internal/syscall/windows/registry": "C:\\Windows\\TEMP\\go-build616592290\\b022\\vet.out",
"internal/syscall/windows/sysdll": "C:\\Windows\\TEMP\\go-build616592290\\b009\\vet.out",
"internal/testlog": "C:\\Windows\\TEMP\\go-build616592290\\b024\\vet.out",
"io": "C:\\Windows\\TEMP\\go-build616592290\\b020\\vet.out",
"math": "C:\\Windows\\TEMP\\go-build616592290\\b032\\vet.out",
"math/bits": "C:\\Windows\\TEMP\\go-build616592290\\b034\\vet.out",
"os": "C:\\Windows\\TEMP\\go-build616592290\\b003\\vet.out",
"reflect": "C:\\Windows\\TEMP\\go-build616592290\\b031\\vet.out",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\vet.out",
"runtime/internal/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b014\\vet.out",
"runtime/internal/math": "C:\\Windows\\TEMP\\go-build616592290\\b015\\vet.out",
"runtime/internal/sys": "C:\\Windows\\TEMP\\go-build616592290\\b016\\vet.out",
"sort": "C:\\Windows\\TEMP\\go-build616592290\\b035\\vet.out",
"strconv": "C:\\Windows\\TEMP\\go-build616592290\\b033\\vet.out",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\vet.out",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\vet.out",
"syscall": "C:\\Windows\\TEMP\\go-build616592290\\b018\\vet.out",
"time": "C:\\Windows\\TEMP\\go-build616592290\\b021\\vet.out",
"unicode": "C:\\Windows\\TEMP\\go-build616592290\\b027\\vet.out",
"unicode/utf16": "C:\\Windows\\TEMP\\go-build616592290\\b019\\vet.out",
"unicode/utf8": "C:\\Windows\\TEMP\\go-build616592290\\b023\\vet.out"
},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b039\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cat >$WORK\b028\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\flag",
"ImportPath": "flag",
"GoFiles": [
"c:\\dev\\go\\src\\flag\\flag.go"
],
"ImportMap": {
"errors": "errors",
"fmt": "fmt",
"io": "io",
"os": "os",
"reflect": "reflect",
"sort": "sort",
"strconv": "strconv",
"strings": "strings",
"time": "time"
},
"PackageFile": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\_pkg_.a",
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a",
"io": "C:\\Windows\\TEMP\\go-build616592290\\b020\\_pkg_.a",
"os": "C:\\Windows\\TEMP\\go-build616592290\\b003\\_pkg_.a",
"reflect": "C:\\Windows\\TEMP\\go-build616592290\\b031\\_pkg_.a",
"sort": "C:\\Windows\\TEMP\\go-build616592290\\b035\\_pkg_.a",
"strconv": "C:\\Windows\\TEMP\\go-build616592290\\b033\\_pkg_.a",
"strings": "C:\\Windows\\TEMP\\go-build616592290\\b036\\_pkg_.a",
"time": "C:\\Windows\\TEMP\\go-build616592290\\b021\\_pkg_.a"
},
"Standard": {
"errors": true,
"fmt": true,
"io": true,
"os": true,
"reflect": true,
"sort": true,
"strconv": true,
"strings": true,
"time": true
},
"PackageVetx": {
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\vet.out",
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\vet.out",
"internal/bytealg": "C:\\Windows\\TEMP\\go-build616592290\\b012\\vet.out",
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\vet.out",
"internal/fmtsort": "C:\\Windows\\TEMP\\go-build616592290\\b030\\vet.out",
"internal/poll": "C:\\Windows\\TEMP\\go-build616592290\\b005\\vet.out",
"internal/race": "C:\\Windows\\TEMP\\go-build616592290\\b006\\vet.out",
"internal/syscall/windows": "C:\\Windows\\TEMP\\go-build616592290\\b008\\vet.out",
"internal/syscall/windows/registry": "C:\\Windows\\TEMP\\go-build616592290\\b022\\vet.out",
"internal/syscall/windows/sysdll": "C:\\Windows\\TEMP\\go-build616592290\\b009\\vet.out",
"internal/testlog": "C:\\Windows\\TEMP\\go-build616592290\\b024\\vet.out",
"io": "C:\\Windows\\TEMP\\go-build616592290\\b020\\vet.out",
"math": "C:\\Windows\\TEMP\\go-build616592290\\b032\\vet.out",
"math/bits": "C:\\Windows\\TEMP\\go-build616592290\\b034\\vet.out",
"os": "C:\\Windows\\TEMP\\go-build616592290\\b003\\vet.out",
"reflect": "C:\\Windows\\TEMP\\go-build616592290\\b031\\vet.out",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\vet.out",
"runtime/internal/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b014\\vet.out",
"runtime/internal/math": "C:\\Windows\\TEMP\\go-build616592290\\b015\\vet.out",
"runtime/internal/sys": "C:\\Windows\\TEMP\\go-build616592290\\b016\\vet.out",
"sort": "C:\\Windows\\TEMP\\go-build616592290\\b035\\vet.out",
"strconv": "C:\\Windows\\TEMP\\go-build616592290\\b033\\vet.out",
"strings": "C:\\Windows\\TEMP\\go-build616592290\\b036\\vet.out",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\vet.out",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\vet.out",
"syscall": "C:\\Windows\\TEMP\\go-build616592290\\b018\\vet.out",
"time": "C:\\Windows\\TEMP\\go-build616592290\\b021\\vet.out",
"unicode": "C:\\Windows\\TEMP\\go-build616592290\\b027\\vet.out",
"unicode/utf16": "C:\\Windows\\TEMP\\go-build616592290\\b019\\vet.out",
"unicode/utf8": "C:\\Windows\\TEMP\\go-build616592290\\b023\\vet.out"
},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b028\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\context
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b039\\vet.cfg"
cd c:\dev\go\src\flag
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b028\\vet.cfg"
cat >$WORK\b038\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\runtime\\trace",
"ImportPath": "runtime/trace",
"GoFiles": [
"c:\\dev\\go\\src\\runtime\\trace\\annotation.go",
"c:\\dev\\go\\src\\runtime\\trace\\trace.go"
],
"ImportMap": {
"context": "context",
"fmt": "fmt",
"io": "io",
"runtime": "runtime",
"sync": "sync",
"sync/atomic": "sync/atomic",
"unsafe": "unsafe"
},
"PackageFile": {
"context": "C:\\Windows\\TEMP\\go-build616592290\\b039\\_pkg_.a",
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a",
"io": "C:\\Windows\\TEMP\\go-build616592290\\b020\\_pkg_.a",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\_pkg_.a",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\_pkg_.a",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\_pkg_.a"
},
"Standard": {
"context": true,
"fmt": true,
"io": true,
"runtime": true,
"sync": true,
"sync/atomic": true,
"unsafe": true
},
"PackageVetx": {
"context": "C:\\Windows\\TEMP\\go-build616592290\\b039\\vet.out",
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\vet.out",
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\vet.out",
"internal/bytealg": "C:\\Windows\\TEMP\\go-build616592290\\b012\\vet.out",
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\vet.out",
"internal/fmtsort": "C:\\Windows\\TEMP\\go-build616592290\\b030\\vet.out",
"internal/poll": "C:\\Windows\\TEMP\\go-build616592290\\b005\\vet.out",
"internal/race": "C:\\Windows\\TEMP\\go-build616592290\\b006\\vet.out",
"internal/syscall/windows": "C:\\Windows\\TEMP\\go-build616592290\\b008\\vet.out",
"internal/syscall/windows/registry": "C:\\Windows\\TEMP\\go-build616592290\\b022\\vet.out",
"internal/syscall/windows/sysdll": "C:\\Windows\\TEMP\\go-build616592290\\b009\\vet.out",
"internal/testlog": "C:\\Windows\\TEMP\\go-build616592290\\b024\\vet.out",
"io": "C:\\Windows\\TEMP\\go-build616592290\\b020\\vet.out",
"math": "C:\\Windows\\TEMP\\go-build616592290\\b032\\vet.out",
"math/bits": "C:\\Windows\\TEMP\\go-build616592290\\b034\\vet.out",
"os": "C:\\Windows\\TEMP\\go-build616592290\\b003\\vet.out",
"reflect": "C:\\Windows\\TEMP\\go-build616592290\\b031\\vet.out",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\vet.out",
"runtime/internal/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b014\\vet.out",
"runtime/internal/math": "C:\\Windows\\TEMP\\go-build616592290\\b015\\vet.out",
"runtime/internal/sys": "C:\\Windows\\TEMP\\go-build616592290\\b016\\vet.out",
"sort": "C:\\Windows\\TEMP\\go-build616592290\\b035\\vet.out",
"strconv": "C:\\Windows\\TEMP\\go-build616592290\\b033\\vet.out",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\vet.out",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\vet.out",
"syscall": "C:\\Windows\\TEMP\\go-build616592290\\b018\\vet.out",
"time": "C:\\Windows\\TEMP\\go-build616592290\\b021\\vet.out",
"unicode": "C:\\Windows\\TEMP\\go-build616592290\\b027\\vet.out",
"unicode/utf16": "C:\\Windows\\TEMP\\go-build616592290\\b019\\vet.out",
"unicode/utf8": "C:\\Windows\\TEMP\\go-build616592290\\b023\\vet.out"
},
"VetxOnly": true,
"VetxOutput": "C:\\Windows\\TEMP\\go-build616592290\\b038\\vet.out",
"SucceedOnTypecheckFailure": false
}
EOF
cd c:\dev\go\src\runtime\trace
TERM='dumb' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build616592290\\b038\\vet.cfg"
cat >$WORK\b025\vet.cfg << 'EOF' # internal
{
"Compiler": "gc",
"Dir": "c:\\dev\\go\\src\\testing",
"ImportPath": "testing",
"GoFiles": [
"c:\\dev\\go\\src\\testing\\allocs.go",
"c:\\dev\\go\\src\\testing\\benchmark.go",
"c:\\dev\\go\\src\\testing\\cover.go",
"c:\\dev\\go\\src\\testing\\example.go",
"c:\\dev\\go\\src\\testing\\match.go",
"c:\\dev\\go\\src\\testing\\testing.go"
],
"ImportMap": {
"bytes": "bytes",
"errors": "errors",
"flag": "flag",
"fmt": "fmt",
"internal/race": "internal/race",
"io": "io",
"os": "os",
"runtime": "runtime",
"runtime/debug": "runtime/debug",
"runtime/trace": "runtime/trace",
"sort": "sort",
"strconv": "strconv",
"strings": "strings",
"sync": "sync",
"sync/atomic": "sync/atomic",
"time": "time"
},
"PackageFile": {
"bytes": "C:\\Windows\\TEMP\\go-build616592290\\b026\\_pkg_.a",
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\_pkg_.a",
"flag": "C:\\Windows\\TEMP\\go-build616592290\\b028\\_pkg_.a",
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\_pkg_.a",
"internal/race": "C:\\Windows\\TEMP\\go-build616592290\\b006\\_pkg_.a",
"io": "C:\\Windows\\TEMP\\go-build616592290\\b020\\_pkg_.a",
"os": "C:\\Windows\\TEMP\\go-build616592290\\b003\\_pkg_.a",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\_pkg_.a",
"runtime/debug": "C:\\Windows\\TEMP\\go-build616592290\\b037\\_pkg_.a",
"runtime/trace": "C:\\Windows\\TEMP\\go-build616592290\\b038\\_pkg_.a",
"sort": "C:\\Windows\\TEMP\\go-build616592290\\b035\\_pkg_.a",
"strconv": "C:\\Windows\\TEMP\\go-build616592290\\b033\\_pkg_.a",
"strings": "C:\\Windows\\TEMP\\go-build616592290\\b036\\_pkg_.a",
"sync": "C:\\Windows\\TEMP\\go-build616592290\\b010\\_pkg_.a",
"sync/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b017\\_pkg_.a",
"time": "C:\\Windows\\TEMP\\go-build616592290\\b021\\_pkg_.a"
},
"Standard": {
"bytes": true,
"errors": true,
"flag": true,
"fmt": true,
"internal/race": true,
"io": true,
"os": true,
"runtime": true,
"runtime/debug": true,
"runtime/trace": true,
"sort": true,
"strconv": true,
"strings": true,
"sync": true,
"sync/atomic": true,
"time": true
},
"PackageVetx": {
"bytes": "C:\\Windows\\TEMP\\go-build616592290\\b026\\vet.out",
"context": "C:\\Windows\\TEMP\\go-build616592290\\b039\\vet.out",
"errors": "C:\\Windows\\TEMP\\go-build616592290\\b004\\vet.out",
"flag": "C:\\Windows\\TEMP\\go-build616592290\\b028\\vet.out",
"fmt": "C:\\Windows\\TEMP\\go-build616592290\\b029\\vet.out",
"internal/bytealg": "C:\\Windows\\TEMP\\go-build616592290\\b012\\vet.out",
"internal/cpu": "C:\\Windows\\TEMP\\go-build616592290\\b013\\vet.out",
"internal/fmtsort": "C:\\Windows\\TEMP\\go-build616592290\\b030\\vet.out",
"internal/poll": "C:\\Windows\\TEMP\\go-build616592290\\b005\\vet.out",
"internal/race": "C:\\Windows\\TEMP\\go-build616592290\\b006\\vet.out",
"internal/syscall/windows": "C:\\Windows\\TEMP\\go-build616592290\\b008\\vet.out",
"internal/syscall/windows/registry": "C:\\Windows\\TEMP\\go-build616592290\\b022\\vet.out",
"internal/syscall/windows/sysdll": "C:\\Windows\\TEMP\\go-build616592290\\b009\\vet.out",
"internal/testlog": "C:\\Windows\\TEMP\\go-build616592290\\b024\\vet.out",
"io": "C:\\Windows\\TEMP\\go-build616592290\\b020\\vet.out",
"math": "C:\\Windows\\TEMP\\go-build616592290\\b032\\vet.out",
"math/bits": "C:\\Windows\\TEMP\\go-build616592290\\b034\\vet.out",
"os": "C:\\Windows\\TEMP\\go-build616592290\\b003\\vet.out",
"reflect": "C:\\Windows\\TEMP\\go-build616592290\\b031\\vet.out",
"runtime": "C:\\Windows\\TEMP\\go-build616592290\\b011\\vet.out",
"runtime/debug": "C:\\Windows\\TEMP\\go-build616592290\\b037\\vet.out",
"runtime/internal/atomic": "C:\\Windows\\TEMP\\go-build616592290\\b014\\vet.out",
"runtime/internal/math": "C:\\Windows\\TEMP\\go-build616592290\\b015\\vet.out",
"runtime/internal/sys": "C:\\Windows\\TEMP\\go-build616592290\\b016\\vet.out",
"runtime/trace": "C:\\Windows\\TEMP\\go-build616592290\\b038\\vet.out",
"sort": "C:\\Windows\\TEMP\\go-build616592290\\b035\\vet.out",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment