Guest User

Untitled

a guest
Apr 25th, 2018
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 484.01 KB | None | 0 0
  1. === RUN TestAbsolutePath
  2. --- PASS: TestAbsolutePath (0.04s)
  3. === RUN TestACL
  4. --- PASS: TestACL (0.95s)
  5. === RUN TestBuildComplex
  6. === PAUSE TestBuildComplex
  7. === RUN TestFileLineInErrorMessages
  8. === PAUSE TestFileLineInErrorMessages
  9. === RUN TestProgramNameInCrashMessages
  10. === PAUSE TestProgramNameInCrashMessages
  11. === RUN TestBrokenTestsWithoutTestFunctionsAllFail
  12. --- PASS: TestBrokenTestsWithoutTestFunctionsAllFail (0.53s)
  13. go_test.go:819: running testgo [test ./testdata/src/badtest/...]
  14. go_test.go:819: standard output:
  15. go_test.go:819: panic: badexec
  16.  
  17. goroutine 1 [running]:
  18. _/c_/dev/go/src/cmd/go/testdata/src/badtest/badexec.init.0()
  19. c:/dev/go/src/cmd/go/testdata/src/badtest/badexec/x_test.go:4 +0x40
  20. FAIL _/c_/dev/go/src/cmd/go/testdata/src/badtest/badexec 0.027s
  21. FAIL _/c_/dev/go/src/cmd/go/testdata/src/badtest/badvar [build failed]
  22.  
  23. go_test.go:819: standard error:
  24. go_test.go:819: # _/c_/dev/go/src/cmd/go/testdata/src/badtest/badsyntax
  25. testdata\src\badtest\badsyntax\x_test.go:3:6: expected 'IDENT', found 'func'
  26. FAIL _/c_/dev/go/src/cmd/go/testdata/src/badtest/badsyntax [setup failed]
  27. # _/c_/dev/go/src/cmd/go/testdata/src/badtest/badvar_test
  28. testdata\src\badtest\badvar\x_test.go:4:6: undefined: notdefined
  29.  
  30. go_test.go:819: testgo failed as expected: exit status 2
  31. === RUN TestGoBuildDashAInDevBranch
  32. --- FAIL: TestGoBuildDashAInDevBranch (0.66s)
  33. go_test.go:833: running testgo [install math]
  34. go_test.go:835: running testgo [build -v -a math]
  35. go_test.go:835: standard error:
  36. go_test.go:835: internal/cpu
  37. math
  38.  
  39. go_test.go:836: testgo build -a math in dev branch DID NOT build runtime, but should have
  40. go_test.go:836: pattern runtime not found in standard error
  41. === RUN TestGoBuildDashAInReleaseBranch
  42. --- FAIL: TestGoBuildDashAInReleaseBranch (0.86s)
  43. go_test.go:849: running testgo [install math net/http]
  44. go_test.go:851: running testgo [install -v -a math]
  45. go_test.go:851: standard error:
  46. go_test.go:851: internal/cpu
  47. math
  48.  
  49. go_test.go:852: testgo build -a math in release branch DID NOT build runtime, but should have
  50. go_test.go:852: pattern runtime not found in standard error
  51. === RUN TestNewReleaseRebuildsStalePackagesInGOPATH
  52. --- FAIL: TestNewReleaseRebuildsStalePackagesInGOPATH (3.23s)
  53. go_test.go:892: running testgo [install -a p1]
  54. go_test.go:893: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
  55. go_test.go:893: standard output:
  56. go_test.go:893: false:
  57.  
  58. go_test.go:902: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
  59. go_test.go:902: standard output:
  60. go_test.go:902: false:
  61.  
  62. go_test.go:909: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
  63. go_test.go:909: standard output:
  64. go_test.go:909: false:
  65.  
  66. go_test.go:909: ./testgo list claims p1 is NOT stale, incorrectly, after changing sys.go
  67. === RUN TestGoListStandard
  68. --- PASS: TestGoListStandard (1.92s)
  69. go_test.go:933: running testgo [list -f {{if not .Standard}}{{.ImportPath}}{{end}} ./...]
  70. go_test.go:948: running testgo [list std cmd]
  71. go_test.go:948: standard output:
  72. go_test.go:948: archive/tar
  73. archive/zip
  74. bufio
  75. bytes
  76. compress/bzip2
  77. compress/flate
  78. compress/gzip
  79. compress/lzw
  80. compress/zlib
  81. container/heap
  82. container/list
  83. container/ring
  84. context
  85. crypto
  86. crypto/aes
  87. crypto/cipher
  88. crypto/des
  89. crypto/dsa
  90. crypto/ecdsa
  91. crypto/elliptic
  92. crypto/hmac
  93. crypto/internal/cipherhw
  94. crypto/md5
  95. crypto/rand
  96. crypto/rc4
  97. crypto/rsa
  98. crypto/sha1
  99. crypto/sha256
  100. crypto/sha512
  101. crypto/subtle
  102. crypto/tls
  103. crypto/x509
  104. crypto/x509/pkix
  105. database/sql
  106. database/sql/driver
  107. debug/dwarf
  108. debug/elf
  109. debug/gosym
  110. debug/macho
  111. debug/pe
  112. debug/plan9obj
  113. encoding
  114. encoding/ascii85
  115. encoding/asn1
  116. encoding/base32
  117. encoding/base64
  118. encoding/binary
  119. encoding/csv
  120. encoding/gob
  121. encoding/hex
  122. encoding/json
  123. encoding/pem
  124. encoding/xml
  125. errors
  126. expvar
  127. flag
  128. fmt
  129. go/ast
  130. go/build
  131. go/constant
  132. go/doc
  133. go/format
  134. go/importer
  135. go/internal/gccgoimporter
  136. go/internal/gcimporter
  137. go/internal/srcimporter
  138. go/parser
  139. go/printer
  140. go/scanner
  141. go/token
  142. go/types
  143. hash
  144. hash/adler32
  145. hash/crc32
  146. hash/crc64
  147. hash/fnv
  148. html
  149. html/template
  150. image
  151. image/color
  152. image/color/palette
  153. image/draw
  154. image/gif
  155. image/internal/imageutil
  156. image/jpeg
  157. image/png
  158. index/suffixarray
  159. internal/bytealg
  160. internal/cpu
  161. internal/nettrace
  162. internal/poll
  163. internal/race
  164. internal/singleflight
  165. internal/syscall/windows
  166. internal/syscall/windows/registry
  167. internal/syscall/windows/sysdll
  168. internal/testenv
  169. internal/testlog
  170. internal/trace
  171. io
  172. io/ioutil
  173. log
  174. log/syslog
  175. math
  176. math/big
  177. math/bits
  178. math/cmplx
  179. math/rand
  180. mime
  181. mime/multipart
  182. mime/quotedprintable
  183. net
  184. net/http
  185. net/http/cgi
  186. net/http/cookiejar
  187. net/http/fcgi
  188. net/http/httptest
  189. net/http/httptrace
  190. net/http/httputil
  191. net/http/internal
  192. net/http/pprof
  193. net/internal/socktest
  194. net/mail
  195. net/rpc
  196. net/rpc/jsonrpc
  197. net/smtp
  198. net/textproto
  199. net/url
  200. os
  201. os/exec
  202. os/signal
  203. os/user
  204. path
  205. path/filepath
  206. plugin
  207. reflect
  208. regexp
  209. regexp/syntax
  210. runtime
  211. runtime/cgo
  212. runtime/debug
  213. runtime/internal/atomic
  214. runtime/internal/sys
  215. runtime/pprof
  216. runtime/pprof/internal/profile
  217. runtime/race
  218. runtime/trace
  219. sort
  220. strconv
  221. strings
  222. sync
  223. sync/atomic
  224. syscall
  225. testing
  226. testing/internal/testdeps
  227. testing/iotest
  228. testing/quick
  229. text/scanner
  230. text/tabwriter
  231. text/template
  232. text/template/parse
  233. time
  234. unicode
  235. unicode/utf16
  236. unicode/utf8
  237. unsafe
  238. vendor/golang_org/x/crypto/chacha20poly1305
  239. vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20
  240. vendor/golang_org/x/crypto/cryptobyte
  241. vendor/golang_org/x/crypto/cryptobyte/asn1
  242. vendor/golang_org/x/crypto/curve25519
  243. vendor/golang_org/x/crypto/poly1305
  244. vendor/golang_org/x/net/dns/dnsmessage
  245. vendor/golang_org/x/net/http/httpguts
  246. vendor/golang_org/x/net/http2/hpack
  247. vendor/golang_org/x/net/idna
  248. vendor/golang_org/x/net/internal/nettest
  249. vendor/golang_org/x/net/lex/httplex
  250. vendor/golang_org/x/net/nettest
  251. vendor/golang_org/x/text/secure
  252. vendor/golang_org/x/text/secure/bidirule
  253. vendor/golang_org/x/text/transform
  254. vendor/golang_org/x/text/unicode
  255. vendor/golang_org/x/text/unicode/bidi
  256. vendor/golang_org/x/text/unicode/norm
  257. cmd/addr2line
  258. cmd/api
  259. cmd/asm
  260. cmd/asm/internal/arch
  261. cmd/asm/internal/asm
  262. cmd/asm/internal/flags
  263. cmd/asm/internal/lex
  264. cmd/buildid
  265. cmd/cgo
  266. cmd/compile
  267. cmd/compile/internal/amd64
  268. cmd/compile/internal/arm
  269. cmd/compile/internal/arm64
  270. cmd/compile/internal/gc
  271. cmd/compile/internal/mips
  272. cmd/compile/internal/mips64
  273. cmd/compile/internal/ppc64
  274. cmd/compile/internal/s390x
  275. cmd/compile/internal/ssa
  276. cmd/compile/internal/syntax
  277. cmd/compile/internal/test
  278. cmd/compile/internal/types
  279. cmd/compile/internal/x86
  280. cmd/cover
  281. cmd/dist
  282. cmd/doc
  283. cmd/fix
  284. cmd/go
  285. cmd/go/internal/base
  286. cmd/go/internal/bug
  287. cmd/go/internal/cache
  288. cmd/go/internal/cfg
  289. cmd/go/internal/clean
  290. cmd/go/internal/cmdflag
  291. cmd/go/internal/doc
  292. cmd/go/internal/envcmd
  293. cmd/go/internal/fix
  294. cmd/go/internal/fmtcmd
  295. cmd/go/internal/generate
  296. cmd/go/internal/get
  297. cmd/go/internal/help
  298. cmd/go/internal/list
  299. cmd/go/internal/load
  300. cmd/go/internal/run
  301. cmd/go/internal/str
  302. cmd/go/internal/test
  303. cmd/go/internal/tool
  304. cmd/go/internal/version
  305. cmd/go/internal/vet
  306. cmd/go/internal/web
  307. cmd/go/internal/work
  308. cmd/gofmt
  309. cmd/internal/bio
  310. cmd/internal/browser
  311. cmd/internal/buildid
  312. cmd/internal/dwarf
  313. cmd/internal/edit
  314. cmd/internal/gcprog
  315. cmd/internal/goobj
  316. cmd/internal/obj
  317. cmd/internal/obj/arm
  318. cmd/internal/obj/arm64
  319. cmd/internal/obj/mips
  320. cmd/internal/obj/ppc64
  321. cmd/internal/obj/s390x
  322. cmd/internal/obj/x86
  323. cmd/internal/objabi
  324. cmd/internal/objfile
  325. cmd/internal/src
  326. cmd/internal/sys
  327. cmd/internal/test2json
  328. cmd/link
  329. cmd/link/internal/amd64
  330. cmd/link/internal/arm
  331. cmd/link/internal/arm64
  332. cmd/link/internal/ld
  333. cmd/link/internal/loadelf
  334. cmd/link/internal/loadmacho
  335. cmd/link/internal/loadpe
  336. cmd/link/internal/mips
  337. cmd/link/internal/mips64
  338. cmd/link/internal/objfile
  339. cmd/link/internal/ppc64
  340. cmd/link/internal/s390x
  341. cmd/link/internal/sym
  342. cmd/link/internal/x86
  343. cmd/nm
  344. cmd/objdump
  345. cmd/pack
  346. cmd/pprof
  347. cmd/test2json
  348. cmd/trace
  349. cmd/vendor/github.com/google/pprof/driver
  350. cmd/vendor/github.com/google/pprof/internal/binutils
  351. cmd/vendor/github.com/google/pprof/internal/driver
  352. cmd/vendor/github.com/google/pprof/internal/elfexec
  353. cmd/vendor/github.com/google/pprof/internal/graph
  354. cmd/vendor/github.com/google/pprof/internal/measurement
  355. cmd/vendor/github.com/google/pprof/internal/plugin
  356. cmd/vendor/github.com/google/pprof/internal/proftest
  357. cmd/vendor/github.com/google/pprof/internal/report
  358. cmd/vendor/github.com/google/pprof/internal/symbolizer
  359. cmd/vendor/github.com/google/pprof/internal/symbolz
  360. cmd/vendor/github.com/google/pprof/profile
  361. cmd/vendor/github.com/google/pprof/third_party/d3
  362. cmd/vendor/github.com/google/pprof/third_party/d3flamegraph
  363. cmd/vendor/github.com/google/pprof/third_party/d3tip
  364. cmd/vendor/github.com/google/pprof/third_party/svgpan
  365. cmd/vendor/github.com/ianlancetaylor/demangle
  366. cmd/vendor/golang.org/x/arch/arm/armasm
  367. cmd/vendor/golang.org/x/arch/arm64/arm64asm
  368. cmd/vendor/golang.org/x/arch/ppc64/ppc64asm
  369. cmd/vendor/golang.org/x/arch/x86/x86asm
  370. cmd/vet
  371. cmd/vet/internal/cfg
  372. cmd/vet/internal/whitelist
  373.  
  374. === RUN TestGoInstallCleansUpAfterGoBuild
  375. --- PASS: TestGoInstallCleansUpAfterGoBuild (1.16s)
  376. go_test.go:970: running testgo [build]
  377. go_test.go:972: running testgo [install]
  378. go_test.go:974: running testgo [build]
  379. go_test.go:978: running testgo [install mycmd]
  380. go_test.go:980: running testgo [build]
  381. go_test.go:991: running testgo [install mycmd]
  382. === RUN TestGoInstallRebuildsStalePackagesInOtherGOPATH
  383. === PAUSE TestGoInstallRebuildsStalePackagesInOtherGOPATH
  384. === RUN TestGoInstallDetectsRemovedFiles
  385. === PAUSE TestGoInstallDetectsRemovedFiles
  386. === RUN TestWildcardMatchesSyntaxErrorDirs
  387. --- PASS: TestWildcardMatchesSyntaxErrorDirs (0.12s)
  388. go_test.go:1055: running testgo [list ./...]
  389. go_test.go:1055: standard error:
  390. go_test.go:1055: can't load package: package mypkg:
  391. y.go:1:1: expected 'package', found pkg
  392.  
  393. go_test.go:1055: testgo failed as expected: exit status 1
  394. go_test.go:1056: running testgo [build ./...]
  395. go_test.go:1056: standard error:
  396. go_test.go:1056: can't load package: package mypkg:
  397. y.go:1:1: expected 'package', found pkg
  398.  
  399. go_test.go:1056: testgo failed as expected: exit status 1
  400. go_test.go:1057: running testgo [install ./...]
  401. go_test.go:1057: standard error:
  402. go_test.go:1057: can't load package: package mypkg:
  403. y.go:1:1: expected 'package', found pkg
  404.  
  405. go_test.go:1057: testgo failed as expected: exit status 1
  406. === RUN TestGoListWithTags
  407. --- PASS: TestGoListWithTags (0.04s)
  408. go_test.go:1066: running testgo [list -tags=thetag ./my...]
  409. go_test.go:1066: standard output:
  410. go_test.go:1066: mypkg
  411.  
  412. === RUN TestGoInstallErrorOnCrossCompileToBin
  413. --- PASS: TestGoInstallErrorOnCrossCompileToBin (5.30s)
  414. go_test.go:1082: running testgo [build mycmd]
  415. go_test.go:1090: running testgo [install mycmd]
  416. go_test.go:1092: running testgo [install mycmd]
  417. go_test.go:1092: standard error:
  418. go_test.go:1092: go install: cannot install cross-compiled binaries when GOBIN is set
  419.  
  420. go_test.go:1092: testgo failed as expected: exit status 1
  421. go_test.go:1093: running testgo [install cmd/pack]
  422. === RUN TestGoInstallDetectsRemovedFilesInPackageMain
  423. === PAUSE TestGoInstallDetectsRemovedFilesInPackageMain
  424. === RUN TestLocalImportsEasy
  425. --- FAIL: TestLocalImportsEasy (0.46s)
  426. go_test.go:1162: running testgo [build -o ./easy.exe testdata\local\easy.go]
  427. go_test.go:1163: remove ./easy.exe: Access is denied.
  428. === RUN TestLocalImportsEasySub
  429. --- FAIL: TestLocalImportsEasySub (0.50s)
  430. go_test.go:1168: running testgo [build -o ./easysub.exe testdata\local\easysub\main.go]
  431. go_test.go:1169: remove ./easysub.exe: Access is denied.
  432. === RUN TestLocalImportsHard
  433. --- FAIL: TestLocalImportsHard (0.50s)
  434. go_test.go:1174: running testgo [build -o ./hard.exe testdata\local\hard.go]
  435. go_test.go:1175: remove ./hard.exe: Access is denied.
  436. === RUN TestLocalImportsGoInstallShouldFail
  437. --- PASS: TestLocalImportsGoInstallShouldFail (0.11s)
  438. go_test.go:1180: running testgo [install testdata\local\easy.go]
  439. go_test.go:1180: standard error:
  440. go_test.go:1180: go install: no install location for .go files listed on command line (GOBIN not set)
  441.  
  442. go_test.go:1180: testgo failed as expected: exit status 1
  443. === RUN TestBadImportsEasy
  444. --- SKIP: TestBadImportsEasy (0.00s)
  445. go_test.go:1215: skipping test because "#$%:, &()*;<=>?\\^{}" is an invalid directory name
  446. === RUN TestBadImportsEasySub
  447. --- SKIP: TestBadImportsEasySub (0.00s)
  448. go_test.go:1222: skipping test because "#$%:, &()*;<=>?\\^{}" is an invalid directory name
  449. === RUN TestBadImportsHard
  450. --- SKIP: TestBadImportsHard (0.00s)
  451. go_test.go:1229: skipping test because "#$%:, &()*;<=>?\\^{}" is an invalid directory name
  452. === RUN TestBadImportsGoInstallShouldFail
  453. --- SKIP: TestBadImportsGoInstallShouldFail (0.00s)
  454. go_test.go:1236: skipping test because "#$%:, &()*;<=>?\\^{}" is an invalid directory name
  455. === RUN TestInternalPackagesInGOROOTAreRespected
  456. --- PASS: TestInternalPackagesInGOROOTAreRespected (0.11s)
  457. go_test.go:1243: running testgo [build -v ./testdata/testinternal]
  458. go_test.go:1243: standard error:
  459. go_test.go:1243: testdata\testinternal\p.go:3:8: use of internal package not allowed
  460.  
  461. go_test.go:1243: testgo failed as expected: exit status 1
  462. === RUN TestInternalPackagesOutsideGOROOTAreRespected
  463. --- PASS: TestInternalPackagesOutsideGOROOTAreRespected (0.04s)
  464. go_test.go:1250: running testgo [build -v ./testdata/testinternal2]
  465. go_test.go:1250: standard error:
  466. go_test.go:1250: testdata\testinternal2\p.go:3:8: use of internal package not allowed
  467.  
  468. go_test.go:1250: testgo failed as expected: exit status 1
  469. === RUN TestRunInternal
  470. --- PASS: TestRunInternal (0.43s)
  471. go_test.go:1259: running testgo [run c:\dev\go\src\cmd\go\testdata\src\run\good.go]
  472. go_test.go:1260: running testgo [run c:\dev\go\src\cmd\go\testdata\src\run\bad.go]
  473. go_test.go:1260: standard error:
  474. go_test.go:1260: testdata\src\run\bad.go:3:8: use of internal package not allowed
  475.  
  476. go_test.go:1260: testgo failed as expected: exit status 1
  477. === RUN TestInternalPackageErrorsAreHandled
  478. --- PASS: TestInternalPackageErrorsAreHandled (0.04s)
  479. go_test.go:1307: running testgo [list ./testdata/testinternal3]
  480. go_test.go:1307: standard output:
  481. go_test.go:1307: _/c_/dev/go/src/cmd/go/testdata/testinternal3
  482.  
  483. === RUN TestInternalCache
  484. --- PASS: TestInternalCache (0.04s)
  485. go_test.go:1314: running testgo [build p]
  486. go_test.go:1314: standard error:
  487. go_test.go:1314: testdata\testinternal4\src\p\p.go:4:2: use of internal package not allowed
  488.  
  489. go_test.go:1314: testgo failed as expected: exit status 1
  490. === RUN TestMoveGit
  491. === PAUSE TestMoveGit
  492. === RUN TestMoveHG
  493. === PAUSE TestMoveHG
  494. === RUN TestImportCommandMatch
  495. --- PASS: TestImportCommandMatch (0.08s)
  496. go_test.go:1335: running testgo [build ./testdata/importcom/works.go]
  497. === RUN TestImportCommentMismatch
  498. --- PASS: TestImportCommentMismatch (0.04s)
  499. go_test.go:1342: running testgo [build ./testdata/importcom/wrongplace.go]
  500. go_test.go:1342: standard error:
  501. 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"
  502.  
  503. go_test.go:1342: testgo failed as expected: exit status 1
  504. === RUN TestImportCommentSyntaxError
  505. --- PASS: TestImportCommentSyntaxError (0.05s)
  506. go_test.go:1350: running testgo [build ./testdata/importcom/bad.go]
  507. go_test.go:1350: standard error:
  508. 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
  509.  
  510. go_test.go:1350: testgo failed as expected: exit status 1
  511. === RUN TestImportCommentConflict
  512. --- PASS: TestImportCommentConflict (0.04s)
  513. go_test.go:1358: running testgo [build ./testdata/importcom/conflict.go]
  514. go_test.go:1358: standard error:
  515. 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
  516.  
  517. go_test.go:1358: testgo failed as expected: exit status 1
  518. === RUN TestImportCycle
  519. === PAUSE TestImportCycle
  520. === RUN TestIssue10952
  521. === PAUSE TestIssue10952
  522. === RUN TestIssue16471
  523. === PAUSE TestIssue16471
  524. === RUN TestIssue11457
  525. === PAUSE TestIssue11457
  526. === RUN TestGetGitDefaultBranch
  527. === PAUSE TestGetGitDefaultBranch
  528. === RUN TestAccidentalGitCheckout
  529. === PAUSE TestAccidentalGitCheckout
  530. === RUN TestErrorMessageForSyntaxErrorInTestGoFileSaysFAIL
  531. --- PASS: TestErrorMessageForSyntaxErrorInTestGoFileSaysFAIL (0.15s)
  532. go_test.go:1495: running testgo [test syntaxerror]
  533. go_test.go:1495: standard error:
  534. go_test.go:1495: # syntaxerror
  535. testdata\src\syntaxerror\x_test.go:3:11: expected identifier
  536. FAIL syntaxerror [setup failed]
  537.  
  538. go_test.go:1495: testgo failed as expected: exit status 1
  539. === RUN TestWildcardsDoNotLookInUselessDirectories
  540. --- PASS: TestWildcardsDoNotLookInUselessDirectories (1.18s)
  541. go_test.go:1503: running testgo [list ...]
  542. go_test.go:1503: standard output:
  543. go_test.go:1503: archive/tar
  544. archive/zip
  545. bufio
  546. bytes
  547. cmd/addr2line
  548. cmd/api
  549. cmd/asm
  550. cmd/asm/internal/arch
  551. cmd/asm/internal/asm
  552. cmd/asm/internal/flags
  553. cmd/asm/internal/lex
  554. cmd/buildid
  555. cmd/cgo
  556. cmd/compile
  557. cmd/compile/internal/amd64
  558. cmd/compile/internal/arm
  559. cmd/compile/internal/arm64
  560. cmd/compile/internal/gc
  561. cmd/compile/internal/mips
  562. cmd/compile/internal/mips64
  563. cmd/compile/internal/ppc64
  564. cmd/compile/internal/s390x
  565. cmd/compile/internal/ssa
  566. cmd/compile/internal/syntax
  567. cmd/compile/internal/test
  568. cmd/compile/internal/types
  569. cmd/compile/internal/x86
  570. cmd/cover
  571. cmd/dist
  572. cmd/doc
  573. cmd/fix
  574. cmd/go
  575. cmd/go/internal/base
  576. cmd/go/internal/bug
  577. cmd/go/internal/cache
  578. cmd/go/internal/cfg
  579. cmd/go/internal/clean
  580. cmd/go/internal/cmdflag
  581. cmd/go/internal/doc
  582. cmd/go/internal/envcmd
  583. cmd/go/internal/fix
  584. cmd/go/internal/fmtcmd
  585. cmd/go/internal/generate
  586. cmd/go/internal/get
  587. cmd/go/internal/help
  588. cmd/go/internal/list
  589. cmd/go/internal/load
  590. cmd/go/internal/run
  591. cmd/go/internal/str
  592. cmd/go/internal/test
  593. cmd/go/internal/tool
  594. cmd/go/internal/version
  595. cmd/go/internal/vet
  596. cmd/go/internal/web
  597. cmd/go/internal/work
  598. cmd/gofmt
  599. cmd/internal/bio
  600. cmd/internal/browser
  601. cmd/internal/buildid
  602. cmd/internal/dwarf
  603. cmd/internal/edit
  604. cmd/internal/gcprog
  605. cmd/internal/goobj
  606. cmd/internal/obj
  607. cmd/internal/obj/arm
  608. cmd/internal/obj/arm64
  609. cmd/internal/obj/mips
  610. cmd/internal/obj/ppc64
  611. cmd/internal/obj/s390x
  612. cmd/internal/obj/x86
  613. cmd/internal/objabi
  614. cmd/internal/objfile
  615. cmd/internal/src
  616. cmd/internal/sys
  617. cmd/internal/test2json
  618. cmd/link
  619. cmd/link/internal/amd64
  620. cmd/link/internal/arm
  621. cmd/link/internal/arm64
  622. cmd/link/internal/ld
  623. cmd/link/internal/loadelf
  624. cmd/link/internal/loadmacho
  625. cmd/link/internal/loadpe
  626. cmd/link/internal/mips
  627. cmd/link/internal/mips64
  628. cmd/link/internal/objfile
  629. cmd/link/internal/ppc64
  630. cmd/link/internal/s390x
  631. cmd/link/internal/sym
  632. cmd/link/internal/x86
  633. cmd/nm
  634. cmd/objdump
  635. cmd/pack
  636. cmd/pprof
  637. cmd/test2json
  638. cmd/trace
  639. cmd/vet
  640. cmd/vet/internal/cfg
  641. cmd/vet/internal/whitelist
  642. compress/bzip2
  643. compress/flate
  644. compress/gzip
  645. compress/lzw
  646. compress/zlib
  647. container/heap
  648. container/list
  649. container/ring
  650. context
  651. crypto
  652. crypto/aes
  653. crypto/cipher
  654. crypto/des
  655. crypto/dsa
  656. crypto/ecdsa
  657. crypto/elliptic
  658. crypto/hmac
  659. crypto/internal/cipherhw
  660. crypto/md5
  661. crypto/rand
  662. crypto/rc4
  663. crypto/rsa
  664. crypto/sha1
  665. crypto/sha256
  666. crypto/sha512
  667. crypto/subtle
  668. crypto/tls
  669. crypto/x509
  670. crypto/x509/pkix
  671. database/sql
  672. database/sql/driver
  673. debug/dwarf
  674. debug/elf
  675. debug/gosym
  676. debug/macho
  677. debug/pe
  678. debug/plan9obj
  679. encoding
  680. encoding/ascii85
  681. encoding/asn1
  682. encoding/base32
  683. encoding/base64
  684. encoding/binary
  685. encoding/csv
  686. encoding/gob
  687. encoding/hex
  688. encoding/json
  689. encoding/pem
  690. encoding/xml
  691. errors
  692. expvar
  693. flag
  694. fmt
  695. go/ast
  696. go/build
  697. go/constant
  698. go/doc
  699. go/format
  700. go/importer
  701. go/internal/gccgoimporter
  702. go/internal/gcimporter
  703. go/internal/srcimporter
  704. go/parser
  705. go/printer
  706. go/scanner
  707. go/token
  708. go/types
  709. hash
  710. hash/adler32
  711. hash/crc32
  712. hash/crc64
  713. hash/fnv
  714. html
  715. html/template
  716. image
  717. image/color
  718. image/color/palette
  719. image/draw
  720. image/gif
  721. image/internal/imageutil
  722. image/jpeg
  723. image/png
  724. index/suffixarray
  725. internal/bytealg
  726. internal/cpu
  727. internal/nettrace
  728. internal/poll
  729. internal/race
  730. internal/singleflight
  731. internal/syscall/windows
  732. internal/syscall/windows/registry
  733. internal/syscall/windows/sysdll
  734. internal/testenv
  735. internal/testlog
  736. internal/trace
  737. io
  738. io/ioutil
  739. log
  740. log/syslog
  741. math
  742. math/big
  743. math/bits
  744. math/cmplx
  745. math/rand
  746. mime
  747. mime/multipart
  748. mime/quotedprintable
  749. net
  750. net/http
  751. net/http/cgi
  752. net/http/cookiejar
  753. net/http/fcgi
  754. net/http/httptest
  755. net/http/httptrace
  756. net/http/httputil
  757. net/http/internal
  758. net/http/pprof
  759. net/internal/socktest
  760. net/mail
  761. net/rpc
  762. net/rpc/jsonrpc
  763. net/smtp
  764. net/textproto
  765. net/url
  766. os
  767. os/exec
  768. os/signal
  769. os/user
  770. path
  771. path/filepath
  772. plugin
  773. reflect
  774. regexp
  775. regexp/syntax
  776. runtime
  777. runtime/cgo
  778. runtime/debug
  779. runtime/internal/atomic
  780. runtime/internal/sys
  781. runtime/pprof
  782. runtime/pprof/internal/profile
  783. runtime/race
  784. runtime/trace
  785. sort
  786. strconv
  787. strings
  788. sync
  789. sync/atomic
  790. syscall
  791. testing
  792. testing/internal/testdeps
  793. testing/iotest
  794. testing/quick
  795. text/scanner
  796. text/tabwriter
  797. text/template
  798. text/template/parse
  799. time
  800. unicode
  801. unicode/utf16
  802. unicode/utf8
  803. unsafe
  804. badtest/badexec
  805. badtest/badsyntax
  806. badtest/badvar
  807. bench
  808. benchfatal
  809. canonical/a
  810. canonical/b
  811. canonical/d
  812. cgoasm
  813. cgocover
  814. cgocover2
  815. cgocover3
  816. cgocover4
  817. cgotest
  818. complex
  819. complex/nest/sub/test12
  820. complex/nest/sub/test23
  821. complex/w
  822. coverasm
  823. coverbad
  824. coverdep
  825. coverdep/p1
  826. coverdep2/p1
  827. coverdep2/p2
  828. coverdot1
  829. coverdot2
  830. dupload
  831. dupload/p
  832. dupload/p2
  833. empty/pkg
  834. empty/pkgtest
  835. empty/pkgtestxtest
  836. empty/pkgxtest
  837. empty/test
  838. empty/testxtest
  839. empty/xtest
  840. go-cmd-test
  841. importmain/ismain
  842. importmain/test
  843. main_test
  844. multimain
  845. my.pkg
  846. my.pkg/main
  847. not_main
  848. notest
  849. run
  850. run/internal
  851. run/subdir/internal/private
  852. skipper
  853. sleepy1
  854. sleepy2
  855. sleepybad
  856. syntaxerror
  857. testcache
  858. testcycle/p1
  859. testcycle/p2
  860. testcycle/p3
  861. testcycle/q1
  862. testdep/p1
  863. testdep/p2
  864. testlist
  865. testrace
  866. testregexp
  867. vend
  868. vend/dir1
  869. vend/hello
  870. vend/subdir
  871. vend/x
  872. vend/x/invalid
  873. vetcycle
  874. vetfail/p1
  875. vetfail/p2
  876. vetpkg
  877. xtestonly
  878.  
  879. go_test.go:1503: standard error:
  880. go_test.go:1503: can't load package: package badc: C source files not allowed when not using cgo or SWIG: x.c
  881. can't load package: package badpkg:
  882. testdata\src\badpkg\x.go:1:1: expected 'package', found pkg
  883. can't load package: import cycle not allowed
  884. package gencycle
  885. imports gencycle
  886.  
  887. go_test.go:1503: testgo failed as expected: exit status 1
  888. go_test.go:1505: running testgo [list m...]
  889. go_test.go:1505: standard output:
  890. go_test.go:1505: math
  891. math/big
  892. math/bits
  893. math/cmplx
  894. math/rand
  895. mime
  896. mime/multipart
  897. mime/quotedprintable
  898. main_test
  899. multimain
  900. my.pkg
  901. my.pkg/main
  902.  
  903. === RUN TestRelativeImportsGoTest
  904. --- PASS: TestRelativeImportsGoTest (0.59s)
  905. go_test.go:1511: running testgo [test ./testdata/testimport]
  906. go_test.go:1511: standard output:
  907. go_test.go:1511: ok _/c_/dev/go/src/cmd/go/testdata/testimport 0.022s
  908.  
  909. === RUN TestRelativeImportsGoTestDashI
  910. --- FAIL: TestRelativeImportsGoTestDashI (0.11s)
  911. go_test.go:1519: running testgo [list -f {{.Stale}}:{{.StaleReason}} runtime]
  912. go_test.go:1519: standard output:
  913. go_test.go:1519: true:stale dependency: runtime/internal/sys
  914.  
  915. go_test.go:1519: must be non-stale before test -i
  916. === RUN TestRelativeImportsInCommandLinePackage
  917. --- PASS: TestRelativeImportsInCommandLinePackage (0.59s)
  918. go_test.go:1530: running testgo [test testdata\testimport\p.go testdata\testimport\p_test.go testdata\testimport\x_test.go]
  919. go_test.go:1530: standard output:
  920. go_test.go:1530: ok command-line-arguments 0.025s
  921.  
  922. === RUN TestNonCanonicalImportPaths
  923. === PAUSE TestNonCanonicalImportPaths
  924. === RUN TestVersionControlErrorMessageIncludesCorrectDirectory
  925. --- PASS: TestVersionControlErrorMessageIncludesCorrectDirectory (0.04s)
  926. go_test.go:1548: running testgo [get -u foo]
  927. go_test.go:1548: standard error:
  928. 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
  929.  
  930. go_test.go:1548: testgo failed as expected: exit status 1
  931. === RUN TestInstallFailsWithNoBuildableFiles
  932. --- PASS: TestInstallFailsWithNoBuildableFiles (0.04s)
  933. go_test.go:1563: running testgo [install cgotest]
  934. go_test.go:1563: standard error:
  935. 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
  936.  
  937. go_test.go:1563: testgo failed as expected: exit status 1
  938. === RUN TestMSanAndRaceRequireCgo
  939. --- PASS: TestMSanAndRaceRequireCgo (0.04s)
  940. go_test.go:1578: running testgo [install -race triv.go]
  941. go_test.go:1578: standard error:
  942. go_test.go:1578: go install: -race requires cgo; enable cgo by setting CGO_ENABLED=1
  943.  
  944. go_test.go:1578: testgo failed as expected: exit status 2
  945. === RUN TestRelativeGOBINFail
  946. --- PASS: TestRelativeGOBINFail (0.04s)
  947. go_test.go:1594: running testgo [install]
  948. go_test.go:1594: standard error:
  949. go_test.go:1594: cannot install, GOBIN must be an absolute path
  950.  
  951. go_test.go:1594: testgo failed as expected: exit status 1
  952. === RUN TestInstallIntoGOPATH
  953. --- PASS: TestInstallIntoGOPATH (0.28s)
  954. go_test.go:1605: running testgo [install go-cmd-test]
  955. === RUN TestBuildOutputToDevNull
  956. --- PASS: TestBuildOutputToDevNull (0.25s)
  957. go_test.go:1614: running testgo [build -o NUL go-cmd-test]
  958. === RUN TestPackageMainTestImportsArchiveNotBinary
  959. === PAUSE TestPackageMainTestImportsArchiveNotBinary
  960. === RUN TestPackageMainTestCompilerFlags
  961. === PAUSE TestPackageMainTestCompilerFlags
  962. === RUN TestPackageNotStaleWithTrailingSlash
  963. --- FAIL: TestPackageNotStaleWithTrailingSlash (0.11s)
  964. go_test.go:1659: running testgo [list -f {{.Stale}}:{{.StaleReason}} runtime]
  965. go_test.go:1659: standard output:
  966. go_test.go:1659: true:stale dependency: runtime/internal/sys
  967.  
  968. go_test.go:1659: must be non-stale before test runs
  969. === RUN TestInstallIntoGOBIN
  970. --- PASS: TestInstallIntoGOBIN (0.26s)
  971. go_test.go:1679: running testgo [install go-cmd-test]
  972. === RUN TestInstallToCurrentDirectoryCreatesExecutable
  973. --- PASS: TestInstallToCurrentDirectoryCreatesExecutable (0.27s)
  974. go_test.go:1692: running testgo [install]
  975. === RUN TestInstallWithoutDestinationFails
  976. --- PASS: TestInstallWithoutDestinationFails (0.06s)
  977. go_test.go:1701: running testgo [install testdata/src/go-cmd-test/helloworld.go]
  978. go_test.go:1701: standard error:
  979. go_test.go:1701: go install: no install location for .go files listed on command line (GOBIN not set)
  980.  
  981. go_test.go:1701: testgo failed as expected: exit status 1
  982. === RUN TestInstallToGOBINCommandLinePackage
  983. --- PASS: TestInstallToGOBINCommandLinePackage (0.24s)
  984. go_test.go:1712: running testgo [install testdata/src/go-cmd-test/helloworld.go]
  985. === RUN TestGoGetNonPkg
  986. --- PASS: TestGoGetNonPkg (14.46s)
  987. go_test.go:1724: running testgo [get -d golang.org/x/tools]
  988. go_test.go:1724: standard error:
  989. go_test.go:1724: package golang.org/x/tools: no Go files in C:\Windows\TEMP\gotest935412234\src\golang.org\x\tools
  990.  
  991. go_test.go:1724: testgo failed as expected: exit status 1
  992. go_test.go:1726: running testgo [get -d -u golang.org/x/tools]
  993. go_test.go:1726: standard error:
  994. go_test.go:1726: package golang.org/x/tools: no Go files in C:\Windows\TEMP\gotest935412234\src\golang.org\x\tools
  995.  
  996. go_test.go:1726: testgo failed as expected: exit status 1
  997. go_test.go:1728: running testgo [get -d golang.org/x/tools]
  998. go_test.go:1728: standard error:
  999. go_test.go:1728: can't load package: package golang.org/x/tools: no Go files in C:\Windows\TEMP\gotest935412234\src\golang.org\x\tools
  1000.  
  1001. go_test.go:1728: testgo failed as expected: exit status 1
  1002. === RUN TestGoGetTestOnlyPkg
  1003. --- PASS: TestGoGetTestOnlyPkg (7.39s)
  1004. go_test.go:1739: running testgo [get golang.org/x/tour/content]
  1005. go_test.go:1740: running testgo [get -t golang.org/x/tour/content]
  1006. === RUN TestInstalls
  1007. === PAUSE TestInstalls
  1008. === RUN TestRejectRelativeDotPathInGOPATHCommandLinePackage
  1009. --- PASS: TestRejectRelativeDotPathInGOPATHCommandLinePackage (0.04s)
  1010. go_test.go:1789: running testgo [build testdata/src/go-cmd-test/helloworld.go]
  1011. go_test.go:1789: standard error:
  1012. go_test.go:1789: go: GOPATH entry is relative; must be absolute path: ".".
  1013. For more details see: 'go help gopath'
  1014.  
  1015. go_test.go:1789: testgo failed as expected: exit status 2
  1016. === RUN TestRejectRelativePathsInGOPATH
  1017. --- PASS: TestRejectRelativePathsInGOPATH (0.03s)
  1018. go_test.go:1798: running testgo [build go-cmd-test]
  1019. go_test.go:1798: standard error:
  1020. go_test.go:1798: go: GOPATH entry is relative; must be absolute path: ".".
  1021. For more details see: 'go help gopath'
  1022.  
  1023. go_test.go:1798: testgo failed as expected: exit status 2
  1024. === RUN TestRejectRelativePathsInGOPATHCommandLinePackage
  1025. --- PASS: TestRejectRelativePathsInGOPATHCommandLinePackage (0.03s)
  1026. go_test.go:1806: running testgo [build testdata/src/go-cmd-test/helloworld.go]
  1027. go_test.go:1806: standard error:
  1028. go_test.go:1806: go: GOPATH entry is relative; must be absolute path: "testdata".
  1029. For more details see: 'go help gopath'
  1030.  
  1031. go_test.go:1806: testgo failed as expected: exit status 2
  1032. === RUN TestRejectBlankPathsInGOPATH
  1033. --- PASS: TestRejectBlankPathsInGOPATH (0.04s)
  1034. go_test.go:1816: running testgo [build go-cmd-test]
  1035. go_test.go:1816: standard error:
  1036. go_test.go:1816: go: GOPATH entry is relative; must be absolute path: " ".
  1037. For more details see: 'go help gopath'
  1038.  
  1039. go_test.go:1816: testgo failed as expected: exit status 2
  1040. === RUN TestIgnoreEmptyPathsInGOPATH
  1041. --- PASS: TestIgnoreEmptyPathsInGOPATH (0.23s)
  1042. go_test.go:1827: running testgo [install go-cmd-test]
  1043. === RUN TestGoTestWithPackageListedMultipleTimes
  1044. === PAUSE TestGoTestWithPackageListedMultipleTimes
  1045. === RUN TestGoListHasAConsistentOrder
  1046. === PAUSE TestGoListHasAConsistentOrder
  1047. === RUN TestGoListStdDoesNotIncludeCommands
  1048. === PAUSE TestGoListStdDoesNotIncludeCommands
  1049. === RUN TestGoListCmdOnlyShowsCommands
  1050. === PAUSE TestGoListCmdOnlyShowsCommands
  1051. === RUN TestGoListDedupsPackages
  1052. --- PASS: TestGoListDedupsPackages (0.04s)
  1053. go_test.go:1885: running testgo [list xtestonly ./testdata/src/xtestonly/...]
  1054. go_test.go:1885: standard output:
  1055. go_test.go:1885: xtestonly
  1056.  
  1057. === RUN TestGoListDeps
  1058. === PAUSE TestGoListDeps
  1059. === RUN TestUnsuccessfulGoInstallShouldMentionMissingPackage
  1060. === PAUSE TestUnsuccessfulGoInstallShouldMentionMissingPackage
  1061. === RUN TestGOROOTSearchFailureReporting
  1062. === PAUSE TestGOROOTSearchFailureReporting
  1063. === RUN TestMultipleGOPATHEntriesReportedSeparately
  1064. === PAUSE TestMultipleGOPATHEntriesReportedSeparately
  1065. === RUN TestMentionGOPATHInFirstGOPATHEntry
  1066. === PAUSE TestMentionGOPATHInFirstGOPATHEntry
  1067. === RUN TestMentionGOPATHNotOnSecondEntry
  1068. === PAUSE TestMentionGOPATHNotOnSecondEntry
  1069. === RUN TestDefaultGOPATH
  1070. === PAUSE TestDefaultGOPATH
  1071. === RUN TestDefaultGOPATHGet
  1072. --- PASS: TestDefaultGOPATHGet (8.83s)
  1073. go_test.go:2006: running testgo [get -v github.com/golang/example/hello]
  1074. go_test.go:2006: standard error:
  1075. go_test.go:2006: github.com/golang/example (download)
  1076. created GOPATH=C:\Windows\TEMP\gotest895421900\home\go; see 'go help gopath'
  1077. runtime/internal/sys
  1078. github.com/golang/example/stringutil
  1079. github.com/golang/example/hello
  1080.  
  1081. go_test.go:2012: running testgo [get github.com/golang/example/hello]
  1082. go_test.go:2018: running testgo [get github.com/golang/example/hello]
  1083. go_test.go:2018: standard error:
  1084. go_test.go:2018: package github.com/golang/example/hello: mkdir C:\Windows\TEMP\gotest895421900\home\go: The system cannot find the path specified.
  1085.  
  1086. go_test.go:2018: testgo failed as expected: exit status 1
  1087. === RUN TestDefaultGOPATHPrintedSearchList
  1088. --- PASS: TestDefaultGOPATHPrintedSearchList (0.04s)
  1089. go_test.go:2029: running testgo [install github.com/golang/example/hello]
  1090. go_test.go:2029: standard error:
  1091. go_test.go:2029: can't load package: package github.com/golang/example/hello: cannot find package "github.com/golang/example/hello" in any of:
  1092. c:\dev\go\src\github.com\golang\example\hello (from $GOROOT)
  1093. C:\Windows\TEMP\gotest716041915\home\go\src\github.com\golang\example\hello (from $GOPATH)
  1094.  
  1095. go_test.go:2029: testgo failed as expected: exit status 1
  1096. === RUN TestGoGetIntoGOROOT
  1097. === PAUSE TestGoGetIntoGOROOT
  1098. === RUN TestLdflagsArgumentsWithSpacesIssue3941
  1099. === PAUSE TestLdflagsArgumentsWithSpacesIssue3941
  1100. === RUN TestGoTestCpuprofileLeavesBinaryBehind
  1101. --- PASS: TestGoTestCpuprofileLeavesBinaryBehind (0.77s)
  1102. go_test.go:2105: running testgo [test -cpuprofile errors.prof errors]
  1103. go_test.go:2105: standard output:
  1104. go_test.go:2105: ok errors 0.259s
  1105.  
  1106. === RUN TestGoTestCpuprofileDashOControlsBinaryLocation
  1107. --- PASS: TestGoTestCpuprofileDashOControlsBinaryLocation (0.77s)
  1108. go_test.go:2116: running testgo [test -cpuprofile errors.prof -o myerrors.test.exe errors]
  1109. go_test.go:2116: standard output:
  1110. go_test.go:2116: ok errors 0.250s
  1111.  
  1112. === RUN TestGoTestMutexprofileLeavesBinaryBehind
  1113. --- PASS: TestGoTestMutexprofileLeavesBinaryBehind (0.73s)
  1114. go_test.go:2127: running testgo [test -mutexprofile errors.prof errors]
  1115. go_test.go:2127: standard output:
  1116. go_test.go:2127: ok errors 0.152s
  1117.  
  1118. === RUN TestGoTestMutexprofileDashOControlsBinaryLocation
  1119. --- PASS: TestGoTestMutexprofileDashOControlsBinaryLocation (0.69s)
  1120. go_test.go:2138: running testgo [test -mutexprofile errors.prof -o myerrors.test.exe errors]
  1121. go_test.go:2138: standard output:
  1122. go_test.go:2138: ok errors 0.160s
  1123.  
  1124. === RUN TestGoBuildNonMain
  1125. --- PASS: TestGoBuildNonMain (0.04s)
  1126. go_test.go:2147: running testgo [build -buildmode=exe -o not_main.exe not_main]
  1127. go_test.go:2147: standard error:
  1128. go_test.go:2147: -buildmode=exe requires exactly one main package
  1129.  
  1130. go_test.go:2147: testgo failed as expected: exit status 1
  1131. === RUN TestGoTestDashCDashOControlsBinaryLocation
  1132. === PAUSE TestGoTestDashCDashOControlsBinaryLocation
  1133. === RUN TestGoTestDashOWritesBinary
  1134. === PAUSE TestGoTestDashOWritesBinary
  1135. === RUN TestGoTestDashIDashOWritesBinary
  1136. === PAUSE TestGoTestDashIDashOWritesBinary
  1137. === RUN TestSymlinksList
  1138. --- PASS: TestSymlinksList (0.04s)
  1139. go_test.go:2199: running testgo [list -f {{.Root}} dir1]
  1140. go_test.go:2199: standard output:
  1141. go_test.go:2199: C:\Windows\TEMP\gotest249924521
  1142.  
  1143. === RUN TestSymlinksVendor
  1144. --- PASS: TestSymlinksVendor (0.80s)
  1145. go_test.go:2218: running testgo [list -f {{.Root}} .]
  1146. go_test.go:2218: standard output:
  1147. go_test.go:2218: C:\Windows\TEMP\gotest598433012\gopath
  1148.  
  1149. go_test.go:2224: running testgo [run p.go]
  1150. go_test.go:2225: running testgo [build]
  1151. go_test.go:2226: running testgo [install]
  1152. === RUN TestSymlinksVendor15201
  1153. --- PASS: TestSymlinksVendor15201 (0.05s)
  1154. go_test.go:2244: running testgo [list ./...]
  1155. go_test.go:2244: standard output:
  1156. go_test.go:2244: _/C_/Windows/TEMP/gotest562546627/gopath/src/x/y/w
  1157. _/C_/Windows/TEMP/gotest562546627/gopath/src/x/y/z
  1158.  
  1159. === RUN TestSymlinksInternal
  1160. --- PASS: TestSymlinksInternal (0.81s)
  1161. go_test.go:2258: running testgo [list -f {{.Root}} .]
  1162. go_test.go:2258: standard output:
  1163. go_test.go:2258: C:\Windows\TEMP\gotest556741190\gopath
  1164.  
  1165. go_test.go:2264: running testgo [run p.go]
  1166. go_test.go:2265: running testgo [build]
  1167. go_test.go:2266: running testgo [install]
  1168. === RUN TestInstallWithTags
  1169. === PAUSE TestInstallWithTags
  1170. === RUN TestCaseCollisions
  1171. === PAUSE TestCaseCollisions
  1172. === RUN TestSymlinkWarning
  1173. === PAUSE TestSymlinkWarning
  1174. === RUN TestGoGetDashTIssue8181
  1175. === PAUSE TestGoGetDashTIssue8181
  1176. === RUN TestIssue11307
  1177. === PAUSE TestIssue11307
  1178. === RUN TestShadowingLogic
  1179. --- PASS: TestShadowingLogic (0.14s)
  1180. go_test.go:2403: running testgo [list -f ({{.ImportPath}}) ({{.ConflictDir}}) ./testdata/shadow/root1/src/math]
  1181. go_test.go:2403: standard output:
  1182. go_test.go:2403: (_/c_/dev/go/src/cmd/go/testdata/shadow/root1/src/math) (c:\dev\go\src\math)
  1183.  
  1184. go_test.go:2419: running testgo [list -f ({{.ImportPath}}) ({{.ConflictDir}}) ./testdata/shadow/root1/src/foo]
  1185. go_test.go:2419: standard output:
  1186. go_test.go:2419: (foo) ()
  1187.  
  1188. go_test.go:2425: running testgo [list -f ({{.ImportPath}}) ({{.ConflictDir}}) ./testdata/shadow/root2/src/foo]
  1189. go_test.go:2425: standard output:
  1190. go_test.go:2425: (_/c_/dev/go/src/cmd/go/testdata/shadow/root2/src/foo) (c:\dev\go\src\cmd\go\testdata\shadow\root1\src\foo)
  1191.  
  1192. go_test.go:2432: running testgo [install ./testdata/shadow/root2/src/foo]
  1193. go_test.go:2432: standard error:
  1194. go_test.go:2432: 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
  1195.  
  1196. go_test.go:2432: testgo failed as expected: exit status 1
  1197. === RUN TestSourceFileNameOrderPreserved
  1198. --- PASS: TestSourceFileNameOrderPreserved (0.47s)
  1199. go_test.go:2443: running testgo [test testdata/example1_test.go testdata/example2_test.go]
  1200. go_test.go:2443: standard output:
  1201. go_test.go:2443: ok command-line-arguments 0.025s
  1202.  
  1203. === RUN TestCoverageRuns
  1204. --- PASS: TestCoverageRuns (5.90s)
  1205. go_test.go:2459: running testgo [test -short -coverpkg=strings strings regexp]
  1206. go_test.go:2459: standard output:
  1207. go_test.go:2459: ok strings 0.175s coverage: 98.2% of statements in strings
  1208. ok regexp 0.106s coverage: 19.3% of statements in strings
  1209.  
  1210. go_test.go:2461: running testgo [test -short -cover strings math regexp]
  1211. go_test.go:2461: standard output:
  1212. go_test.go:2461: ok strings 0.205s coverage: 98.2% of statements
  1213. ok math 0.028s coverage: 84.5% of statements
  1214. ok regexp 0.166s coverage: 93.1% of statements
  1215.  
  1216. === RUN TestCoverageDotImport
  1217. === PAUSE TestCoverageDotImport
  1218. === RUN TestCoverageUsesSetMode
  1219. --- PASS: TestCoverageUsesSetMode (2.32s)
  1220. go_test.go:2483: running testgo [test -short -cover encoding/binary errors -coverprofile=testdata/cover.out]
  1221. go_test.go:2483: standard output:
  1222. go_test.go:2483: ok encoding/binary 0.044s coverage: 86.5% of statements
  1223. ok errors 0.024s coverage: 100.0% of statements
  1224.  
  1225. === RUN TestCoverageUsesAtomicModeForRace
  1226. --- PASS: TestCoverageUsesAtomicModeForRace (1.99s)
  1227. go_test.go:2513: running testgo [test -short -race -cover encoding/binary -coverprofile=testdata/cover.out]
  1228. go_test.go:2513: standard output:
  1229. go_test.go:2513: ok encoding/binary 1.048s coverage: 86.5% of statements
  1230.  
  1231. === RUN TestCoverageSyncAtomicImport
  1232. === PAUSE TestCoverageSyncAtomicImport
  1233. === RUN TestCoverageDepLoop
  1234. === PAUSE TestCoverageDepLoop
  1235. === RUN TestCoverageImportMainLoop
  1236. --- PASS: TestCoverageImportMainLoop (0.13s)
  1237. go_test.go:2550: running testgo [test importmain/test]
  1238. go_test.go:2550: standard error:
  1239. go_test.go:2550: # importmain/test
  1240. testdata\src\importmain\test\test_test.go:4:8: import "importmain/ismain" is a program, not an importable package
  1241. FAIL importmain/test [setup failed]
  1242.  
  1243. go_test.go:2550: testgo failed as expected: exit status 1
  1244. go_test.go:2552: running testgo [test -cover importmain/test]
  1245. go_test.go:2552: standard error:
  1246. go_test.go:2552: # importmain/test
  1247. testdata\src\importmain\test\test_test.go:4:8: import "importmain/ismain" is a program, not an importable package
  1248. FAIL importmain/test [setup failed]
  1249.  
  1250. go_test.go:2552: testgo failed as expected: exit status 1
  1251. === RUN TestCoveragePattern
  1252. === PAUSE TestCoveragePattern
  1253. === RUN TestCoverageErrorLine
  1254. === PAUSE TestCoverageErrorLine
  1255. === RUN TestTestBuildFailureOutput
  1256. === PAUSE TestTestBuildFailureOutput
  1257. === RUN TestCoverageFunc
  1258. === PAUSE TestCoverageFunc
  1259. === RUN TestCoverageDashC
  1260. === PAUSE TestCoverageDashC
  1261. === RUN TestPluginNonMain
  1262. --- PASS: TestPluginNonMain (0.04s)
  1263. go_test.go:2650: running testgo [build -buildmode=plugin c:\dev\go\src\cmd\go\testdata\testdep\p2]
  1264. go_test.go:2650: standard error:
  1265. go_test.go:2650: -buildmode=plugin not supported on windows/amd64
  1266.  
  1267. go_test.go:2650: testgo failed as expected: exit status 1
  1268. === RUN TestTestEmpty
  1269. === RUN TestTestEmpty/pkg
  1270. === RUN TestTestEmpty/test
  1271. === RUN TestTestEmpty/xtest
  1272. === RUN TestTestEmpty/pkgtest
  1273. === RUN TestTestEmpty/pkgxtest
  1274. === RUN TestTestEmpty/pkgtestxtest
  1275. === RUN TestTestEmpty/testxtest
  1276. --- PASS: TestTestEmpty (12.38s)
  1277. --- PASS: TestTestEmpty/pkg (0.24s)
  1278. go_test.go:2666: running testgo [test -cover -coverpkg=. -race]
  1279. go_test.go:2666: standard output:
  1280. go_test.go:2666: ? empty/pkg [no test files]
  1281.  
  1282. --- PASS: TestTestEmpty/test (2.00s)
  1283. go_test.go:2666: running testgo [test -cover -coverpkg=. -race]
  1284. go_test.go:2666: standard output:
  1285. go_test.go:2666: testing: warning: no tests to run
  1286. PASS
  1287. coverage: 0.0% of statements in .
  1288. ok empty/test 1.033s
  1289.  
  1290. --- PASS: TestTestEmpty/xtest (1.95s)
  1291. go_test.go:2666: running testgo [test -cover -coverpkg=. -race]
  1292. go_test.go:2666: standard output:
  1293. go_test.go:2666: testing: warning: no tests to run
  1294. PASS
  1295. coverage: 0.0% of statements in .
  1296. ok empty/xtest 1.033s
  1297.  
  1298. --- PASS: TestTestEmpty/pkgtest (2.07s)
  1299. go_test.go:2666: running testgo [test -cover -coverpkg=. -race]
  1300. go_test.go:2666: standard output:
  1301. go_test.go:2666: testing: warning: no tests to run
  1302. PASS
  1303. coverage: 0.0% of statements in .
  1304. ok empty/pkgtest 1.033s
  1305.  
  1306. --- PASS: TestTestEmpty/pkgxtest (2.09s)
  1307. go_test.go:2666: running testgo [test -cover -coverpkg=. -race]
  1308. go_test.go:2666: standard output:
  1309. go_test.go:2666: testing: warning: no tests to run
  1310. PASS
  1311. coverage: 0.0% of statements in .
  1312. ok empty/pkgxtest 1.032s
  1313.  
  1314. --- PASS: TestTestEmpty/pkgtestxtest (2.02s)
  1315. go_test.go:2666: running testgo [test -cover -coverpkg=. -race]
  1316. go_test.go:2666: standard output:
  1317. go_test.go:2666: testing: warning: no tests to run
  1318. PASS
  1319. coverage: 0.0% of statements in .
  1320. ok empty/pkgtestxtest 1.033s
  1321.  
  1322. --- PASS: TestTestEmpty/testxtest (2.02s)
  1323. go_test.go:2666: running testgo [test -cover -coverpkg=. -race]
  1324. go_test.go:2666: standard output:
  1325. go_test.go:2666: testing: warning: no tests to run
  1326. PASS
  1327. coverage: 0.0% of statements in .
  1328. ok empty/testxtest 1.034s
  1329.  
  1330. === RUN TestNoGoError
  1331. === RUN TestNoGoError/empty/test
  1332. === RUN TestNoGoError/empty/xtest
  1333. === RUN TestNoGoError/empty/testxtest
  1334. === RUN TestNoGoError/exclude
  1335. === RUN TestNoGoError/exclude/ignore
  1336. === RUN TestNoGoError/exclude/empty
  1337. --- PASS: TestNoGoError (0.31s)
  1338. --- PASS: TestNoGoError/empty/test (0.08s)
  1339. go_test.go:2683: running testgo [build ./empty/test]
  1340. go_test.go:2683: standard error:
  1341. go_test.go:2683: go build empty/test: no non-test Go files in c:\dev\go\src\cmd\go\testdata\src\empty\test
  1342.  
  1343. go_test.go:2683: testgo failed as expected: exit status 1
  1344. --- PASS: TestNoGoError/empty/xtest (0.06s)
  1345. go_test.go:2683: running testgo [build ./empty/xtest]
  1346. go_test.go:2683: standard error:
  1347. go_test.go:2683: go build empty/xtest: no non-test Go files in c:\dev\go\src\cmd\go\testdata\src\empty\xtest
  1348.  
  1349. go_test.go:2683: testgo failed as expected: exit status 1
  1350. --- PASS: TestNoGoError/empty/testxtest (0.06s)
  1351. go_test.go:2683: running testgo [build ./empty/testxtest]
  1352. go_test.go:2683: standard error:
  1353. go_test.go:2683: go build empty/testxtest: no non-test Go files in c:\dev\go\src\cmd\go\testdata\src\empty\testxtest
  1354.  
  1355. go_test.go:2683: testgo failed as expected: exit status 1
  1356. --- PASS: TestNoGoError/exclude (0.04s)
  1357. go_test.go:2683: running testgo [build ./exclude]
  1358. go_test.go:2683: standard error:
  1359. go_test.go:2683: can't load package: package exclude: build constraints exclude all Go files in c:\dev\go\src\cmd\go\testdata\src\exclude
  1360.  
  1361. go_test.go:2683: testgo failed as expected: exit status 1
  1362. --- PASS: TestNoGoError/exclude/ignore (0.05s)
  1363. go_test.go:2683: running testgo [build ./exclude/ignore]
  1364. go_test.go:2683: standard error:
  1365. go_test.go:2683: can't load package: package exclude/ignore: no Go files in c:\dev\go\src\cmd\go\testdata\src\exclude\ignore
  1366.  
  1367. go_test.go:2683: testgo failed as expected: exit status 1
  1368. --- PASS: TestNoGoError/exclude/empty (0.04s)
  1369. go_test.go:2683: running testgo [build ./exclude/empty]
  1370. go_test.go:2683: standard error:
  1371. go_test.go:2683: can't load package: package exclude/empty: no Go files in c:\dev\go\src\cmd\go\testdata\src\exclude\empty
  1372.  
  1373. go_test.go:2683: testgo failed as expected: exit status 1
  1374. === RUN TestTestRaceInstall
  1375. --- PASS: TestTestRaceInstall (14.74s)
  1376. go_test.go:2709: running testgo [install -race -pkgdir=C:\Windows\TEMP\gotest938134765\pkg std]
  1377. go_test.go:2710: running testgo [test -race -pkgdir=C:\Windows\TEMP\gotest938134765\pkg -i -v empty/pkg]
  1378. === RUN TestBuildDryRunWithCgo
  1379. --- PASS: TestBuildDryRunWithCgo (0.16s)
  1380. go_test.go:2733: running testgo [build -n C:\Windows\TEMP\gotest962539880\foo.go]
  1381. go_test.go:2733: standard error:
  1382. go_test.go:2733:
  1383. #
  1384. # runtime/internal/sys
  1385. #
  1386.  
  1387. mkdir -p $WORK\b013\
  1388. cat >$WORK\b013\importcfg << 'EOF' # internal
  1389. # import config
  1390. EOF
  1391. cd c:\dev\go\src\runtime\internal\sys
  1392. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b013\\_pkg_.a" -trimpath "$WORK\\b013" -p runtime/internal/sys -std -+ -complete -buildid 1LeNP7wqCgWYKa4wC876/1LeNP7wqCgWYKa4wC876 -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"
  1393. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b013\\_pkg_.a" # internal
  1394.  
  1395. #
  1396. # runtime
  1397. #
  1398.  
  1399. mkdir -p $WORK\b009\
  1400. cat >$WORK\b009\importcfg << 'EOF' # internal
  1401. # import config
  1402. packagefile internal/bytealg=c:\dev\go\pkg\windows_amd64\internal\bytealg.a
  1403. packagefile internal/cpu=c:\dev\go\pkg\windows_amd64\internal\cpu.a
  1404. packagefile runtime/internal/atomic=c:\dev\go\pkg\windows_amd64\runtime\internal\atomic.a
  1405. packagefile runtime/internal/sys=$WORK\b013\_pkg_.a
  1406. EOF
  1407. cd c:\dev\go\src\runtime
  1408. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b009\\_pkg_.a" -trimpath "$WORK\\b009" -p runtime -std -+ -buildid 7XpTkzX3lSgXfUBounn6/7XpTkzX3lSgXfUBounn6 -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"
  1409. "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"
  1410. "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"
  1411. "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"
  1412. "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"
  1413. "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"
  1414. "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"
  1415. "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"
  1416. "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"
  1417. "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
  1418. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b009\\_pkg_.a" # internal
  1419.  
  1420. #
  1421. # sync
  1422. #
  1423.  
  1424. mkdir -p $WORK\b008\
  1425. cat >$WORK\b008\importcfg << 'EOF' # internal
  1426. # import config
  1427. packagefile internal/race=c:\dev\go\pkg\windows_amd64\internal\race.a
  1428. packagefile runtime=$WORK\b009\_pkg_.a
  1429. packagefile sync/atomic=c:\dev\go\pkg\windows_amd64\sync\atomic.a
  1430. EOF
  1431. cd c:\dev\go\src\sync
  1432. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b008\\_pkg_.a" -trimpath "$WORK\\b008" -p sync -std -buildid EHJ1xmsDx1ve4U69zsWQ/EHJ1xmsDx1ve4U69zsWQ -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"
  1433. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b008\\_pkg_.a" # internal
  1434.  
  1435. #
  1436. # syscall
  1437. #
  1438.  
  1439. mkdir -p $WORK\b004\
  1440. cat >$WORK\b004\importcfg << 'EOF' # internal
  1441. # import config
  1442. packagefile errors=c:\dev\go\pkg\windows_amd64\errors.a
  1443. packagefile internal/race=c:\dev\go\pkg\windows_amd64\internal\race.a
  1444. packagefile internal/syscall/windows/sysdll=c:\dev\go\pkg\windows_amd64\internal\syscall\windows\sysdll.a
  1445. packagefile sync=$WORK\b008\_pkg_.a
  1446. packagefile sync/atomic=c:\dev\go\pkg\windows_amd64\sync\atomic.a
  1447. packagefile unicode/utf16=c:\dev\go\pkg\windows_amd64\unicode\utf16.a
  1448. EOF
  1449. cd c:\dev\go\src\syscall
  1450. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b004\\_pkg_.a" -trimpath "$WORK\\b004" -p syscall -std -buildid vGz_bXwKvFIo6_WlacKH/vGz_bXwKvFIo6_WlacKH -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"
  1451. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b004\\_pkg_.a" # internal
  1452.  
  1453. #
  1454. # command-line-arguments
  1455. #
  1456.  
  1457. mkdir -p $WORK\b001\
  1458. cd C:\Windows\TEMP\gotest962539880
  1459. 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\\gotest962539880\\foo.go"
  1460. cd $WORK
  1461. gcc -fno-caret-diagnostics -c -x c - || true
  1462. gcc -Qunused-arguments -c -x c - || true
  1463. gcc -fdebug-prefix-map=a=b -c -x c - || true
  1464. gcc -gno-record-gcc-switches -c -x c - || true
  1465. cd $WORK\b001
  1466. gcc -I "C:\\Windows\\TEMP\\gotest962539880" -m64 -mthreads -fmessage-length=0 -I "$WORK\\b001\\" -g -O2 -o "C:\\Windows\\TEMP\\gotest962539880\\$WORK\\b001\\_x001.o" -c _cgo_export.c
  1467. cd $WORK
  1468. gcc -fno-caret-diagnostics -c -x c - || true
  1469. gcc -Qunused-arguments -c -x c - || true
  1470. gcc -fdebug-prefix-map=a=b -c -x c - || true
  1471. gcc -gno-record-gcc-switches -c -x c - || true
  1472. cd $WORK\b001
  1473. gcc -I "C:\\Windows\\TEMP\\gotest962539880" -m64 -mthreads -fmessage-length=0 -I "$WORK\\b001\\" -g -O2 -o "C:\\Windows\\TEMP\\gotest962539880\\$WORK\\b001\\_x002.o" -c foo.cgo2.c
  1474. cd $WORK
  1475. gcc -fno-caret-diagnostics -c -x c - || true
  1476. gcc -Qunused-arguments -c -x c - || true
  1477. gcc -fdebug-prefix-map=a=b -c -x c - || true
  1478. gcc -gno-record-gcc-switches -c -x c - || true
  1479. cd $WORK\b001
  1480. gcc -I "C:\\Windows\\TEMP\\gotest962539880" -m64 -mthreads -fmessage-length=0 -I "$WORK\\b001\\" -g -O2 -o "C:\\Windows\\TEMP\\gotest962539880\\$WORK\\b001\\_cgo_main.o" -c _cgo_main.c
  1481. cd $WORK
  1482. gcc -fno-caret-diagnostics -c -x c - || true
  1483. gcc -Qunused-arguments -c -x c - || true
  1484. gcc -fdebug-prefix-map=a=b -c -x c - || true
  1485. gcc -gno-record-gcc-switches -c -x c - || true
  1486. cd C:\Windows\TEMP\gotest962539880
  1487. gcc -I "C:\\Windows\\TEMP\\gotest962539880" -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
  1488. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -dynpackage main -dynimport "$WORK\\b001\\_cgo_.o" -dynout "$WORK\\b001\\_cgo_import.go"
  1489. cat >$WORK\b001\importcfg << 'EOF' # internal
  1490. # import config
  1491. packagefile runtime/cgo=c:\dev\go\pkg\windows_amd64\runtime\cgo.a
  1492. packagefile syscall=$WORK\b004\_pkg_.a
  1493. packagefile runtime=$WORK\b009\_pkg_.a
  1494. EOF
  1495. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b001\\_pkg_.a" -trimpath "$WORK\\b001" -p main -buildid absY8K2XRaEHgGe6ZjEo/absY8K2XRaEHgGe6ZjEo -D _/C_/Windows/TEMP/gotest962539880 -importcfg "$WORK\\b001\\importcfg" -pack -c=4 "$WORK\\b001\\_cgo_gotypes.go" "$WORK\\b001\\foo.cgo1.go" "$WORK\\b001\\_cgo_import.go"
  1496. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b001\\_pkg_.a" "$WORK\\b001\\_x001.o" "$WORK\\b001\\_x002.o" # internal
  1497. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b001\\_pkg_.a" # internal
  1498. cat >$WORK\b001\importcfg.link << 'EOF' # internal
  1499. packagefile command-line-arguments=$WORK\b001\_pkg_.a
  1500. packagefile runtime/cgo=c:\dev\go\pkg\windows_amd64\runtime\cgo.a
  1501. packagefile syscall=$WORK\b004\_pkg_.a
  1502. packagefile runtime=$WORK\b009\_pkg_.a
  1503. packagefile errors=c:\dev\go\pkg\windows_amd64\errors.a
  1504. packagefile internal/race=c:\dev\go\pkg\windows_amd64\internal\race.a
  1505. packagefile internal/syscall/windows/sysdll=c:\dev\go\pkg\windows_amd64\internal\syscall\windows\sysdll.a
  1506. packagefile sync=$WORK\b008\_pkg_.a
  1507. packagefile sync/atomic=c:\dev\go\pkg\windows_amd64\sync\atomic.a
  1508. packagefile unicode/utf16=c:\dev\go\pkg\windows_amd64\unicode\utf16.a
  1509. packagefile internal/bytealg=c:\dev\go\pkg\windows_amd64\internal\bytealg.a
  1510. packagefile internal/cpu=c:\dev\go\pkg\windows_amd64\internal\cpu.a
  1511. packagefile runtime/internal/atomic=c:\dev\go\pkg\windows_amd64\runtime\internal\atomic.a
  1512. packagefile runtime/internal/sys=$WORK\b013\_pkg_.a
  1513. EOF
  1514. mkdir -p $WORK\b001\exe\
  1515. cd .
  1516. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "$WORK\\b001\\exe\\a.out.exe" -importcfg "$WORK\\b001\\importcfg.link" -buildmode=exe -buildid=wTfRKrV-947kS0Xi0-HN/absY8K2XRaEHgGe6ZjEo/absY8K2XRaEHgGe6ZjEo/wTfRKrV-947kS0Xi0-HN -extld=gcc "$WORK\\b001\\_pkg_.a"
  1517. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b001\\exe\\a.out.exe" # internal
  1518. mv $WORK\b001\exe\a.out.exe foo.exe
  1519.  
  1520. === RUN TestCoverageWithCgo
  1521. === RUN TestCoverageWithCgo/cgocover
  1522. === PAUSE TestCoverageWithCgo/cgocover
  1523. === RUN TestCoverageWithCgo/cgocover2
  1524. === PAUSE TestCoverageWithCgo/cgocover2
  1525. === RUN TestCoverageWithCgo/cgocover3
  1526. === PAUSE TestCoverageWithCgo/cgocover3
  1527. === RUN TestCoverageWithCgo/cgocover4
  1528. === PAUSE TestCoverageWithCgo/cgocover4
  1529. === CONT TestCoverageWithCgo/cgocover
  1530. === CONT TestCoverageWithCgo/cgocover4
  1531. === CONT TestCoverageWithCgo/cgocover2
  1532. === CONT TestCoverageWithCgo/cgocover3
  1533. --- PASS: TestCoverageWithCgo (0.00s)
  1534. --- PASS: TestCoverageWithCgo/cgocover (2.21s)
  1535. go_test.go:2749: running testgo [test -short -cover cgocover4]
  1536. go_test.go:2749: standard output:
  1537. go_test.go:2749: ok cgocover4 0.040s coverage: 66.7% of statements
  1538.  
  1539. --- PASS: TestCoverageWithCgo/cgocover2 (2.21s)
  1540. go_test.go:2749: running testgo [test -short -cover cgocover4]
  1541. go_test.go:2749: standard output:
  1542. go_test.go:2749: ok cgocover4 0.042s coverage: 66.7% of statements
  1543.  
  1544. --- PASS: TestCoverageWithCgo/cgocover4 (2.28s)
  1545. go_test.go:2749: running testgo [test -short -cover cgocover4]
  1546. go_test.go:2749: standard output:
  1547. go_test.go:2749: ok cgocover4 0.024s coverage: 66.7% of statements
  1548.  
  1549. --- PASS: TestCoverageWithCgo/cgocover3 (2.29s)
  1550. go_test.go:2749: running testgo [test -short -cover cgocover4]
  1551. go_test.go:2749: standard output:
  1552. go_test.go:2749: ok cgocover4 0.028s coverage: 66.7% of statements
  1553.  
  1554. === RUN TestCgoAsmError
  1555. === PAUSE TestCgoAsmError
  1556. === RUN TestCgoDependsOnSyscall
  1557. --- PASS: TestCgoDependsOnSyscall (2.94s)
  1558. go_test.go:2792: running testgo [build -race foo]
  1559. === RUN TestCgoShowsFullPathNames
  1560. === PAUSE TestCgoShowsFullPathNames
  1561. === RUN TestCgoHandlesWlORIGIN
  1562. === PAUSE TestCgoHandlesWlORIGIN
  1563. === RUN TestCgoPkgConfig
  1564. === PAUSE TestCgoPkgConfig
  1565. === RUN TestIssue6480
  1566. --- PASS: TestIssue6480 (1.60s)
  1567. go_test.go:2888: running testgo [test -c -test.bench=XXX errors]
  1568. go_test.go:2889: running testgo [test -c -o errors2.test errors]
  1569. go_test.go:2900: running testgo [test -x -c -test.bench=XXX errors]
  1570. go_test.go:2900: standard error:
  1571. go_test.go:2900: WORK=C:\Windows\TEMP\go-build174954210
  1572. mkdir -p $WORK\b001\
  1573. mkdir -p $WORK\b015\
  1574. cat >$WORK\b015\importcfg << 'EOF' # internal
  1575. # import config
  1576. EOF
  1577. cd c:\dev\go\src\runtime\internal\sys
  1578. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build174954210\\b015\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build174954210\\b015" -p runtime/internal/sys -std -+ -complete -buildid 1LeNP7wqCgWYKa4wC876/1LeNP7wqCgWYKa4wC876 -D "" -importcfg "C:\\Windows\\TEMP\\go-build174954210\\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"
  1579. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build174954210\\b015\\_pkg_.a" # internal
  1580. mkdir -p $WORK\b051\
  1581. cat >$WORK\b051\importcfg << 'EOF' # internal
  1582. # import config
  1583. packagefile fmt=c:\dev\go\pkg\windows_amd64\fmt.a
  1584. packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
  1585. packagefile time=c:\dev\go\pkg\windows_amd64\time.a
  1586. packagefile errors=c:\dev\go\pkg\windows_amd64\errors.a
  1587. EOF
  1588. cd c:\dev\go\src\errors
  1589. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build174954210\\b051\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build174954210\\b051" -p errors_test -complete -buildid kIZAqYIJ9Wrp09jEHr8j/kIZAqYIJ9Wrp09jEHr8j -D "" -importcfg "C:\\Windows\\TEMP\\go-build174954210\\b051\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\errors\\errors_test.go" "c:\\dev\\go\\src\\errors\\example_test.go"
  1590. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build174954210\\b051\\_pkg_.a" # internal
  1591. rm -r $WORK\b001\
  1592.  
  1593. go_test.go:2912: running testgo [test -x -c -o errors2.test errors]
  1594. go_test.go:2912: standard error:
  1595. go_test.go:2912: WORK=C:\Windows\TEMP\go-build077756546
  1596. mkdir -p $WORK\b001\
  1597. mkdir -p $WORK\b015\
  1598. cat >$WORK\b015\importcfg << 'EOF' # internal
  1599. # import config
  1600. EOF
  1601. cd c:\dev\go\src\runtime\internal\sys
  1602. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build077756546\\b015\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build077756546\\b015" -p runtime/internal/sys -std -+ -complete -buildid 1LeNP7wqCgWYKa4wC876/1LeNP7wqCgWYKa4wC876 -D "" -importcfg "C:\\Windows\\TEMP\\go-build077756546\\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"
  1603. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build077756546\\b015\\_pkg_.a" # internal
  1604. mkdir -p $WORK\b051\
  1605. cat >$WORK\b051\importcfg << 'EOF' # internal
  1606. # import config
  1607. packagefile fmt=c:\dev\go\pkg\windows_amd64\fmt.a
  1608. packagefile testing=c:\dev\go\pkg\windows_amd64\testing.a
  1609. packagefile time=c:\dev\go\pkg\windows_amd64\time.a
  1610. packagefile errors=c:\dev\go\pkg\windows_amd64\errors.a
  1611. EOF
  1612. cd c:\dev\go\src\errors
  1613. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build077756546\\b051\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build077756546\\b051" -p errors_test -complete -buildid kIZAqYIJ9Wrp09jEHr8j/kIZAqYIJ9Wrp09jEHr8j -D "" -importcfg "C:\\Windows\\TEMP\\go-build077756546\\b051\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\errors\\errors_test.go" "c:\\dev\\go\\src\\errors\\example_test.go"
  1614. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build077756546\\b051\\_pkg_.a" # internal
  1615. rm -r $WORK\b001\
  1616.  
  1617. === RUN TestIssue7573
  1618. --- SKIP: TestIssue7573 (0.03s)
  1619. go_test.go:2943: skipping because no gccgo compiler found
  1620. === RUN TestListTemplateContextFunction
  1621. === PAUSE TestListTemplateContextFunction
  1622. === RUN TestIssue7108
  1623. --- PASS: TestIssue7108 (0.17s)
  1624. go_test.go:3001: running testgo [test notest]
  1625. go_test.go:3001: standard error:
  1626. go_test.go:3001: # notest
  1627. testdata\src\notest\hello.go:6:1: syntax error: non-declaration statement outside function body
  1628.  
  1629. go_test.go:3001: testgo failed as expected: exit status 2
  1630. === RUN TestIssue6844
  1631. --- PASS: TestIssue6844 (4.17s)
  1632. go_test.go:3013: running testgo [test -x -a -c testdata/dep_test.go]
  1633. go_test.go:3013: standard error:
  1634. go_test.go:3013: WORK=C:\Windows\TEMP\go-build832459190
  1635. mkdir -p $WORK\b001\
  1636. mkdir -p $WORK\b004\
  1637. cat >$WORK\b004\importcfg << 'EOF' # internal
  1638. # import config
  1639. EOF
  1640. cd c:\dev\go\src\errors
  1641. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b004\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b004" -p errors -std -complete -buildid WVkyskKuK252UXHNOFFR/WVkyskKuK252UXHNOFFR -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b004\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\errors\\errors.go"
  1642. mkdir -p $WORK\b006\
  1643. cat >$WORK\b006\importcfg << 'EOF' # internal
  1644. # import config
  1645. EOF
  1646. cd c:\dev\go\src\internal\race
  1647. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b006\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b006" -p internal/race -std -complete -buildid 2E2dRwHOxfzZl-gn2jR6/2E2dRwHOxfzZl-gn2jR6 -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b006\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\race\\doc.go" "c:\\dev\\go\\src\\internal\\race\\norace.go"
  1648. mkdir -p $WORK\b009\
  1649. cat >$WORK\b009\importcfg << 'EOF' # internal
  1650. # import config
  1651. EOF
  1652. cd c:\dev\go\src\internal\syscall\windows\sysdll
  1653. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b009\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b009" -p internal/syscall/windows/sysdll -std -complete -buildid 2t9-oUVowANk3HM79Hy1/2t9-oUVowANk3HM79Hy1 -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b009\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\syscall\\windows\\sysdll\\sysdll.go"
  1654. mkdir -p $WORK\b013\
  1655. cat >$WORK\b013\importcfg << 'EOF' # internal
  1656. # import config
  1657. EOF
  1658. cd c:\dev\go\src\internal\cpu
  1659. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b013\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b013" -p internal/cpu -std -+ -buildid c8NrNoVRYSTxjtx3fAt-/c8NrNoVRYSTxjtx3fAt- -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b013\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build832459190\\b013\\go_asm.h" -c=4 "c:\\dev\\go\\src\\internal\\cpu\\cpu.go" "c:\\dev\\go\\src\\internal\\cpu\\cpu_x86.go"
  1660. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b004\\_pkg_.a" # internal
  1661. mkdir -p $WORK\b014\
  1662. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b006\\_pkg_.a" # internal
  1663. cat >$WORK\b014\importcfg << 'EOF' # internal
  1664. # import config
  1665. EOF
  1666. cd c:\dev\go\src\runtime\internal\atomic
  1667. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b014\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b014" -p runtime/internal/atomic -std -+ -buildid hV6epkk-X8XLKh66_2La/hV6epkk-X8XLKh66_2La -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b014\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build832459190\\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"
  1668. mkdir -p $WORK\b015\
  1669. cat >$WORK\b015\importcfg << 'EOF' # internal
  1670. # import config
  1671. EOF
  1672. cd c:\dev\go\src\runtime\internal\sys
  1673. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b015\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b015" -p runtime/internal/sys -std -+ -complete -buildid 1LeNP7wqCgWYKa4wC876/1LeNP7wqCgWYKa4wC876 -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\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"
  1674. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b009\\_pkg_.a" # internal
  1675. mkdir -p $WORK\b016\
  1676. cat >$WORK\b016\importcfg << 'EOF' # internal
  1677. # import config
  1678. EOF
  1679. cd c:\dev\go\src\sync\atomic
  1680. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b016\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b016" -p sync/atomic -std -buildid ar2dmyi6CDpdSkQcxi7I/ar2dmyi6CDpdSkQcxi7I -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b016\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build832459190\\b016\\go_asm.h" -c=4 "c:\\dev\\go\\src\\sync\\atomic\\doc.go" "c:\\dev\\go\\src\\sync\\atomic\\value.go"
  1681. cd c:\dev\go\src\runtime\internal\atomic
  1682. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b014" -I "C:\\Windows\\TEMP\\go-build832459190\\b014\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b014\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\internal\\atomic\\asm_amd64.s"
  1683. cd c:\dev\go\src\internal\cpu
  1684. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b013" -I "C:\\Windows\\TEMP\\go-build832459190\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b013\\cpu_x86.o" "c:\\dev\\go\\src\\internal\\cpu\\cpu_x86.s"
  1685. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b015\\_pkg_.a" # internal
  1686. mkdir -p $WORK\b018\
  1687. cat >$WORK\b018\importcfg << 'EOF' # internal
  1688. # import config
  1689. EOF
  1690. cd c:\dev\go\src\unicode\utf16
  1691. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b018\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b018" -p unicode/utf16 -std -complete -buildid VkWrABHGIWTDlZFbta_V/VkWrABHGIWTDlZFbta_V -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b018\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\utf16\\utf16.go"
  1692. cd c:\dev\go\src\sync\atomic
  1693. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b016" -I "C:\\Windows\\TEMP\\go-build832459190\\b016\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b016\\asm_amd64.o" "c:\\dev\\go\\src\\sync\\atomic\\asm_amd64.s"
  1694. cd c:\dev\go\src\runtime\internal\atomic
  1695. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build832459190\\b014\\_pkg_.a" "C:\\Windows\\TEMP\\go-build832459190\\b014\\asm_amd64.o" # internal
  1696. cd c:\dev\go\src\internal\cpu
  1697. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build832459190\\b013\\_pkg_.a" "C:\\Windows\\TEMP\\go-build832459190\\b013\\cpu_x86.o" # internal
  1698. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b013\\_pkg_.a" # internal
  1699. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b014\\_pkg_.a" # internal
  1700. mkdir -p $WORK\b022\
  1701. mkdir -p $WORK\b012\
  1702. cat >$WORK\b022\importcfg << 'EOF' # internal
  1703. # import config
  1704. EOF
  1705. cat >$WORK\b012\importcfg << 'EOF' # internal
  1706. # import config
  1707. packagefile internal/cpu=$WORK\b013\_pkg_.a
  1708. EOF
  1709. cd c:\dev\go\src\unicode\utf8
  1710. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b022\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b022" -p unicode/utf8 -std -complete -buildid ToNg4GumXL5t-gIcItNX/ToNg4GumXL5t-gIcItNX -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b022\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\utf8\\utf8.go"
  1711. cd c:\dev\go\src\internal\bytealg
  1712. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b012\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b012" -p internal/bytealg -std -+ -buildid c0WmvLzjBY8YMEb28kaa/c0WmvLzjBY8YMEb28kaa -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b012\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build832459190\\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"
  1713. cd c:\dev\go\src\sync\atomic
  1714. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build832459190\\b016\\_pkg_.a" "C:\\Windows\\TEMP\\go-build832459190\\b016\\asm_amd64.o" # internal
  1715. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b016\\_pkg_.a" # internal
  1716. mkdir -p $WORK\b023\
  1717. cat >$WORK\b023\importcfg << 'EOF' # internal
  1718. # import config
  1719. packagefile sync/atomic=$WORK\b016\_pkg_.a
  1720. EOF
  1721. cd c:\dev\go\src\internal\testlog
  1722. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b023\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b023" -p internal/testlog -std -complete -buildid vU9Mgmr5qkSco7RCqWjR/vU9Mgmr5qkSco7RCqWjR -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b023\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\testlog\\log.go"
  1723. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b018\\_pkg_.a" # internal
  1724. mkdir -p $WORK\b026\
  1725. cat >$WORK\b026\importcfg << 'EOF' # internal
  1726. # import config
  1727. EOF
  1728. cd c:\dev\go\src\unicode
  1729. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b026\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b026" -p unicode -std -complete -buildid RQ4GLBX_4OD61ZaZzwnD/RQ4GLBX_4OD61ZaZzwnD -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\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"
  1730. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b022\\_pkg_.a" # internal
  1731. cd c:\dev\go\src\internal\bytealg
  1732. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b012" -I "C:\\Windows\\TEMP\\go-build832459190\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b012\\compare_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\compare_amd64.s"
  1733. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b023\\_pkg_.a" # internal
  1734. mkdir -p $WORK\b044\
  1735. cat >$WORK\b044\importcfg << 'EOF' # internal
  1736. # import config
  1737. EOF
  1738. cd c:\dev\go\src\math\bits
  1739. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b044\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b044" -p math/bits -std -complete -buildid jaxL9BtxYK6AdIDGRQIJ/jaxL9BtxYK6AdIDGRQIJ -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b044\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\math\\bits\\bits.go" "c:\\dev\\go\\src\\math\\bits\\bits_tables.go"
  1740. mkdir -p $WORK\b029\
  1741. cat >$WORK\b029\importcfg << 'EOF' # internal
  1742. # import config
  1743. packagefile internal/cpu=$WORK\b013\_pkg_.a
  1744. EOF
  1745. cd c:\dev\go\src\math
  1746. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -p math -std -buildid 7rvr62lf5AzqCZvyFW8V/7rvr62lf5AzqCZvyFW8V -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b029\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build832459190\\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"
  1747. cd c:\dev\go\src\internal\bytealg
  1748. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b012" -I "C:\\Windows\\TEMP\\go-build832459190\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b012\\count_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\count_amd64.s"
  1749. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b012" -I "C:\\Windows\\TEMP\\go-build832459190\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b012\\equal_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\equal_amd64.s"
  1750. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b012" -I "C:\\Windows\\TEMP\\go-build832459190\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b012\\index_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\index_amd64.s"
  1751. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b044\\_pkg_.a" # internal
  1752. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b012" -I "C:\\Windows\\TEMP\\go-build832459190\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b012\\indexbyte_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\indexbyte_amd64.s"
  1753. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build832459190\\b012\\_pkg_.a" "C:\\Windows\\TEMP\\go-build832459190\\b012\\compare_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b012\\count_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b012\\equal_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b012\\index_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b012\\indexbyte_amd64.o" # internal
  1754. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b012\\_pkg_.a" # internal
  1755. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b026\\_pkg_.a" # internal
  1756. mkdir -p $WORK\b011\
  1757. cat >$WORK\b011\importcfg << 'EOF' # internal
  1758. # import config
  1759. packagefile internal/bytealg=$WORK\b012\_pkg_.a
  1760. packagefile internal/cpu=$WORK\b013\_pkg_.a
  1761. packagefile runtime/internal/atomic=$WORK\b014\_pkg_.a
  1762. packagefile runtime/internal/sys=$WORK\b015\_pkg_.a
  1763. EOF
  1764. cd c:\dev\go\src\runtime
  1765. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b011\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b011" -p runtime -std -+ -buildid H-uUpJvXiwWqUUNrnlLK/H-uUpJvXiwWqUUNrnlLK -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b011\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build832459190\\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"
  1766. cd c:\dev\go\src\math
  1767. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -I "C:\\Windows\\TEMP\\go-build832459190\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\asin_amd64.o" "c:\\dev\\go\\src\\math\\asin_amd64.s"
  1768. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -I "C:\\Windows\\TEMP\\go-build832459190\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\asinh_stub.o" "c:\\dev\\go\\src\\math\\asinh_stub.s"
  1769. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -I "C:\\Windows\\TEMP\\go-build832459190\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\atan2_amd64.o" "c:\\dev\\go\\src\\math\\atan2_amd64.s"
  1770. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -I "C:\\Windows\\TEMP\\go-build832459190\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\atan_amd64.o" "c:\\dev\\go\\src\\math\\atan_amd64.s"
  1771. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -I "C:\\Windows\\TEMP\\go-build832459190\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\cbrt_stub.o" "c:\\dev\\go\\src\\math\\cbrt_stub.s"
  1772. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -I "C:\\Windows\\TEMP\\go-build832459190\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\dim_amd64.o" "c:\\dev\\go\\src\\math\\dim_amd64.s"
  1773. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -I "C:\\Windows\\TEMP\\go-build832459190\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\erf_stub.o" "c:\\dev\\go\\src\\math\\erf_stub.s"
  1774. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -I "C:\\Windows\\TEMP\\go-build832459190\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\exp2_amd64.o" "c:\\dev\\go\\src\\math\\exp2_amd64.s"
  1775. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -I "C:\\Windows\\TEMP\\go-build832459190\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\exp_amd64.o" "c:\\dev\\go\\src\\math\\exp_amd64.s"
  1776. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -I "C:\\Windows\\TEMP\\go-build832459190\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\expm1_amd64.o" "c:\\dev\\go\\src\\math\\expm1_amd64.s"
  1777. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -I "C:\\Windows\\TEMP\\go-build832459190\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\floor_amd64.o" "c:\\dev\\go\\src\\math\\floor_amd64.s"
  1778. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -I "C:\\Windows\\TEMP\\go-build832459190\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\frexp_amd64.o" "c:\\dev\\go\\src\\math\\frexp_amd64.s"
  1779. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -I "C:\\Windows\\TEMP\\go-build832459190\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\hypot_amd64.o" "c:\\dev\\go\\src\\math\\hypot_amd64.s"
  1780. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -I "C:\\Windows\\TEMP\\go-build832459190\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\ldexp_amd64.o" "c:\\dev\\go\\src\\math\\ldexp_amd64.s"
  1781. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -I "C:\\Windows\\TEMP\\go-build832459190\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\log10_amd64.o" "c:\\dev\\go\\src\\math\\log10_amd64.s"
  1782. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -I "C:\\Windows\\TEMP\\go-build832459190\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\log1p_amd64.o" "c:\\dev\\go\\src\\math\\log1p_amd64.s"
  1783. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -I "C:\\Windows\\TEMP\\go-build832459190\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\log_amd64.o" "c:\\dev\\go\\src\\math\\log_amd64.s"
  1784. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -I "C:\\Windows\\TEMP\\go-build832459190\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\mod_amd64.o" "c:\\dev\\go\\src\\math\\mod_amd64.s"
  1785. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -I "C:\\Windows\\TEMP\\go-build832459190\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\modf_amd64.o" "c:\\dev\\go\\src\\math\\modf_amd64.s"
  1786. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -I "C:\\Windows\\TEMP\\go-build832459190\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\pow_stub.o" "c:\\dev\\go\\src\\math\\pow_stub.s"
  1787. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -I "C:\\Windows\\TEMP\\go-build832459190\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\remainder_amd64.o" "c:\\dev\\go\\src\\math\\remainder_amd64.s"
  1788. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -I "C:\\Windows\\TEMP\\go-build832459190\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\sin_amd64.o" "c:\\dev\\go\\src\\math\\sin_amd64.s"
  1789. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -I "C:\\Windows\\TEMP\\go-build832459190\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\sinh_stub.o" "c:\\dev\\go\\src\\math\\sinh_stub.s"
  1790. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -I "C:\\Windows\\TEMP\\go-build832459190\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\sqrt_amd64.o" "c:\\dev\\go\\src\\math\\sqrt_amd64.s"
  1791. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b029" -I "C:\\Windows\\TEMP\\go-build832459190\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b029\\tan_amd64.o" "c:\\dev\\go\\src\\math\\tan_amd64.s"
  1792. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build832459190\\b029\\_pkg_.a" "C:\\Windows\\TEMP\\go-build832459190\\b029\\asin_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b029\\asinh_stub.o" "C:\\Windows\\TEMP\\go-build832459190\\b029\\atan2_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b029\\atan_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b029\\cbrt_stub.o" "C:\\Windows\\TEMP\\go-build832459190\\b029\\dim_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b029\\erf_stub.o" "C:\\Windows\\TEMP\\go-build832459190\\b029\\exp2_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b029\\exp_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b029\\expm1_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b029\\floor_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b029\\frexp_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b029\\hypot_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b029\\ldexp_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b029\\log10_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b029\\log1p_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b029\\log_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b029\\mod_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b029\\modf_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b029\\pow_stub.o" "C:\\Windows\\TEMP\\go-build832459190\\b029\\remainder_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b029\\sin_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b029\\sinh_stub.o" "C:\\Windows\\TEMP\\go-build832459190\\b029\\sqrt_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b029\\tan_amd64.o" # internal
  1793. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b029\\_pkg_.a" # internal
  1794. mkdir -p $WORK\b031\
  1795. cat >$WORK\b031\importcfg << 'EOF' # internal
  1796. # import config
  1797. packagefile errors=$WORK\b004\_pkg_.a
  1798. packagefile math=$WORK\b029\_pkg_.a
  1799. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  1800. EOF
  1801. cd c:\dev\go\src\strconv
  1802. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b031\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b031" -p strconv -std -complete -buildid Uw3KxA-iFGKHokdlpMpo/Uw3KxA-iFGKHokdlpMpo -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\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"
  1803. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b031\\_pkg_.a" # internal
  1804. cd c:\dev\go\src\runtime
  1805. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b011" -I "C:\\Windows\\TEMP\\go-build832459190\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b011\\asm.o" "c:\\dev\\go\\src\\runtime\\asm.s"
  1806. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b011" -I "C:\\Windows\\TEMP\\go-build832459190\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b011\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\asm_amd64.s"
  1807. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b011" -I "C:\\Windows\\TEMP\\go-build832459190\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b011\\duff_amd64.o" "c:\\dev\\go\\src\\runtime\\duff_amd64.s"
  1808. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b011" -I "C:\\Windows\\TEMP\\go-build832459190\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b011\\memclr_amd64.o" "c:\\dev\\go\\src\\runtime\\memclr_amd64.s"
  1809. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b011" -I "C:\\Windows\\TEMP\\go-build832459190\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b011\\memmove_amd64.o" "c:\\dev\\go\\src\\runtime\\memmove_amd64.s"
  1810. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b011" -I "C:\\Windows\\TEMP\\go-build832459190\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b011\\rt0_windows_amd64.o" "c:\\dev\\go\\src\\runtime\\rt0_windows_amd64.s"
  1811. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b011" -I "C:\\Windows\\TEMP\\go-build832459190\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b011\\sys_windows_amd64.o" "c:\\dev\\go\\src\\runtime\\sys_windows_amd64.s"
  1812. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b011" -I "C:\\Windows\\TEMP\\go-build832459190\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b011\\zcallback_windows.o" "c:\\dev\\go\\src\\runtime\\zcallback_windows.s"
  1813. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build832459190\\b011\\_pkg_.a" "C:\\Windows\\TEMP\\go-build832459190\\b011\\asm.o" "C:\\Windows\\TEMP\\go-build832459190\\b011\\asm_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b011\\duff_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b011\\memclr_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b011\\memmove_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b011\\rt0_windows_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b011\\sys_windows_amd64.o" "C:\\Windows\\TEMP\\go-build832459190\\b011\\zcallback_windows.o" # internal
  1814. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b011\\_pkg_.a" # internal
  1815. mkdir -p $WORK\b010\
  1816. cat >$WORK\b010\importcfg << 'EOF' # internal
  1817. # import config
  1818. packagefile internal/race=$WORK\b006\_pkg_.a
  1819. packagefile runtime=$WORK\b011\_pkg_.a
  1820. packagefile sync/atomic=$WORK\b016\_pkg_.a
  1821. EOF
  1822. cd c:\dev\go\src\sync
  1823. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b010\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b010" -p sync -std -buildid PJJ3WmAAF3aRJXFUCV6b/PJJ3WmAAF3aRJXFUCV6b -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\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"
  1824. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b010\\_pkg_.a" # internal
  1825. mkdir -p $WORK\b019\
  1826. cat >$WORK\b019\importcfg << 'EOF' # internal
  1827. # import config
  1828. packagefile errors=$WORK\b004\_pkg_.a
  1829. packagefile sync=$WORK\b010\_pkg_.a
  1830. packagefile sync/atomic=$WORK\b016\_pkg_.a
  1831. EOF
  1832. cd c:\dev\go\src\io
  1833. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b019\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b019" -p io -std -complete -buildid NismB6JZVPktf37S6jcL/NismB6JZVPktf37S6jcL -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\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"
  1834. mkdir -p $WORK\b030\
  1835. cat >$WORK\b030\importcfg << 'EOF' # internal
  1836. # import config
  1837. packagefile math=$WORK\b029\_pkg_.a
  1838. packagefile runtime=$WORK\b011\_pkg_.a
  1839. packagefile strconv=$WORK\b031\_pkg_.a
  1840. packagefile sync=$WORK\b010\_pkg_.a
  1841. packagefile unicode=$WORK\b026\_pkg_.a
  1842. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  1843. EOF
  1844. cd c:\dev\go\src\reflect
  1845. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b030\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b030" -p reflect -std -buildid kpw3VrAfiMXVh8lhUE9O/kpw3VrAfiMXVh8lhUE9O -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b030\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build832459190\\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"
  1846. mkdir -p $WORK\b017\
  1847. cat >$WORK\b017\importcfg << 'EOF' # internal
  1848. # import config
  1849. packagefile errors=$WORK\b004\_pkg_.a
  1850. packagefile internal/race=$WORK\b006\_pkg_.a
  1851. packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
  1852. packagefile sync=$WORK\b010\_pkg_.a
  1853. packagefile sync/atomic=$WORK\b016\_pkg_.a
  1854. packagefile unicode/utf16=$WORK\b018\_pkg_.a
  1855. EOF
  1856. cd c:\dev\go\src\syscall
  1857. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b017\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b017" -p syscall -std -buildid aJ27QJ8VhiA2539hYIb9/aJ27QJ8VhiA2539hYIb9 -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\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"
  1858. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b019\\_pkg_.a" # internal
  1859. mkdir -p $WORK\b025\
  1860. cat >$WORK\b025\importcfg << 'EOF' # internal
  1861. # import config
  1862. packagefile errors=$WORK\b004\_pkg_.a
  1863. packagefile internal/bytealg=$WORK\b012\_pkg_.a
  1864. packagefile io=$WORK\b019\_pkg_.a
  1865. packagefile unicode=$WORK\b026\_pkg_.a
  1866. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  1867. EOF
  1868. cd c:\dev\go\src\bytes
  1869. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b025\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b025" -p bytes -std -buildid i2Hg_uda8umh3I-GTv35/i2Hg_uda8umh3I-GTv35 -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\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"
  1870. mkdir -p $WORK\b033\
  1871. cat >$WORK\b033\importcfg << 'EOF' # internal
  1872. # import config
  1873. packagefile errors=$WORK\b004\_pkg_.a
  1874. packagefile internal/bytealg=$WORK\b012\_pkg_.a
  1875. packagefile io=$WORK\b019\_pkg_.a
  1876. packagefile unicode=$WORK\b026\_pkg_.a
  1877. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  1878. EOF
  1879. cd c:\dev\go\src\strings
  1880. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b033\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b033" -p strings -std -buildid noV-WKtZJd6hQKCgJjM7/noV-WKtZJd6hQKCgJjM7 -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b033\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build832459190\\b033\\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"
  1881. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b025\\_pkg_.a" # internal
  1882. mkdir -p $WORK\b038\
  1883. cat >$WORK\b038\importcfg << 'EOF' # internal
  1884. # import config
  1885. packagefile bytes=$WORK\b025\_pkg_.a
  1886. packagefile errors=$WORK\b004\_pkg_.a
  1887. packagefile io=$WORK\b019\_pkg_.a
  1888. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  1889. EOF
  1890. cd c:\dev\go\src\bufio
  1891. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b038\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b038" -p bufio -std -complete -buildid Y6D9oqnyCZlFIWGvx6Ng/Y6D9oqnyCZlFIWGvx6Ng -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b038\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\bufio\\bufio.go" "c:\\dev\\go\\src\\bufio\\scan.go"
  1892. cd c:\dev\go\src\strings
  1893. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b033" -I "C:\\Windows\\TEMP\\go-build832459190\\b033\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b033\\strings.o" "c:\\dev\\go\\src\\strings\\strings.s"
  1894. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build832459190\\b033\\_pkg_.a" "C:\\Windows\\TEMP\\go-build832459190\\b033\\strings.o" # internal
  1895. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b017\\_pkg_.a" # internal
  1896. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b033\\_pkg_.a" # internal
  1897. mkdir -p $WORK\b047\
  1898. cat >$WORK\b047\importcfg << 'EOF' # internal
  1899. # import config
  1900. packagefile io=$WORK\b019\_pkg_.a
  1901. EOF
  1902. cd c:\dev\go\src\hash
  1903. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b047\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b047" -p hash -std -complete -buildid PL0VlOAI-T05kLcLUESB/PL0VlOAI-T05kLcLUESB -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b047\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\hash\\hash.go"
  1904. mkdir -p $WORK\b008\
  1905. cat >$WORK\b008\importcfg << 'EOF' # internal
  1906. # import config
  1907. packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
  1908. packagefile sync=$WORK\b010\_pkg_.a
  1909. packagefile syscall=$WORK\b017\_pkg_.a
  1910. EOF
  1911. cd c:\dev\go\src\internal\syscall\windows
  1912. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b008\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b008" -p internal/syscall/windows -std -complete -buildid uyRAWpRe5BycWjvfzR9j/uyRAWpRe5BycWjvfzR9j -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\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"
  1913. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b038\\_pkg_.a" # internal
  1914. mkdir -p $WORK\b021\
  1915. cat >$WORK\b021\importcfg << 'EOF' # internal
  1916. # import config
  1917. packagefile errors=$WORK\b004\_pkg_.a
  1918. packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
  1919. packagefile io=$WORK\b019\_pkg_.a
  1920. packagefile syscall=$WORK\b017\_pkg_.a
  1921. packagefile unicode/utf16=$WORK\b018\_pkg_.a
  1922. EOF
  1923. cd c:\dev\go\src\internal\syscall\windows\registry
  1924. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b021\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b021" -p internal/syscall/windows/registry -std -complete -buildid 7R-RrPLCMTzGSLDKRkD3/7R-RrPLCMTzGSLDKRkD3 -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\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"
  1925. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b047\\_pkg_.a" # internal
  1926. mkdir -p $WORK\b046\
  1927. cat >$WORK\b046\importcfg << 'EOF' # internal
  1928. # import config
  1929. packagefile errors=$WORK\b004\_pkg_.a
  1930. packagefile hash=$WORK\b047\_pkg_.a
  1931. packagefile internal/cpu=$WORK\b013\_pkg_.a
  1932. packagefile sync=$WORK\b010\_pkg_.a
  1933. EOF
  1934. cd c:\dev\go\src\hash\crc32
  1935. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b046\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b046" -p hash/crc32 -std -buildid m3y3Xw75G-PzRELahFdx/m3y3Xw75G-PzRELahFdx -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b046\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build832459190\\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"
  1936. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b008\\_pkg_.a" # internal
  1937. mkdir -p $WORK\b050\
  1938. cat >$WORK\b050\importcfg << 'EOF' # internal
  1939. # import config
  1940. packagefile io=$WORK\b019\_pkg_.a
  1941. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  1942. EOF
  1943. cd c:\dev\go\src\text\tabwriter
  1944. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b050\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b050" -p text/tabwriter -std -complete -buildid bkGDLUKymMlKQRDt-d10/bkGDLUKymMlKQRDt-d10 -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b050\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\text\\tabwriter\\tabwriter.go"
  1945. cd c:\dev\go\src\hash\crc32
  1946. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b046" -I "C:\\Windows\\TEMP\\go-build832459190\\b046\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b046\\crc32_amd64.o" "c:\\dev\\go\\src\\hash\\crc32\\crc32_amd64.s"
  1947. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build832459190\\b046\\_pkg_.a" "C:\\Windows\\TEMP\\go-build832459190\\b046\\crc32_amd64.o" # internal
  1948. cd c:\dev\go\src\reflect
  1949. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b030" -I "C:\\Windows\\TEMP\\go-build832459190\\b030\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b030\\asm_amd64.o" "c:\\dev\\go\\src\\reflect\\asm_amd64.s"
  1950. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b046\\_pkg_.a" # internal
  1951. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b021\\_pkg_.a" # internal
  1952. mkdir -p $WORK\b020\
  1953. cat >$WORK\b020\importcfg << 'EOF' # internal
  1954. # import config
  1955. packagefile errors=$WORK\b004\_pkg_.a
  1956. packagefile internal/syscall/windows/registry=$WORK\b021\_pkg_.a
  1957. packagefile runtime=$WORK\b011\_pkg_.a
  1958. packagefile sync=$WORK\b010\_pkg_.a
  1959. packagefile syscall=$WORK\b017\_pkg_.a
  1960. EOF
  1961. cd c:\dev\go\src\time
  1962. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b020\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b020" -p time -std -buildid kJQmEBzPNbMkqk1oA0ik/kJQmEBzPNbMkqk1oA0ik -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\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"
  1963. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b050\\_pkg_.a" # internal
  1964. cd c:\dev\go\src\reflect
  1965. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build832459190\\b030\\_pkg_.a" "C:\\Windows\\TEMP\\go-build832459190\\b030\\asm_amd64.o" # internal
  1966. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b030\\_pkg_.a" # internal
  1967. mkdir -p $WORK\b045\
  1968. cat >$WORK\b045\importcfg << 'EOF' # internal
  1969. # import config
  1970. packagefile errors=$WORK\b004\_pkg_.a
  1971. packagefile io=$WORK\b019\_pkg_.a
  1972. packagefile math=$WORK\b029\_pkg_.a
  1973. packagefile reflect=$WORK\b030\_pkg_.a
  1974. EOF
  1975. mkdir -p $WORK\b032\
  1976. cd c:\dev\go\src\encoding\binary
  1977. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b045\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b045" -p encoding/binary -std -complete -buildid ol_CLpeq5LF3t45G1TyF/ol_CLpeq5LF3t45G1TyF -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b045\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\encoding\\binary\\binary.go" "c:\\dev\\go\\src\\encoding\\binary\\varint.go"
  1978. cat >$WORK\b032\importcfg << 'EOF' # internal
  1979. # import config
  1980. packagefile reflect=$WORK\b030\_pkg_.a
  1981. EOF
  1982. cd c:\dev\go\src\sort
  1983. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b032\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b032" -p sort -std -complete -buildid gxIjVD5a19nVWAxGLK2x/gxIjVD5a19nVWAxGLK2x -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b032\\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"
  1984. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b032\\_pkg_.a" # internal
  1985. mkdir -p $WORK\b040\
  1986. cat >$WORK\b040\importcfg << 'EOF' # internal
  1987. # import config
  1988. packagefile sort=$WORK\b032\_pkg_.a
  1989. packagefile strconv=$WORK\b031\_pkg_.a
  1990. packagefile strings=$WORK\b033\_pkg_.a
  1991. packagefile unicode=$WORK\b026\_pkg_.a
  1992. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  1993. EOF
  1994. cd c:\dev\go\src\regexp\syntax
  1995. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b040\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b040" -p regexp/syntax -std -complete -buildid MMlk99EPXUUc1S-3dTQT/MMlk99EPXUUc1S-3dTQT -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b040\\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"
  1996. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b045\\_pkg_.a" # internal
  1997. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b020\\_pkg_.a" # internal
  1998. mkdir -p $WORK\b005\
  1999. cat >$WORK\b005\importcfg << 'EOF' # internal
  2000. # import config
  2001. packagefile errors=$WORK\b004\_pkg_.a
  2002. packagefile internal/race=$WORK\b006\_pkg_.a
  2003. packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
  2004. packagefile io=$WORK\b019\_pkg_.a
  2005. packagefile runtime=$WORK\b011\_pkg_.a
  2006. packagefile sync=$WORK\b010\_pkg_.a
  2007. packagefile sync/atomic=$WORK\b016\_pkg_.a
  2008. packagefile syscall=$WORK\b017\_pkg_.a
  2009. packagefile time=$WORK\b020\_pkg_.a
  2010. packagefile unicode/utf16=$WORK\b018\_pkg_.a
  2011. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  2012. EOF
  2013. cd c:\dev\go\src\internal\poll
  2014. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b005\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b005" -p internal/poll -std -buildid mHwxfBNUDUAYq---uvPB/mHwxfBNUDUAYq---uvPB -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\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"
  2015. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b040\\_pkg_.a" # internal
  2016. mkdir -p $WORK\b039\
  2017. cat >$WORK\b039\importcfg << 'EOF' # internal
  2018. # import config
  2019. packagefile bytes=$WORK\b025\_pkg_.a
  2020. packagefile io=$WORK\b019\_pkg_.a
  2021. packagefile regexp/syntax=$WORK\b040\_pkg_.a
  2022. packagefile sort=$WORK\b032\_pkg_.a
  2023. packagefile strconv=$WORK\b031\_pkg_.a
  2024. packagefile strings=$WORK\b033\_pkg_.a
  2025. packagefile sync=$WORK\b010\_pkg_.a
  2026. packagefile unicode=$WORK\b026\_pkg_.a
  2027. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  2028. EOF
  2029. cd c:\dev\go\src\regexp
  2030. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b039\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b039" -p regexp -std -complete -buildid SjF5cuOc6_bFyD75iWX4/SjF5cuOc6_bFyD75iWX4 -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b039\\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"
  2031. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b005\\_pkg_.a" # internal
  2032. mkdir -p $WORK\b003\
  2033. cat >$WORK\b003\importcfg << 'EOF' # internal
  2034. # import config
  2035. packagefile errors=$WORK\b004\_pkg_.a
  2036. packagefile internal/poll=$WORK\b005\_pkg_.a
  2037. packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
  2038. packagefile internal/testlog=$WORK\b023\_pkg_.a
  2039. packagefile io=$WORK\b019\_pkg_.a
  2040. packagefile runtime=$WORK\b011\_pkg_.a
  2041. packagefile sync=$WORK\b010\_pkg_.a
  2042. packagefile sync/atomic=$WORK\b016\_pkg_.a
  2043. packagefile syscall=$WORK\b017\_pkg_.a
  2044. packagefile time=$WORK\b020\_pkg_.a
  2045. packagefile unicode/utf16=$WORK\b018\_pkg_.a
  2046. EOF
  2047. cd c:\dev\go\src\os
  2048. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b003\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b003" -p os -std -buildid s-4sa2BORjQKbjKq2ItT/s-4sa2BORjQKbjKq2ItT -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\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"
  2049. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b039\\_pkg_.a" # internal
  2050. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b003\\_pkg_.a" # internal
  2051. mkdir -p $WORK\b034\
  2052. mkdir -p $WORK\b049\
  2053. cat >$WORK\b034\importcfg << 'EOF' # internal
  2054. # import config
  2055. packagefile os=$WORK\b003\_pkg_.a
  2056. packagefile runtime=$WORK\b011\_pkg_.a
  2057. packagefile sort=$WORK\b032\_pkg_.a
  2058. packagefile time=$WORK\b020\_pkg_.a
  2059. EOF
  2060. cd c:\dev\go\src\runtime\debug
  2061. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b034\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b034" -p runtime/debug -std -buildid x5DjpJGxAbBBmzyoakmR/x5DjpJGxAbBBmzyoakmR -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b034\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build832459190\\b034\\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"
  2062. cat >$WORK\b049\importcfg << 'EOF' # internal
  2063. # import config
  2064. packagefile errors=$WORK\b004\_pkg_.a
  2065. packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
  2066. packagefile os=$WORK\b003\_pkg_.a
  2067. packagefile runtime=$WORK\b011\_pkg_.a
  2068. packagefile sort=$WORK\b032\_pkg_.a
  2069. packagefile strings=$WORK\b033\_pkg_.a
  2070. packagefile syscall=$WORK\b017\_pkg_.a
  2071. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  2072. EOF
  2073. mkdir -p $WORK\b028\
  2074. cd c:\dev\go\src\path\filepath
  2075. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b049\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b049" -p path/filepath -std -complete -buildid fUfIbGRo1pp5PrzygDOU/fUfIbGRo1pp5PrzygDOU -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\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"
  2076. cat >$WORK\b028\importcfg << 'EOF' # internal
  2077. # import config
  2078. packagefile errors=$WORK\b004\_pkg_.a
  2079. packagefile io=$WORK\b019\_pkg_.a
  2080. packagefile math=$WORK\b029\_pkg_.a
  2081. packagefile os=$WORK\b003\_pkg_.a
  2082. packagefile reflect=$WORK\b030\_pkg_.a
  2083. packagefile strconv=$WORK\b031\_pkg_.a
  2084. packagefile sync=$WORK\b010\_pkg_.a
  2085. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  2086. EOF
  2087. cd c:\dev\go\src\fmt
  2088. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b028\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b028" -p fmt -std -complete -buildid ovRgfvQjBNi_5LklcGah/ovRgfvQjBNi_5LklcGah -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\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"
  2089. cd c:\dev\go\src\runtime\debug
  2090. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b034" -I "C:\\Windows\\TEMP\\go-build832459190\\b034\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build832459190\\b034\\debug.o" "c:\\dev\\go\\src\\runtime\\debug\\debug.s"
  2091. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build832459190\\b034\\_pkg_.a" "C:\\Windows\\TEMP\\go-build832459190\\b034\\debug.o" # internal
  2092. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b034\\_pkg_.a" # internal
  2093. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b049\\_pkg_.a" # internal
  2094. mkdir -p $WORK\b048\
  2095. cat >$WORK\b048\importcfg << 'EOF' # internal
  2096. # import config
  2097. packagefile bytes=$WORK\b025\_pkg_.a
  2098. packagefile io=$WORK\b019\_pkg_.a
  2099. packagefile os=$WORK\b003\_pkg_.a
  2100. packagefile path/filepath=$WORK\b049\_pkg_.a
  2101. packagefile sort=$WORK\b032\_pkg_.a
  2102. packagefile strconv=$WORK\b031\_pkg_.a
  2103. packagefile strings=$WORK\b033\_pkg_.a
  2104. packagefile sync=$WORK\b010\_pkg_.a
  2105. packagefile time=$WORK\b020\_pkg_.a
  2106. EOF
  2107. cd c:\dev\go\src\io\ioutil
  2108. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b048\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b048" -p io/ioutil -std -complete -buildid 5tEyjVkPCA2fBc7zzOEx/5tEyjVkPCA2fBc7zzOEx -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b048\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\io\\ioutil\\ioutil.go" "c:\\dev\\go\\src\\io\\ioutil\\tempfile.go"
  2109. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b028\\_pkg_.a" # internal
  2110. mkdir -p $WORK\b036\
  2111. mkdir -p $WORK\b027\
  2112. cat >$WORK\b036\importcfg << 'EOF' # internal
  2113. # import config
  2114. packagefile errors=$WORK\b004\_pkg_.a
  2115. packagefile fmt=$WORK\b028\_pkg_.a
  2116. packagefile reflect=$WORK\b030\_pkg_.a
  2117. packagefile sync=$WORK\b010\_pkg_.a
  2118. packagefile time=$WORK\b020\_pkg_.a
  2119. EOF
  2120. cd c:\dev\go\src\context
  2121. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b036\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b036" -p context -std -complete -buildid Wy-o3sPeDfxrzlo0Uz8d/Wy-o3sPeDfxrzlo0Uz8d -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b036\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\context\\context.go"
  2122. cat >$WORK\b027\importcfg << 'EOF' # internal
  2123. # import config
  2124. packagefile errors=$WORK\b004\_pkg_.a
  2125. packagefile fmt=$WORK\b028\_pkg_.a
  2126. packagefile io=$WORK\b019\_pkg_.a
  2127. packagefile os=$WORK\b003\_pkg_.a
  2128. packagefile reflect=$WORK\b030\_pkg_.a
  2129. packagefile sort=$WORK\b032\_pkg_.a
  2130. packagefile strconv=$WORK\b031\_pkg_.a
  2131. packagefile strings=$WORK\b033\_pkg_.a
  2132. packagefile time=$WORK\b020\_pkg_.a
  2133. EOF
  2134. cd c:\dev\go\src\flag
  2135. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b027\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b027" -p flag -std -complete -buildid UnZJBuFjPxMaRLXN9DDZ/UnZJBuFjPxMaRLXN9DDZ -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b027\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\flag\\flag.go"
  2136. mkdir -p $WORK\b043\
  2137. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b048\\_pkg_.a" # internal
  2138. cat >$WORK\b043\importcfg << 'EOF' # internal
  2139. # import config
  2140. packagefile bufio=$WORK\b038\_pkg_.a
  2141. packagefile fmt=$WORK\b028\_pkg_.a
  2142. packagefile io=$WORK\b019\_pkg_.a
  2143. packagefile math=$WORK\b029\_pkg_.a
  2144. packagefile math/bits=$WORK\b044\_pkg_.a
  2145. packagefile sort=$WORK\b032\_pkg_.a
  2146. packagefile strconv=$WORK\b031\_pkg_.a
  2147. packagefile sync=$WORK\b010\_pkg_.a
  2148. EOF
  2149. cd c:\dev\go\src\compress\flate
  2150. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b043\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b043" -p compress/flate -std -complete -buildid swT6fNiaXWUWVFkAE4v2/swT6fNiaXWUWVFkAE4v2 -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b043\\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"
  2151. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b036\\_pkg_.a" # internal
  2152. mkdir -p $WORK\b035\
  2153. cat >$WORK\b035\importcfg << 'EOF' # internal
  2154. # import config
  2155. packagefile context=$WORK\b036\_pkg_.a
  2156. packagefile fmt=$WORK\b028\_pkg_.a
  2157. packagefile io=$WORK\b019\_pkg_.a
  2158. packagefile runtime=$WORK\b011\_pkg_.a
  2159. packagefile sync=$WORK\b010\_pkg_.a
  2160. packagefile sync/atomic=$WORK\b016\_pkg_.a
  2161. EOF
  2162. cd c:\dev\go\src\runtime\trace
  2163. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b035\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b035" -p runtime/trace -std -buildid Fa6FV17yA1mV5RYjJiof/Fa6FV17yA1mV5RYjJiof -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b035\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\runtime\\trace\\annotation.go" "c:\\dev\\go\\src\\runtime\\trace\\trace.go"
  2164. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b027\\_pkg_.a" # internal
  2165. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b035\\_pkg_.a" # internal
  2166. mkdir -p $WORK\b024\
  2167. cat >$WORK\b024\importcfg << 'EOF' # internal
  2168. # import config
  2169. packagefile bytes=$WORK\b025\_pkg_.a
  2170. packagefile errors=$WORK\b004\_pkg_.a
  2171. packagefile flag=$WORK\b027\_pkg_.a
  2172. packagefile fmt=$WORK\b028\_pkg_.a
  2173. packagefile internal/race=$WORK\b006\_pkg_.a
  2174. packagefile io=$WORK\b019\_pkg_.a
  2175. packagefile os=$WORK\b003\_pkg_.a
  2176. packagefile runtime=$WORK\b011\_pkg_.a
  2177. packagefile runtime/debug=$WORK\b034\_pkg_.a
  2178. packagefile runtime/trace=$WORK\b035\_pkg_.a
  2179. packagefile sort=$WORK\b032\_pkg_.a
  2180. packagefile strconv=$WORK\b031\_pkg_.a
  2181. packagefile strings=$WORK\b033\_pkg_.a
  2182. packagefile sync=$WORK\b010\_pkg_.a
  2183. packagefile sync/atomic=$WORK\b016\_pkg_.a
  2184. packagefile time=$WORK\b020\_pkg_.a
  2185. EOF
  2186. cd c:\dev\go\src\testing
  2187. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b024\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b024" -p testing -std -complete -buildid 9vztD1PuGd0-AVIh6xcU/9vztD1PuGd0-AVIh6xcU -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\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"
  2188. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b043\\_pkg_.a" # internal
  2189. mkdir -p $WORK\b042\
  2190. cat >$WORK\b042\importcfg << 'EOF' # internal
  2191. # import config
  2192. packagefile bufio=$WORK\b038\_pkg_.a
  2193. packagefile compress/flate=$WORK\b043\_pkg_.a
  2194. packagefile encoding/binary=$WORK\b045\_pkg_.a
  2195. packagefile errors=$WORK\b004\_pkg_.a
  2196. packagefile fmt=$WORK\b028\_pkg_.a
  2197. packagefile hash/crc32=$WORK\b046\_pkg_.a
  2198. packagefile io=$WORK\b019\_pkg_.a
  2199. packagefile time=$WORK\b020\_pkg_.a
  2200. EOF
  2201. cd c:\dev\go\src\compress\gzip
  2202. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b042\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b042" -p compress/gzip -std -complete -buildid PW1nl6gL9yoxm6e0Xgmh/PW1nl6gL9yoxm6e0Xgmh -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b042\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\compress\\gzip\\gunzip.go" "c:\\dev\\go\\src\\compress\\gzip\\gzip.go"
  2203. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b042\\_pkg_.a" # internal
  2204. mkdir -p $WORK\b041\
  2205. cat >$WORK\b041\importcfg << 'EOF' # internal
  2206. # import config
  2207. packagefile bufio=$WORK\b038\_pkg_.a
  2208. packagefile bytes=$WORK\b025\_pkg_.a
  2209. packagefile compress/gzip=$WORK\b042\_pkg_.a
  2210. packagefile context=$WORK\b036\_pkg_.a
  2211. packagefile encoding/binary=$WORK\b045\_pkg_.a
  2212. packagefile errors=$WORK\b004\_pkg_.a
  2213. packagefile fmt=$WORK\b028\_pkg_.a
  2214. packagefile io=$WORK\b019\_pkg_.a
  2215. packagefile io/ioutil=$WORK\b048\_pkg_.a
  2216. packagefile math=$WORK\b029\_pkg_.a
  2217. packagefile os=$WORK\b003\_pkg_.a
  2218. packagefile runtime=$WORK\b011\_pkg_.a
  2219. packagefile sort=$WORK\b032\_pkg_.a
  2220. packagefile strconv=$WORK\b031\_pkg_.a
  2221. packagefile strings=$WORK\b033\_pkg_.a
  2222. packagefile sync=$WORK\b010\_pkg_.a
  2223. packagefile text/tabwriter=$WORK\b050\_pkg_.a
  2224. packagefile time=$WORK\b020\_pkg_.a
  2225. EOF
  2226. cd c:\dev\go\src\runtime\pprof
  2227. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b041\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b041" -p runtime/pprof -std -buildid s7aT_ANH8CqelM0RekRK/s7aT_ANH8CqelM0RekRK -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b041\\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"
  2228. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b024\\_pkg_.a" # internal
  2229. mkdir -p $WORK\b051\
  2230. cat >$WORK\b051\importcfg << 'EOF' # internal
  2231. # import config
  2232. packagefile testing=$WORK\b024\_pkg_.a
  2233. EOF
  2234. cd c:\dev\go\src\cmd\go\testdata
  2235. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b051\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b051" -p command-line-arguments -complete -buildid 1kcBOxVwRPD07HwzFng9/1kcBOxVwRPD07HwzFng9 -D _/c_/dev/go/src/cmd/go/testdata -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b051\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\dep_test.go"
  2236. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b051\\_pkg_.a" # internal
  2237. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b041\\_pkg_.a" # internal
  2238. mkdir -p $WORK\b037\
  2239. cat >$WORK\b037\importcfg << 'EOF' # internal
  2240. # import config
  2241. packagefile bufio=$WORK\b038\_pkg_.a
  2242. packagefile internal/testlog=$WORK\b023\_pkg_.a
  2243. packagefile io=$WORK\b019\_pkg_.a
  2244. packagefile regexp=$WORK\b039\_pkg_.a
  2245. packagefile runtime/pprof=$WORK\b041\_pkg_.a
  2246. packagefile strings=$WORK\b033\_pkg_.a
  2247. packagefile sync=$WORK\b010\_pkg_.a
  2248. EOF
  2249. cd c:\dev\go\src\testing\internal\testdeps
  2250. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b037\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b037" -p testing/internal/testdeps -std -complete -buildid EPpF9Se8sVbBZeyHYy4m/EPpF9Se8sVbBZeyHYy4m -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b037\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\testing\\internal\\testdeps\\deps.go"
  2251. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b037\\_pkg_.a" # internal
  2252. cat >$WORK\b001\importcfg << 'EOF' # internal
  2253. # import config
  2254. packagefile os=$WORK\b003\_pkg_.a
  2255. packagefile testing=$WORK\b024\_pkg_.a
  2256. packagefile testing/internal/testdeps=$WORK\b037\_pkg_.a
  2257. packagefile runtime=$WORK\b011\_pkg_.a
  2258. packagefile command-line-arguments=$WORK\b051\_pkg_.a
  2259. EOF
  2260. cd $WORK\b001\
  2261. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build832459190\\b001" -p main -complete -buildid 7OvUMryExmldBsEogP2i/7OvUMryExmldBsEogP2i -D "" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b001\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\go-build832459190\\b001\\_testmain.go"
  2262. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b001\\_pkg_.a" # internal
  2263. cat >$WORK\b001\importcfg.link << 'EOF' # internal
  2264. packagefile command-line-arguments (testmain)=$WORK\b001\_pkg_.a
  2265. packagefile os=$WORK\b003\_pkg_.a
  2266. packagefile testing=$WORK\b024\_pkg_.a
  2267. packagefile testing/internal/testdeps=$WORK\b037\_pkg_.a
  2268. packagefile runtime=$WORK\b011\_pkg_.a
  2269. packagefile command-line-arguments=$WORK\b051\_pkg_.a
  2270. packagefile errors=$WORK\b004\_pkg_.a
  2271. packagefile internal/poll=$WORK\b005\_pkg_.a
  2272. packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
  2273. packagefile internal/testlog=$WORK\b023\_pkg_.a
  2274. packagefile io=$WORK\b019\_pkg_.a
  2275. packagefile sync=$WORK\b010\_pkg_.a
  2276. packagefile sync/atomic=$WORK\b016\_pkg_.a
  2277. packagefile syscall=$WORK\b017\_pkg_.a
  2278. packagefile time=$WORK\b020\_pkg_.a
  2279. packagefile unicode/utf16=$WORK\b018\_pkg_.a
  2280. packagefile bytes=$WORK\b025\_pkg_.a
  2281. packagefile flag=$WORK\b027\_pkg_.a
  2282. packagefile fmt=$WORK\b028\_pkg_.a
  2283. packagefile internal/race=$WORK\b006\_pkg_.a
  2284. packagefile runtime/debug=$WORK\b034\_pkg_.a
  2285. packagefile runtime/trace=$WORK\b035\_pkg_.a
  2286. packagefile sort=$WORK\b032\_pkg_.a
  2287. packagefile strconv=$WORK\b031\_pkg_.a
  2288. packagefile strings=$WORK\b033\_pkg_.a
  2289. packagefile bufio=$WORK\b038\_pkg_.a
  2290. packagefile regexp=$WORK\b039\_pkg_.a
  2291. packagefile runtime/pprof=$WORK\b041\_pkg_.a
  2292. packagefile internal/bytealg=$WORK\b012\_pkg_.a
  2293. packagefile internal/cpu=$WORK\b013\_pkg_.a
  2294. packagefile runtime/internal/atomic=$WORK\b014\_pkg_.a
  2295. packagefile runtime/internal/sys=$WORK\b015\_pkg_.a
  2296. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  2297. packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
  2298. packagefile internal/syscall/windows/registry=$WORK\b021\_pkg_.a
  2299. packagefile unicode=$WORK\b026\_pkg_.a
  2300. packagefile reflect=$WORK\b030\_pkg_.a
  2301. packagefile math=$WORK\b029\_pkg_.a
  2302. packagefile context=$WORK\b036\_pkg_.a
  2303. packagefile regexp/syntax=$WORK\b040\_pkg_.a
  2304. packagefile compress/gzip=$WORK\b042\_pkg_.a
  2305. packagefile encoding/binary=$WORK\b045\_pkg_.a
  2306. packagefile io/ioutil=$WORK\b048\_pkg_.a
  2307. packagefile text/tabwriter=$WORK\b050\_pkg_.a
  2308. packagefile compress/flate=$WORK\b043\_pkg_.a
  2309. packagefile hash/crc32=$WORK\b046\_pkg_.a
  2310. packagefile path/filepath=$WORK\b049\_pkg_.a
  2311. packagefile math/bits=$WORK\b044\_pkg_.a
  2312. packagefile hash=$WORK\b047\_pkg_.a
  2313. EOF
  2314. cd .
  2315. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "C:\\Windows\\TEMP\\go-build832459190\\b001\\deps.test.exe" -importcfg "C:\\Windows\\TEMP\\go-build832459190\\b001\\importcfg.link" -buildmode=exe -buildid=oRkP2ZoRL2DdPj1S_TEp/7OvUMryExmldBsEogP2i/XR16Lify9xCFINZRear-/oRkP2ZoRL2DdPj1S_TEp -extld=gcc "C:\\Windows\\TEMP\\go-build832459190\\b001\\_pkg_.a"
  2316. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build832459190\\b001\\deps.test.exe" # internal
  2317. mkdir -p c:\dev\go\src\cmd\go\
  2318. cp $WORK\b001\deps.test.exe c:\dev\go\src\cmd\go\deps.test.exe
  2319. rm -r $WORK\b001\
  2320.  
  2321. === RUN TestBuildDashIInstallsDependencies
  2322. === PAUSE TestBuildDashIInstallsDependencies
  2323. === RUN TestGoBuildInTestOnlyDirectoryFailsWithAGoodError
  2324. --- PASS: TestGoBuildInTestOnlyDirectoryFailsWithAGoodError (0.05s)
  2325. go_test.go:3054: running testgo [build ./testdata/testonly]
  2326. go_test.go:3054: standard error:
  2327. go_test.go:3054: go build _/c_/dev/go/src/cmd/go/testdata/testonly: no non-test Go files in c:\dev\go\src\cmd\go\testdata\testonly
  2328.  
  2329. go_test.go:3054: testgo failed as expected: exit status 1
  2330. === RUN TestGoTestDetectsTestOnlyImportCycles
  2331. --- PASS: TestGoTestDetectsTestOnlyImportCycles (0.07s)
  2332. go_test.go:3062: running testgo [test -c testcycle/p3]
  2333. go_test.go:3062: standard error:
  2334. go_test.go:3062: # testcycle/p3
  2335. import cycle not allowed in test
  2336. package testcycle/p3 (test)
  2337. imports testcycle/p1
  2338. imports testcycle/p2
  2339. imports testcycle/p3
  2340.  
  2341. FAIL testcycle/p3 [setup failed]
  2342.  
  2343. go_test.go:3062: testgo failed as expected: exit status 1
  2344. go_test.go:3065: running testgo [test -c testcycle/q1]
  2345. go_test.go:3065: standard error:
  2346. go_test.go:3065: # testcycle/q1
  2347. import cycle not allowed in test
  2348. package testcycle/q1 (test)
  2349. imports testcycle/q1
  2350.  
  2351. FAIL testcycle/q1 [setup failed]
  2352.  
  2353. go_test.go:3065: testgo failed as expected: exit status 1
  2354. === RUN TestGoTestFooTestWorks
  2355. --- PASS: TestGoTestFooTestWorks (0.49s)
  2356. go_test.go:3072: running testgo [test testdata/standalone_test.go]
  2357. go_test.go:3072: standard output:
  2358. go_test.go:3072: ok command-line-arguments 0.023s
  2359.  
  2360. === RUN TestGoTestMainWithWrongSignature
  2361. --- PASS: TestGoTestMainWithWrongSignature (0.12s)
  2362. go_test.go:3079: running testgo [test testdata/standalone_main_wrong_test.go]
  2363. go_test.go:3079: standard error:
  2364. go_test.go:3079: # command-line-arguments
  2365. 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)
  2366. FAIL command-line-arguments [setup failed]
  2367.  
  2368. go_test.go:3079: testgo failed as expected: exit status 1
  2369. === RUN TestGoTestMainAsNormalTest
  2370. --- PASS: TestGoTestMainAsNormalTest (0.48s)
  2371. go_test.go:3086: running testgo [test testdata/standalone_main_normal_test.go]
  2372. go_test.go:3086: standard output:
  2373. go_test.go:3086: ok command-line-arguments 0.022s
  2374.  
  2375. === RUN TestGoTestMainTwice
  2376. --- PASS: TestGoTestMainTwice (0.57s)
  2377. go_test.go:3096: running testgo [test -v multimain]
  2378. go_test.go:3096: standard output:
  2379. go_test.go:3096: === RUN Test
  2380. --- PASS: Test (0.00s)
  2381. multimain_test.go:15: notwithstanding
  2382. PASS
  2383. === RUN Test
  2384. --- PASS: Test (0.00s)
  2385. multimain_test.go:15: notwithstanding
  2386. PASS
  2387. ok multimain 0.027s
  2388.  
  2389. === RUN TestGoTestFlagsAfterPackage
  2390. --- PASS: TestGoTestFlagsAfterPackage (0.94s)
  2391. go_test.go:3106: running testgo [test testdata/flag_test.go -v -args -v=7]
  2392. go_test.go:3106: standard output:
  2393. go_test.go:3106: === RUN TestVFlagIsSet
  2394. --- PASS: TestVFlagIsSet (0.00s)
  2395. PASS
  2396. ok command-line-arguments 0.022s
  2397.  
  2398. go_test.go:3107: running testgo [test -v testdata/flag_test.go -args -v=7]
  2399. go_test.go:3107: standard output:
  2400. go_test.go:3107: === RUN TestVFlagIsSet
  2401. --- PASS: TestVFlagIsSet (0.00s)
  2402. PASS
  2403. ok command-line-arguments 0.024s
  2404.  
  2405. === RUN TestGoTestXtestonlyWorks
  2406. --- PASS: TestGoTestXtestonlyWorks (0.53s)
  2407. go_test.go:3114: running testgo [clean -i xtestonly]
  2408. go_test.go:3115: running testgo [test xtestonly]
  2409. go_test.go:3115: standard output:
  2410. go_test.go:3115: ok xtestonly 0.024s
  2411.  
  2412. === RUN TestGoTestBuildsAnXtestContainingOnlyNonRunnableExamples
  2413. --- PASS: TestGoTestBuildsAnXtestContainingOnlyNonRunnableExamples (0.51s)
  2414. go_test.go:3121: running testgo [test -v ./testdata/norunexample]
  2415. go_test.go:3121: standard output:
  2416. go_test.go:3121: File with non-runnable example was built.
  2417. === RUN TestBuilt
  2418. A normal test was executed.
  2419. --- PASS: TestBuilt (0.00s)
  2420. PASS
  2421. ok _/c_/dev/go/src/cmd/go/testdata/norunexample 0.026s
  2422.  
  2423. === RUN TestGoGenerateHandlesSimpleCommand
  2424. --- SKIP: TestGoGenerateHandlesSimpleCommand (0.00s)
  2425. go_test.go:3127: skipping because windows has no echo command
  2426. === RUN TestGoGenerateHandlesCommandAlias
  2427. --- SKIP: TestGoGenerateHandlesCommandAlias (0.00s)
  2428. go_test.go:3138: skipping because windows has no echo command
  2429. === RUN TestGoGenerateVariableSubstitution
  2430. --- SKIP: TestGoGenerateVariableSubstitution (0.00s)
  2431. go_test.go:3149: skipping because windows has no echo command
  2432. === RUN TestGoGenerateRunFlag
  2433. --- SKIP: TestGoGenerateRunFlag (0.00s)
  2434. go_test.go:3160: skipping because windows has no echo command
  2435. === RUN TestGoGenerateEnv
  2436. --- SKIP: TestGoGenerateEnv (0.00s)
  2437. go_test.go:3173: skipping because windows does not have the env command
  2438. === RUN TestGoGenerateXTestPkgName
  2439. --- SKIP: TestGoGenerateXTestPkgName (0.00s)
  2440. go_test.go:3187: skipping because windows has no echo command
  2441. === RUN TestGoGenerateBadImports
  2442. --- SKIP: TestGoGenerateBadImports (0.00s)
  2443. go_test.go:3203: skipping because windows has no echo command
  2444. === RUN TestGoGetCustomDomainWildcard
  2445. --- PASS: TestGoGetCustomDomainWildcard (5.22s)
  2446. go_test.go:3222: running testgo [get -u rsc.io/pdf/...]
  2447. === RUN TestGoGetInternalWildcard
  2448. --- PASS: TestGoGetInternalWildcard (2.07s)
  2449. go_test.go:3234: running testgo [get github.com/rsc/go-get-issue-11960/...]
  2450. === RUN TestGoVetWithExternalTests
  2451. --- PASS: TestGoVetWithExternalTests (0.20s)
  2452. go_test.go:3242: running testgo [vet vetpkg]
  2453. go_test.go:3242: standard error:
  2454. go_test.go:3242: # vetpkg
  2455. testdata\src\vetpkg\b.go:6: Printf format %d reads arg #1, but call has only 0 args
  2456.  
  2457. go_test.go:3242: testgo failed as expected: exit status 2
  2458. === RUN TestGoVetWithTags
  2459. --- PASS: TestGoVetWithTags (0.21s)
  2460. go_test.go:3251: running testgo [vet -tags tagtest vetpkg]
  2461. go_test.go:3251: standard error:
  2462. go_test.go:3251: # vetpkg
  2463. testdata\src\vetpkg\b.go:6: Printf format %d reads arg #1, but call has only 0 args
  2464. testdata\src\vetpkg\c.go:8: Printf call needs 1 arg but has 2 args
  2465.  
  2466. go_test.go:3251: testgo failed as expected: exit status 2
  2467. === RUN TestGoVetWithFlagsOn
  2468. --- PASS: TestGoVetWithFlagsOn (0.20s)
  2469. go_test.go:3260: running testgo [vet -printf vetpkg]
  2470. go_test.go:3260: standard error:
  2471. go_test.go:3260: # vetpkg
  2472. testdata\src\vetpkg\b.go:6: Printf format %d reads arg #1, but call has only 0 args
  2473.  
  2474. go_test.go:3260: testgo failed as expected: exit status 2
  2475. === RUN TestGoVetWithFlagsOff
  2476. --- PASS: TestGoVetWithFlagsOff (0.20s)
  2477. go_test.go:3269: running testgo [vet -printf=false vetpkg]
  2478. === RUN TestGoVetWithOnlyTestFiles
  2479. === PAUSE TestGoVetWithOnlyTestFiles
  2480. === RUN TestVetWithOnlyCgoFiles
  2481. === PAUSE TestVetWithOnlyCgoFiles
  2482. === RUN TestGoGetDotSlashDownload
  2483. --- PASS: TestGoGetDotSlashDownload (6.95s)
  2484. go_test.go:3305: running testgo [get ./pprof_mac_fix]
  2485. === RUN TestGoGetHTTPS404
  2486. --- SKIP: TestGoGetHTTPS404 (0.00s)
  2487. go_test.go:3314: test case does not work on windows
  2488. === RUN TestImportMain
  2489. === PAUSE TestImportMain
  2490. === RUN TestImportLocal
  2491. === PAUSE TestImportLocal
  2492. === RUN TestGoGetInsecure
  2493. --- PASS: TestGoGetInsecure (14.59s)
  2494. go_test.go:3579: running testgo [get -d insecure.go-get-issue-15410.appspot.com/pkg/p]
  2495. go_test.go:3579: standard error:
  2496. go_test.go:3579: 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)
  2497.  
  2498. go_test.go:3579: testgo failed as expected: exit status 1
  2499. go_test.go:3582: running testgo [get -d -insecure insecure.go-get-issue-15410.appspot.com/pkg/p]
  2500. go_test.go:3585: running testgo [get -d -u -f insecure.go-get-issue-15410.appspot.com/pkg/p]
  2501. go_test.go:3585: standard error:
  2502. go_test.go:3585: package insecure.go-get-issue-15410.appspot.com/pkg/p: cannot download, http://insecure.go-get-issue-15410.appspot.com/ uses insecure protocol
  2503.  
  2504. go_test.go:3585: testgo failed as expected: exit status 1
  2505. === RUN TestGoGetUpdateInsecure
  2506. --- PASS: TestGoGetUpdateInsecure (5.12s)
  2507. go_test.go:3608: running testgo [get -d -u -f github.com/golang/example/hello]
  2508. go_test.go:3608: standard error:
  2509. go_test.go:3608: package github.com/golang/example/hello: cannot download, http://github.com/golang/example uses insecure protocol
  2510.  
  2511. go_test.go:3608: testgo failed as expected: exit status 1
  2512. go_test.go:3609: running testgo [get -d -u -f -insecure github.com/golang/example/hello]
  2513. === RUN TestGoGetInsecureCustomDomain
  2514. --- PASS: TestGoGetInsecureCustomDomain (12.19s)
  2515. go_test.go:3621: running testgo [get -d insecure.go-get-issue-15410.appspot.com/pkg/p]
  2516. go_test.go:3621: standard error:
  2517. go_test.go:3621: 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)
  2518.  
  2519. go_test.go:3621: testgo failed as expected: exit status 1
  2520. go_test.go:3622: running testgo [get -d -insecure insecure.go-get-issue-15410.appspot.com/pkg/p]
  2521. === RUN TestGoRunDirs
  2522. --- PASS: TestGoRunDirs (0.07s)
  2523. go_test.go:3629: running testgo [run x.go sub/sub.go]
  2524. go_test.go:3629: standard error:
  2525. go_test.go:3629: named files must all be in one directory; have ./ and sub/
  2526.  
  2527. go_test.go:3629: testgo failed as expected: exit status 1
  2528. go_test.go:3631: running testgo [run sub/sub.go x.go]
  2529. go_test.go:3631: standard error:
  2530. go_test.go:3631: named files must all be in one directory; have sub/ and ./
  2531.  
  2532. go_test.go:3631: testgo failed as expected: exit status 1
  2533. === RUN TestGoInstallPkgdir
  2534. === PAUSE TestGoInstallPkgdir
  2535. === RUN TestGoTestRaceInstallCgo
  2536. --- PASS: TestGoTestRaceInstallCgo (5.03s)
  2537. go_test.go:3660: running testgo [tool -n cgo]
  2538. go_test.go:3660: standard output:
  2539. go_test.go:3660: c:\dev\go\pkg\tool\windows_amd64\cgo.exe
  2540.  
  2541. go_test.go:3664: running testgo [test -race -i runtime/race]
  2542. === RUN TestGoTestRaceFailures
  2543. === PAUSE TestGoTestRaceFailures
  2544. === RUN TestGoTestImportErrorStack
  2545. --- PASS: TestGoTestImportErrorStack (0.04s)
  2546. go_test.go:3703: running testgo [test testdep/p1]
  2547. go_test.go:3703: standard error:
  2548. go_test.go:3703: # testdep/p1
  2549. package testdep/p1 (test)
  2550. imports testdep/p2
  2551. imports testdep/p3: build constraints exclude all Go files in c:\dev\go\src\cmd\go\testdata\src\testdep\p3
  2552. FAIL testdep/p1 [setup failed]
  2553.  
  2554. go_test.go:3703: testgo failed as expected: exit status 1
  2555. === RUN TestGoGetUpdate
  2556. --- PASS: TestGoGetUpdate (14.45s)
  2557. go_test.go:3722: running testgo [get github.com/rsc/go-get-issue-9224-cmd]
  2558. go_test.go:3732: running testgo [get -u github.com/rsc/go-get-issue-9224-cmd]
  2559. go_test.go:3722: running testgo [get github.com/rsc/go-get-issue-9224-cmd]
  2560. go_test.go:3736: running testgo [get -d -u github.com/rsc/go-get-issue-9224-cmd]
  2561. === RUN TestGoGetRace
  2562. --- PASS: TestGoGetRace (5.06s)
  2563. go_test.go:3750: running testgo [get -race github.com/rsc/go-get-issue-9224-cmd]
  2564. === RUN TestGoGetDomainRoot
  2565. --- PASS: TestGoGetDomainRoot (13.72s)
  2566. go_test.go:3768: running testgo [get -d go-get-issue-9357.appspot.com]
  2567. go_test.go:3769: running testgo [get go-get-issue-9357.appspot.com]
  2568. go_test.go:3770: running testgo [get -u go-get-issue-9357.appspot.com]
  2569. go_test.go:3773: running testgo [get go-get-issue-9357.appspot.com]
  2570. go_test.go:3776: running testgo [get -u go-get-issue-9357.appspot.com]
  2571. === RUN TestGoInstallShadowedGOPATH
  2572. --- PASS: TestGoInstallShadowedGOPATH (0.07s)
  2573. go_test.go:3795: running testgo [install]
  2574. go_test.go:3795: standard error:
  2575. go_test.go:3795: go install: no install location for C:\Windows\TEMP\gotest873288119\gopath2\src\test: hidden by C:\Windows\TEMP\gotest873288119\gopath1\src\test
  2576.  
  2577. go_test.go:3795: testgo failed as expected: exit status 1
  2578. === RUN TestGoBuildGOPATHOrder
  2579. --- PASS: TestGoBuildGOPATHOrder (0.11s)
  2580. go_test.go:3822: running testgo [install -x bar]
  2581. go_test.go:3822: standard error:
  2582. go_test.go:3822: WORK=C:\Windows\TEMP\go-build372454530
  2583. mkdir -p $WORK\b002\
  2584. mkdir -p $WORK\b003\
  2585. cat >$WORK\b002\importcfg << 'EOF' # internal
  2586. # import config
  2587. EOF
  2588. cat >$WORK\b003\importcfg << 'EOF' # internal
  2589. # import config
  2590. EOF
  2591. cd C:\Windows\TEMP\gotest087721898\p2\src\baz
  2592. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build372454530\\b002\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build372454530\\b002" -p baz -complete -buildid bvcOzN6-r4BlaxMUXq1r/bvcOzN6-r4BlaxMUXq1r -D "" -importcfg "C:\\Windows\\TEMP\\go-build372454530\\b002\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\gotest087721898\\p2\\src\\baz\\baz.go"
  2593. cd C:\Windows\TEMP\gotest087721898\p1\src\foo
  2594. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build372454530\\b003\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build372454530\\b003" -p foo -complete -buildid Fdi2rIhJaRnGxLRcwPO6/Fdi2rIhJaRnGxLRcwPO6 -D "" -importcfg "C:\\Windows\\TEMP\\go-build372454530\\b003\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\gotest087721898\\p1\\src\\foo\\foo.go"
  2595. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build372454530\\b002\\_pkg_.a" # internal
  2596. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build372454530\\b003\\_pkg_.a" # internal
  2597. mkdir -p $WORK\b001\
  2598. cat >$WORK\b001\importcfg << 'EOF' # internal
  2599. # import config
  2600. packagefile baz=$WORK\b002\_pkg_.a
  2601. packagefile foo=$WORK\b003\_pkg_.a
  2602. EOF
  2603. cd C:\Windows\TEMP\gotest087721898\p1\src\bar
  2604. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build372454530\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build372454530\\b001" -p bar -complete -buildid esReH0CAalcb2ONj6Zaj/esReH0CAalcb2ONj6Zaj -D "" -importcfg "C:\\Windows\\TEMP\\go-build372454530\\b001\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\gotest087721898\\p1\\src\\bar\\bar.go"
  2605. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build372454530\\b001\\_pkg_.a" # internal
  2606. mkdir -p C:\Windows\TEMP\gotest087721898\p1\pkg\windows_amd64\
  2607. cp $WORK\b001\_pkg_.a C:\Windows\TEMP\gotest087721898\p1\pkg\windows_amd64\bar.a
  2608. rm -r $WORK\b001\
  2609.  
  2610. === RUN TestGoBuildGOPATHOrderBroken
  2611. --- SKIP: TestGoBuildGOPATHOrderBroken (0.00s)
  2612. go_test.go:3828: golang.org/issue/14271
  2613. === RUN TestIssue11709
  2614. --- PASS: TestIssue11709 (0.33s)
  2615. go_test.go:3864: running testgo [run C:\Windows\TEMP\gotest303010561\run.go]
  2616. === RUN TestIssue12096
  2617. --- PASS: TestIssue12096 (0.48s)
  2618. go_test.go:3879: running testgo [test C:\Windows\TEMP\gotest068448876\test_test.go]
  2619. go_test.go:3879: standard output:
  2620. go_test.go:3879: ok command-line-arguments 0.023s
  2621.  
  2622. === RUN TestGoBuildOutput
  2623. --- PASS: TestGoBuildOutput (2.07s)
  2624. go_test.go:3896: running testgo [build x.go]
  2625. go_test.go:3901: running testgo [build -o myprog x.go]
  2626. go_test.go:3908: running testgo [build p.go]
  2627. go_test.go:3914: running testgo [build -o p.a p.go]
  2628. go_test.go:3917: running testgo [build cmd/gofmt]
  2629. go_test.go:3922: running testgo [build -o mygofmt cmd/gofmt]
  2630. go_test.go:3928: running testgo [build sync/atomic]
  2631. go_test.go:3932: running testgo [build -o myatomic.a sync/atomic]
  2632. go_test.go:3938: running testgo [build -o whatever cmd/gofmt sync/atomic]
  2633. go_test.go:3938: standard error:
  2634. go_test.go:3938: go build: cannot use -o with multiple packages
  2635.  
  2636. go_test.go:3938: testgo failed as expected: exit status 1
  2637. === RUN TestGoBuildARM
  2638. --- PASS: TestGoBuildARM (1.56s)
  2639. go_test.go:3958: running testgo [build hello.go]
  2640. === RUN TestParallelTest
  2641. === PAUSE TestParallelTest
  2642. === RUN TestCgoConsistentResults
  2643. === PAUSE TestCgoConsistentResults
  2644. === RUN TestGoGetUpdateAllDoesNotTryToLoadDuplicates
  2645. --- PASS: TestGoGetUpdateAllDoesNotTryToLoadDuplicates (7.83s)
  2646. go_test.go:4025: running testgo [get -u .../]
  2647. === RUN TestIssue17119
  2648. === PAUSE TestIssue17119
  2649. === RUN TestFatalInBenchmarkCauseNonZeroExitStatus
  2650. --- PASS: TestFatalInBenchmarkCauseNonZeroExitStatus (5.67s)
  2651. go_test.go:4045: running testgo [test -run ^$ -bench . ./testdata/src/benchfatal]
  2652. go_test.go:4045: standard output:
  2653. go_test.go:4045: --- FAIL: BenchmarkThatCallsFatal
  2654. x_test.go:6: called by benchmark
  2655. FAIL
  2656. exit status 1
  2657. FAIL _/c_/dev/go/src/cmd/go/testdata/src/benchfatal 0.025s
  2658.  
  2659. go_test.go:4045: testgo failed as expected: exit status 1
  2660. === RUN TestBinaryOnlyPackages
  2661. === PAUSE TestBinaryOnlyPackages
  2662. === RUN TestAlwaysLinkSysoFiles
  2663. === PAUSE TestAlwaysLinkSysoFiles
  2664. === RUN TestGenerateUsesBuildContext
  2665. --- SKIP: TestGenerateUsesBuildContext (0.00s)
  2666. go_test.go:4160: this test won't run under Windows
  2667. === RUN TestGoGetUpdateWithWildcard
  2668. === PAUSE TestGoGetUpdateWithWildcard
  2669. === RUN TestGoEnv
  2670. === PAUSE TestGoEnv
  2671. === RUN TestMatchesNoTests
  2672. --- PASS: TestMatchesNoTests (4.06s)
  2673. go_test.go:4244: running testgo [test -run ThisWillNotMatch testdata/standalone_test.go]
  2674. go_test.go:4244: standard output:
  2675. go_test.go:4244: ok command-line-arguments 0.026s [no tests to run]
  2676.  
  2677. === RUN TestMatchesNoTestsDoesNotOverrideBuildFailure
  2678. === PAUSE TestMatchesNoTestsDoesNotOverrideBuildFailure
  2679. === RUN TestMatchesNoBenchmarksIsOK
  2680. --- PASS: TestMatchesNoBenchmarksIsOK (4.02s)
  2681. go_test.go:4262: running testgo [test -run ^$ -bench ThisWillNotMatch testdata/standalone_benchmark_test.go]
  2682. go_test.go:4262: standard output:
  2683. go_test.go:4262: PASS
  2684. ok command-line-arguments 0.029s
  2685.  
  2686. === RUN TestMatchesOnlyExampleIsOK
  2687. --- PASS: TestMatchesOnlyExampleIsOK (4.04s)
  2688. go_test.go:4271: running testgo [test -run Example testdata/example1_test.go]
  2689. go_test.go:4271: standard output:
  2690. go_test.go:4271: ok command-line-arguments 0.026s
  2691.  
  2692. === RUN TestMatchesOnlyBenchmarkIsOK
  2693. --- PASS: TestMatchesOnlyBenchmarkIsOK (4.02s)
  2694. go_test.go:4280: running testgo [test -run ^$ -bench . testdata/standalone_benchmark_test.go]
  2695. go_test.go:4280: standard output:
  2696. go_test.go:4280: goos: windows
  2697. goarch: amd64
  2698. Benchmark-4 2000000000 0.00 ns/op
  2699. PASS
  2700. ok command-line-arguments 0.030s
  2701.  
  2702. === RUN TestBenchmarkLabels
  2703. --- PASS: TestBenchmarkLabels (4.72s)
  2704. go_test.go:4290: running testgo [test -run ^$ -bench . bench]
  2705. go_test.go:4290: standard output:
  2706. go_test.go:4290: goos: windows
  2707. goarch: amd64
  2708. pkg: bench
  2709. Benchmark-4 2000000000 0.00 ns/op
  2710. PASS
  2711. ok bench 0.028s
  2712.  
  2713. === RUN TestBenchmarkLabelsOutsideGOPATH
  2714. --- PASS: TestBenchmarkLabelsOutsideGOPATH (4.73s)
  2715. go_test.go:4301: running testgo [test -run ^$ -bench . testdata/standalone_benchmark_test.go]
  2716. go_test.go:4301: standard output:
  2717. go_test.go:4301: goos: windows
  2718. goarch: amd64
  2719. Benchmark-4 2000000000 0.00 ns/op
  2720. PASS
  2721. ok command-line-arguments 0.028s
  2722.  
  2723. === RUN TestMatchesOnlyTestIsOK
  2724. --- PASS: TestMatchesOnlyTestIsOK (4.56s)
  2725. go_test.go:4311: running testgo [test -run Test testdata/standalone_test.go]
  2726. go_test.go:4311: standard output:
  2727. go_test.go:4311: ok command-line-arguments 0.027s
  2728.  
  2729. === RUN TestMatchesNoTestsWithSubtests
  2730. --- PASS: TestMatchesNoTestsWithSubtests (4.52s)
  2731. go_test.go:4319: running testgo [test -run ThisWillNotMatch testdata/standalone_sub_test.go]
  2732. go_test.go:4319: standard output:
  2733. go_test.go:4319: ok command-line-arguments 0.023s [no tests to run]
  2734.  
  2735. === RUN TestMatchesNoSubtestsMatch
  2736. --- PASS: TestMatchesNoSubtestsMatch (4.50s)
  2737. go_test.go:4326: running testgo [test -run Test/ThisWillNotMatch testdata/standalone_sub_test.go]
  2738. go_test.go:4326: standard output:
  2739. go_test.go:4326: ok command-line-arguments 0.026s [no tests to run]
  2740.  
  2741. === RUN TestMatchesNoSubtestsDoesNotOverrideFailure
  2742. --- PASS: TestMatchesNoSubtestsDoesNotOverrideFailure (4.55s)
  2743. go_test.go:4333: running testgo [test -run TestThatFails/ThisWillNotMatch testdata/standalone_fail_sub_test.go]
  2744. go_test.go:4333: standard output:
  2745. go_test.go:4333: --- FAIL: TestThatFails (0.00s)
  2746. testing: warning: no tests to run
  2747. FAIL
  2748. FAIL command-line-arguments 0.029s
  2749.  
  2750. go_test.go:4333: testgo failed as expected: exit status 1
  2751. === RUN TestMatchesOnlySubtestIsOK
  2752. --- PASS: TestMatchesOnlySubtestIsOK (4.67s)
  2753. go_test.go:4341: running testgo [test -run Test/Sub testdata/standalone_sub_test.go]
  2754. go_test.go:4341: standard output:
  2755. go_test.go:4341: ok command-line-arguments 0.033s
  2756.  
  2757. === RUN TestMatchesNoSubtestsParallel
  2758. --- PASS: TestMatchesNoSubtestsParallel (4.65s)
  2759. go_test.go:4349: running testgo [test -run Test/Sub/ThisWillNotMatch testdata/standalone_parallel_sub_test.go]
  2760. go_test.go:4349: standard output:
  2761. go_test.go:4349: ok command-line-arguments 0.028s [no tests to run]
  2762.  
  2763. === RUN TestMatchesOnlySubtestParallelIsOK
  2764. --- PASS: TestMatchesOnlySubtestParallelIsOK (4.51s)
  2765. go_test.go:4356: running testgo [test -run Test/Sub/Nested testdata/standalone_parallel_sub_test.go]
  2766. go_test.go:4356: standard output:
  2767. go_test.go:4356: ok command-line-arguments 0.024s
  2768.  
  2769. === RUN TestBenchTimeout
  2770. --- PASS: TestBenchTimeout (5.54s)
  2771. go_test.go:4366: running testgo [test -bench . -timeout 750ms testdata/timeoutbench_test.go]
  2772. go_test.go:4366: standard output:
  2773. go_test.go:4366: goos: windows
  2774. goarch: amd64
  2775. BenchmarkSleep1s-4 1 1000057200 ns/op
  2776. PASS
  2777. ok command-line-arguments 1.024s
  2778.  
  2779. === RUN TestWriteProfilesOnTimeout
  2780. --- PASS: TestWriteProfilesOnTimeout (4.85s)
  2781. go_test.go:4380: running testgo [test -cpuprofile C:\Windows\TEMP\gotest162583648\profiling\cpu.pprof -memprofile C:\Windows\TEMP\gotest162583648\profiling\mem.pprof -timeout 1ms]
  2782. go_test.go:4380: standard output:
  2783. go_test.go:4380: panic: test timed out after 1ms
  2784.  
  2785. goroutine 33 [running]:
  2786. testing.(*M).startAlarm.func1()
  2787. c:/dev/go/src/testing/testing.go:1258 +0x103
  2788. created by time.goFunc
  2789. c:/dev/go/src/time/sleep.go:172 +0x4b
  2790.  
  2791. goroutine 1 [chan receive]:
  2792. testing.(*T).Run(0xc0001d00f0, 0x540912, 0x9, 0x54a018, 0x46fd2d)
  2793. c:/dev/go/src/testing/testing.go:841 +0x2f3
  2794. testing.runTests.func1(0xc0001d0000)
  2795. c:/dev/go/src/testing/testing.go:1081 +0x6b
  2796. testing.tRunner(0xc0001d0000, 0xc00006fdf8)
  2797. c:/dev/go/src/testing/testing.go:795 +0xc6
  2798. testing.runTests(0xc00004c440, 0x5ec270, 0x1, 0x1, 0x40af89)
  2799. c:/dev/go/src/testing/testing.go:1079 +0x2a9
  2800. testing.(*M).Run(0xc000080080, 0x0)
  2801. c:/dev/go/src/testing/testing.go:996 +0x16c
  2802. main.main()
  2803. _testmain.go:42 +0x144
  2804.  
  2805. goroutine 20 [sleep]:
  2806. time.Sleep(0x3b9aca00)
  2807. c:/dev/go/src/runtime/time.go:102 +0x169
  2808. _/C_/Windows/TEMP/gotest162583648/profiling_test.TestSleep(0xc0001d00f0)
  2809. C:/Windows/TEMP/gotest162583648/profiling/timeouttest_test.go:6 +0x31
  2810. testing.tRunner(0xc0001d00f0, 0x54a018)
  2811. c:/dev/go/src/testing/testing.go:795 +0xc6
  2812. created by testing.(*T).Run
  2813. c:/dev/go/src/testing/testing.go:840 +0x2cc
  2814. exit status 2
  2815. FAIL _/C_/Windows/TEMP/gotest162583648/profiling 0.256s
  2816.  
  2817. go_test.go:4380: testgo failed as expected: exit status 1
  2818. === RUN TestLinkXImportPathEscape
  2819. === PAUSE TestLinkXImportPathEscape
  2820. === RUN TestLdBindNow
  2821. === PAUSE TestLdBindNow
  2822. === RUN TestConcurrentAsm
  2823. === PAUSE TestConcurrentAsm
  2824. === RUN TestDotDotDotOutsideGOPATH
  2825. --- PASS: TestDotDotDotOutsideGOPATH (5.05s)
  2826. go_test.go:4448: running testgo [build ./...]
  2827. go_test.go:4449: running testgo [test ./...]
  2828. go_test.go:4449: standard output:
  2829. go_test.go:4449: ok _/C_/Windows/TEMP/gotest966237759/pkgs 0.023s
  2830. ok _/C_/Windows/TEMP/gotest966237759/pkgs/a 0.024s
  2831.  
  2832. go_test.go:4450: running testgo [list ./...]
  2833. go_test.go:4450: standard output:
  2834. go_test.go:4450: _/C_/Windows/TEMP/gotest966237759/pkgs
  2835. _/C_/Windows/TEMP/gotest966237759/pkgs/a
  2836.  
  2837. === RUN TestFFLAGS
  2838. === PAUSE TestFFLAGS
  2839. === RUN TestDuplicateGlobalAsmSymbols
  2840. === PAUSE TestDuplicateGlobalAsmSymbols
  2841. === RUN TestBuildTagsNoComma
  2842. --- PASS: TestBuildTagsNoComma (0.61s)
  2843. go_test.go:4531: running testgo [build -tags tag1 tag2 math]
  2844. go_test.go:4532: running testgo [build -tags tag1,tag2 math]
  2845. go_test.go:4532: standard error:
  2846. go_test.go:4532: cmd/go: -tags space-separated list contains comma
  2847.  
  2848. go_test.go:4532: testgo failed as expected: exit status 2
  2849. === RUN TestExecutableGOROOT
  2850. === RUN TestExecutableGOROOT/RelocatedExe
  2851. === RUN TestExecutableGOROOT/RelocatedTree
  2852. === RUN TestExecutableGOROOT/SymlinkedExe
  2853. === RUN TestExecutableGOROOT/RuntimeGoroot
  2854. --- PASS: TestExecutableGOROOT (2.00s)
  2855. --- PASS: TestExecutableGOROOT/RelocatedExe (0.16s)
  2856. go_test.go:4587: go env GOROOT: C:\dev\go
  2857. --- PASS: TestExecutableGOROOT/RelocatedTree (0.04s)
  2858. go_test.go:4587: go env GOROOT: C:\Windows\Temp\gotest372162249\new
  2859. --- PASS: TestExecutableGOROOT/SymlinkedExe (0.04s)
  2860. go_test.go:4587: go env GOROOT: C:\Windows\Temp\gotest372162249\new
  2861. --- PASS: TestExecutableGOROOT/RuntimeGoroot (1.75s)
  2862. go_test.go:4657: go run testdata/print_goroot.go: C:\Windows\Temp\gotest372162249\new
  2863. === RUN TestNeedVersion
  2864. === PAUSE TestNeedVersion
  2865. === RUN TestUserOverrideFlags
  2866. --- SKIP: TestUserOverrideFlags (0.00s)
  2867. go_test.go:4681: skipping on windows because test only works if c-archive implies -shared
  2868. === RUN TestCgoFlagContainsSpace
  2869. --- PASS: TestCgoFlagContainsSpace (3.49s)
  2870. go_test.go:4718: running testgo [run -x main.go]
  2871. go_test.go:4718: standard error:
  2872. go_test.go:4718: WORK=C:\Windows\TEMP\go-build224936542
  2873. mkdir -p $WORK\b005\
  2874. cat >$WORK\b005\importcfg << 'EOF' # internal
  2875. # import config
  2876. EOF
  2877. cd c:\dev\go\src\errors
  2878. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build224936542\\b005\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b005" -p errors -std -complete -buildid mZFZl-2pH8TgAnGZBsRm/mZFZl-2pH8TgAnGZBsRm -D "" -importcfg "C:\\Windows\\TEMP\\go-build224936542\\b005\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\errors\\errors.go"
  2879. mkdir -p $WORK\b006\
  2880. cat >$WORK\b006\importcfg << 'EOF' # internal
  2881. # import config
  2882. EOF
  2883. cd c:\dev\go\src\internal\race
  2884. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build224936542\\b006\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b006" -p internal/race -std -complete -buildid gVLWM_dbrEsNN2I1_QGm/gVLWM_dbrEsNN2I1_QGm -D "" -importcfg "C:\\Windows\\TEMP\\go-build224936542\\b006\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\race\\doc.go" "c:\\dev\\go\\src\\internal\\race\\norace.go"
  2885. mkdir -p $WORK\b007\
  2886. cat >$WORK\b007\importcfg << 'EOF' # internal
  2887. # import config
  2888. EOF
  2889. cd c:\dev\go\src\internal\syscall\windows\sysdll
  2890. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build224936542\\b007\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b007" -p internal/syscall/windows/sysdll -std -complete -buildid ve23V0Z7nDGXfoHKq8yE/ve23V0Z7nDGXfoHKq8yE -D "" -importcfg "C:\\Windows\\TEMP\\go-build224936542\\b007\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\syscall\\windows\\sysdll\\sysdll.go"
  2891. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build224936542\\b005\\_pkg_.a" # internal
  2892. mkdir -p $WORK\b002\
  2893. mkdir -p $WORK\b011\
  2894. cd c:\dev\go\src\runtime\cgo
  2895. CGO_LDFLAGS='"-g" "-O2"' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -objdir "C:\\Windows\\TEMP\\go-build224936542\\b002\\" -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false -- -I "C:\\Windows\\TEMP\\go-build224936542\\b002\\" -g -O2 -Wall -Werror "c:\\dev\\go\\src\\runtime\\cgo\\cgo.go"
  2896. cat >$WORK\b011\importcfg << 'EOF' # internal
  2897. # import config
  2898. EOF
  2899. cd c:\dev\go\src\internal\cpu
  2900. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build224936542\\b011\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b011" -p internal/cpu -std -+ -buildid 2t7gMi49e6h8mMJhqx9r/2t7gMi49e6h8mMJhqx9r -D "" -importcfg "C:\\Windows\\TEMP\\go-build224936542\\b011\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build224936542\\b011\\go_asm.h" -c=4 "c:\\dev\\go\\src\\internal\\cpu\\cpu.go" "c:\\dev\\go\\src\\internal\\cpu\\cpu_x86.go"
  2901. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build224936542\\b006\\_pkg_.a" # internal
  2902. mkdir -p $WORK\b012\
  2903. cat >$WORK\b012\importcfg << 'EOF' # internal
  2904. # import config
  2905. EOF
  2906. cd c:\dev\go\src\runtime\internal\atomic
  2907. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build224936542\\b012\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b012" -p runtime/internal/atomic -std -+ -buildid 5JosZ0wfGOZZnSG62kaG/5JosZ0wfGOZZnSG62kaG -D "" -importcfg "C:\\Windows\\TEMP\\go-build224936542\\b012\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build224936542\\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"
  2908. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build224936542\\b007\\_pkg_.a" # internal
  2909. mkdir -p $WORK\b013\
  2910. cat >$WORK\b013\importcfg << 'EOF' # internal
  2911. # import config
  2912. EOF
  2913. cd c:\dev\go\src\runtime\internal\sys
  2914. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build224936542\\b013\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b013" -p runtime/internal/sys -std -+ -complete -buildid ECgJnTp3Ml74YH0b_8O4/ECgJnTp3Ml74YH0b_8O4 -D "" -importcfg "C:\\Windows\\TEMP\\go-build224936542\\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"
  2915. cd c:\dev\go\src\internal\cpu
  2916. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b011" -I "C:\\Windows\\TEMP\\go-build224936542\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build224936542\\b011\\cpu_x86.o" "c:\\dev\\go\\src\\internal\\cpu\\cpu_x86.s"
  2917. cd c:\dev\go\src\runtime\internal\atomic
  2918. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b012" -I "C:\\Windows\\TEMP\\go-build224936542\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build224936542\\b012\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\internal\\atomic\\asm_amd64.s"
  2919. cd c:\dev\go\src\internal\cpu
  2920. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build224936542\\b011\\_pkg_.a" "C:\\Windows\\TEMP\\go-build224936542\\b011\\cpu_x86.o" # internal
  2921. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build224936542\\b011\\_pkg_.a" # internal
  2922. mkdir -p $WORK\b010\
  2923. cat >$WORK\b010\importcfg << 'EOF' # internal
  2924. # import config
  2925. packagefile internal/cpu=$WORK\b011\_pkg_.a
  2926. EOF
  2927. cd c:\dev\go\src\internal\bytealg
  2928. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build224936542\\b010\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b010" -p internal/bytealg -std -+ -buildid V8RpWcDRFA8vK3ENz6sy/V8RpWcDRFA8vK3ENz6sy -D "" -importcfg "C:\\Windows\\TEMP\\go-build224936542\\b010\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build224936542\\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"
  2929. cd c:\dev\go\src\runtime\internal\atomic
  2930. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build224936542\\b012\\_pkg_.a" "C:\\Windows\\TEMP\\go-build224936542\\b012\\asm_amd64.o" # internal
  2931. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build224936542\\b012\\_pkg_.a" # internal
  2932. cd $WORK
  2933. gcc -fno-caret-diagnostics -c -x c - || true
  2934. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build224936542\\b013\\_pkg_.a" # internal
  2935. cd c:\dev\go\src\internal\bytealg
  2936. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b010" -I "C:\\Windows\\TEMP\\go-build224936542\\b010\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build224936542\\b010\\compare_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\compare_amd64.s"
  2937. cd $WORK
  2938. gcc -Qunused-arguments -c -x c - || true
  2939. cd c:\dev\go\src\internal\bytealg
  2940. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b010" -I "C:\\Windows\\TEMP\\go-build224936542\\b010\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build224936542\\b010\\count_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\count_amd64.s"
  2941. mkdir -p $WORK\b014\
  2942. cd $WORK
  2943. gcc -fdebug-prefix-map=a=b -c -x c - || true
  2944. cat >$WORK\b014\importcfg << 'EOF' # internal
  2945. # import config
  2946. EOF
  2947. cd c:\dev\go\src\sync\atomic
  2948. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build224936542\\b014\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b014" -p sync/atomic -std -buildid 8SoWXklL_uCVALIusWAI/8SoWXklL_uCVALIusWAI -D "" -importcfg "C:\\Windows\\TEMP\\go-build224936542\\b014\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build224936542\\b014\\go_asm.h" -c=4 "c:\\dev\\go\\src\\sync\\atomic\\doc.go" "c:\\dev\\go\\src\\sync\\atomic\\value.go"
  2949. cd c:\dev\go\src\internal\bytealg
  2950. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b010" -I "C:\\Windows\\TEMP\\go-build224936542\\b010\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build224936542\\b010\\equal_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\equal_amd64.s"
  2951. cd c:\dev\go\src\sync\atomic
  2952. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b014" -I "C:\\Windows\\TEMP\\go-build224936542\\b014\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build224936542\\b014\\asm_amd64.o" "c:\\dev\\go\\src\\sync\\atomic\\asm_amd64.s"
  2953. cd c:\dev\go\src\internal\bytealg
  2954. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b010" -I "C:\\Windows\\TEMP\\go-build224936542\\b010\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build224936542\\b010\\index_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\index_amd64.s"
  2955. cd c:\dev\go\src\sync\atomic
  2956. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build224936542\\b014\\_pkg_.a" "C:\\Windows\\TEMP\\go-build224936542\\b014\\asm_amd64.o" # internal
  2957. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build224936542\\b014\\_pkg_.a" # internal
  2958. cd c:\dev\go\src\internal\bytealg
  2959. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b010" -I "C:\\Windows\\TEMP\\go-build224936542\\b010\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build224936542\\b010\\indexbyte_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\indexbyte_amd64.s"
  2960. cd $WORK
  2961. gcc -gno-record-gcc-switches -c -x c - || true
  2962. cd c:\dev\go\src\internal\bytealg
  2963. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build224936542\\b010\\_pkg_.a" "C:\\Windows\\TEMP\\go-build224936542\\b010\\compare_amd64.o" "C:\\Windows\\TEMP\\go-build224936542\\b010\\count_amd64.o" "C:\\Windows\\TEMP\\go-build224936542\\b010\\equal_amd64.o" "C:\\Windows\\TEMP\\go-build224936542\\b010\\index_amd64.o" "C:\\Windows\\TEMP\\go-build224936542\\b010\\indexbyte_amd64.o" # internal
  2964. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build224936542\\b010\\_pkg_.a" # internal
  2965. mkdir -p $WORK\b015\
  2966. cd $WORK\b002
  2967. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build224936542\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build224936542\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build224936542\\b002\\_x001.o" -c _cgo_export.c
  2968. cat >$WORK\b015\importcfg << 'EOF' # internal
  2969. # import config
  2970. EOF
  2971. cd c:\dev\go\src\unicode\utf16
  2972. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build224936542\\b015\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b015" -p unicode/utf16 -std -complete -buildid bAmoq4QxInYmNHhFQBMt/bAmoq4QxInYmNHhFQBMt -D "" -importcfg "C:\\Windows\\TEMP\\go-build224936542\\b015\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\utf16\\utf16.go"
  2973. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build224936542\\b015\\_pkg_.a" # internal
  2974. mkdir -p $WORK\b009\
  2975. cat >$WORK\b009\importcfg << 'EOF' # internal
  2976. # import config
  2977. packagefile internal/bytealg=$WORK\b010\_pkg_.a
  2978. packagefile internal/cpu=$WORK\b011\_pkg_.a
  2979. packagefile runtime/internal/atomic=$WORK\b012\_pkg_.a
  2980. packagefile runtime/internal/sys=$WORK\b013\_pkg_.a
  2981. EOF
  2982. cd c:\dev\go\src\runtime
  2983. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build224936542\\b009\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b009" -p runtime -std -+ -buildid PF02KMzpnUfuX21XrRwv/PF02KMzpnUfuX21XrRwv -D "" -importcfg "C:\\Windows\\TEMP\\go-build224936542\\b009\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build224936542\\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"
  2984. cd $WORK\b002
  2985. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build224936542\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build224936542\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build224936542\\b002\\_x002.o" -c cgo.cgo2.c
  2986. cd c:\dev\go\src\runtime\cgo
  2987. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build224936542\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build224936542\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build224936542\\b002\\_x003.o" -c gcc_context.c
  2988. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build224936542\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build224936542\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build224936542\\b002\\_x004.o" -c gcc_libinit_windows.c
  2989. cd c:\dev\go\src\runtime
  2990. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b009" -I "C:\\Windows\\TEMP\\go-build224936542\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build224936542\\b009\\asm.o" "c:\\dev\\go\\src\\runtime\\asm.s"
  2991. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b009" -I "C:\\Windows\\TEMP\\go-build224936542\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build224936542\\b009\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\asm_amd64.s"
  2992. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b009" -I "C:\\Windows\\TEMP\\go-build224936542\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build224936542\\b009\\duff_amd64.o" "c:\\dev\\go\\src\\runtime\\duff_amd64.s"
  2993. cd c:\dev\go\src\runtime\cgo
  2994. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build224936542\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build224936542\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build224936542\\b002\\_x005.o" -c gcc_util.c
  2995. cd c:\dev\go\src\runtime
  2996. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b009" -I "C:\\Windows\\TEMP\\go-build224936542\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build224936542\\b009\\memclr_amd64.o" "c:\\dev\\go\\src\\runtime\\memclr_amd64.s"
  2997. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b009" -I "C:\\Windows\\TEMP\\go-build224936542\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build224936542\\b009\\memmove_amd64.o" "c:\\dev\\go\\src\\runtime\\memmove_amd64.s"
  2998. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b009" -I "C:\\Windows\\TEMP\\go-build224936542\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build224936542\\b009\\rt0_windows_amd64.o" "c:\\dev\\go\\src\\runtime\\rt0_windows_amd64.s"
  2999. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b009" -I "C:\\Windows\\TEMP\\go-build224936542\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build224936542\\b009\\sys_windows_amd64.o" "c:\\dev\\go\\src\\runtime\\sys_windows_amd64.s"
  3000. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b009" -I "C:\\Windows\\TEMP\\go-build224936542\\b009\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build224936542\\b009\\zcallback_windows.o" "c:\\dev\\go\\src\\runtime\\zcallback_windows.s"
  3001. cd c:\dev\go\src\runtime\cgo
  3002. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build224936542\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build224936542\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build224936542\\b002\\_x006.o" -c gcc_windows_amd64.c
  3003. cd c:\dev\go\src\runtime
  3004. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build224936542\\b009\\_pkg_.a" "C:\\Windows\\TEMP\\go-build224936542\\b009\\asm.o" "C:\\Windows\\TEMP\\go-build224936542\\b009\\asm_amd64.o" "C:\\Windows\\TEMP\\go-build224936542\\b009\\duff_amd64.o" "C:\\Windows\\TEMP\\go-build224936542\\b009\\memclr_amd64.o" "C:\\Windows\\TEMP\\go-build224936542\\b009\\memmove_amd64.o" "C:\\Windows\\TEMP\\go-build224936542\\b009\\rt0_windows_amd64.o" "C:\\Windows\\TEMP\\go-build224936542\\b009\\sys_windows_amd64.o" "C:\\Windows\\TEMP\\go-build224936542\\b009\\zcallback_windows.o" # internal
  3005. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build224936542\\b009\\_pkg_.a" # internal
  3006. mkdir -p $WORK\b008\
  3007. cat >$WORK\b008\importcfg << 'EOF' # internal
  3008. # import config
  3009. packagefile internal/race=$WORK\b006\_pkg_.a
  3010. packagefile runtime=$WORK\b009\_pkg_.a
  3011. packagefile sync/atomic=$WORK\b014\_pkg_.a
  3012. EOF
  3013. cd c:\dev\go\src\sync
  3014. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build224936542\\b008\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b008" -p sync -std -buildid VO8QQBGgcrCoj73mvF5A/VO8QQBGgcrCoj73mvF5A -D "" -importcfg "C:\\Windows\\TEMP\\go-build224936542\\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"
  3015. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build224936542\\b008\\_pkg_.a" # internal
  3016. mkdir -p $WORK\b004\
  3017. cat >$WORK\b004\importcfg << 'EOF' # internal
  3018. # import config
  3019. packagefile errors=$WORK\b005\_pkg_.a
  3020. packagefile internal/race=$WORK\b006\_pkg_.a
  3021. packagefile internal/syscall/windows/sysdll=$WORK\b007\_pkg_.a
  3022. packagefile sync=$WORK\b008\_pkg_.a
  3023. packagefile sync/atomic=$WORK\b014\_pkg_.a
  3024. packagefile unicode/utf16=$WORK\b015\_pkg_.a
  3025. EOF
  3026. cd c:\dev\go\src\syscall
  3027. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build224936542\\b004\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b004" -p syscall -std -buildid I7MByrFBA4lIjXOegNgP/I7MByrFBA4lIjXOegNgP -D "" -importcfg "C:\\Windows\\TEMP\\go-build224936542\\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"
  3028. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build224936542\\b004\\_pkg_.a" # internal
  3029. cd c:\dev\go\src\runtime\cgo
  3030. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build224936542\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build224936542\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build224936542\\b002\\_x007.o" -c gcc_amd64.S
  3031. cd $WORK\b002
  3032. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build224936542\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build224936542\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build224936542\\b002\\_cgo_main.o" -c _cgo_main.c
  3033. cd c:\dev\go\src\runtime\cgo
  3034. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build224936542\\b002=/tmp/go-build" -gno-record-gcc-switches -o "C:\\Windows\\TEMP\\go-build224936542\\b002\\_cgo_.o" "C:\\Windows\\TEMP\\go-build224936542\\b002\\_cgo_main.o" "C:\\Windows\\TEMP\\go-build224936542\\b002\\_x001.o" "C:\\Windows\\TEMP\\go-build224936542\\b002\\_x002.o" "C:\\Windows\\TEMP\\go-build224936542\\b002\\_x003.o" "C:\\Windows\\TEMP\\go-build224936542\\b002\\_x004.o" "C:\\Windows\\TEMP\\go-build224936542\\b002\\_x005.o" "C:\\Windows\\TEMP\\go-build224936542\\b002\\_x006.o" "C:\\Windows\\TEMP\\go-build224936542\\b002\\_x007.o" -g -O2
  3035. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -dynpackage cgo -dynimport "C:\\Windows\\TEMP\\go-build224936542\\b002\\_cgo_.o" -dynout "C:\\Windows\\TEMP\\go-build224936542\\b002\\_cgo_import.go" -dynlinker
  3036. cat >$WORK\b002\importcfg << 'EOF' # internal
  3037. # import config
  3038. EOF
  3039. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build224936542\\b002\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b002" -p runtime/cgo -std -buildid Co4SQ_995kMNKxWBmqFY/Co4SQ_995kMNKxWBmqFY -D "" -importcfg "C:\\Windows\\TEMP\\go-build224936542\\b002\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build224936542\\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-build224936542\\b002\\_cgo_gotypes.go" "C:\\Windows\\TEMP\\go-build224936542\\b002\\cgo.cgo1.go" "C:\\Windows\\TEMP\\go-build224936542\\b002\\_cgo_import.go"
  3040. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b002" -I "C:\\Windows\\TEMP\\go-build224936542\\b002\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build224936542\\b002\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\cgo\\asm_amd64.s"
  3041. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build224936542\\b002\\_pkg_.a" "C:\\Windows\\TEMP\\go-build224936542\\b002\\asm_amd64.o" "C:\\Windows\\TEMP\\go-build224936542\\b002\\_x001.o" "C:\\Windows\\TEMP\\go-build224936542\\b002\\_x002.o" "C:\\Windows\\TEMP\\go-build224936542\\b002\\_x003.o" "C:\\Windows\\TEMP\\go-build224936542\\b002\\_x004.o" "C:\\Windows\\TEMP\\go-build224936542\\b002\\_x005.o" "C:\\Windows\\TEMP\\go-build224936542\\b002\\_x006.o" "C:\\Windows\\TEMP\\go-build224936542\\b002\\_x007.o" # internal
  3042. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build224936542\\b002\\_pkg_.a" # internal
  3043. mkdir -p $WORK\b001\
  3044. cd C:\Windows\TEMP\gotest032418196
  3045. CGO_LDFLAGS='"-g" "-O2" "-LC:\\Windows\\TEMP\\gotest032418196\\ld flags"' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -objdir "C:\\Windows\\TEMP\\go-build224936542\\b001\\" -importpath command-line-arguments -- -I "C:\\Windows\\TEMP\\go-build224936542\\b001\\" -g -O2 "-IC:\\Windows\\TEMP\\gotest032418196\\c flags" "C:\\Windows\\TEMP\\gotest032418196\\main.go"
  3046. cd $WORK\b001
  3047. gcc -I "C:\\Windows\\TEMP\\gotest032418196" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build224936542\\b001=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build224936542\\b001\\" -g -O2 "-IC:\\Windows\\TEMP\\gotest032418196\\c flags" -o "C:\\Windows\\TEMP\\go-build224936542\\b001\\_x001.o" -c _cgo_export.c
  3048. gcc -I "C:\\Windows\\TEMP\\gotest032418196" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build224936542\\b001=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build224936542\\b001\\" -g -O2 "-IC:\\Windows\\TEMP\\gotest032418196\\c flags" -o "C:\\Windows\\TEMP\\go-build224936542\\b001\\_x002.o" -c main.cgo2.c
  3049. gcc -I "C:\\Windows\\TEMP\\gotest032418196" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build224936542\\b001=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build224936542\\b001\\" -g -O2 "-IC:\\Windows\\TEMP\\gotest032418196\\c flags" -o "C:\\Windows\\TEMP\\go-build224936542\\b001\\_cgo_main.o" -c _cgo_main.c
  3050. cd C:\Windows\TEMP\gotest032418196
  3051. gcc -I "C:\\Windows\\TEMP\\gotest032418196" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build224936542\\b001=/tmp/go-build" -gno-record-gcc-switches -o "C:\\Windows\\TEMP\\go-build224936542\\b001\\_cgo_.o" "C:\\Windows\\TEMP\\go-build224936542\\b001\\_cgo_main.o" "C:\\Windows\\TEMP\\go-build224936542\\b001\\_x001.o" "C:\\Windows\\TEMP\\go-build224936542\\b001\\_x002.o" -g -O2 "-LC:\\Windows\\TEMP\\gotest032418196\\ld flags"
  3052. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -dynpackage main -dynimport "C:\\Windows\\TEMP\\go-build224936542\\b001\\_cgo_.o" -dynout "C:\\Windows\\TEMP\\go-build224936542\\b001\\_cgo_import.go"
  3053. cat >$WORK\b001\importcfg << 'EOF' # internal
  3054. # import config
  3055. packagefile runtime/cgo=$WORK\b002\_pkg_.a
  3056. packagefile syscall=$WORK\b004\_pkg_.a
  3057. packagefile runtime=$WORK\b009\_pkg_.a
  3058. EOF
  3059. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build224936542\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build224936542\\b001" -p main -buildid Stw9zeQs1dMR5bu8WcrD/Stw9zeQs1dMR5bu8WcrD -dwarf=false -D _/C_/Windows/TEMP/gotest032418196 -importcfg "C:\\Windows\\TEMP\\go-build224936542\\b001\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\go-build224936542\\b001\\_cgo_gotypes.go" "C:\\Windows\\TEMP\\go-build224936542\\b001\\main.cgo1.go" "C:\\Windows\\TEMP\\go-build224936542\\b001\\_cgo_import.go"
  3060. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build224936542\\b001\\_pkg_.a" "C:\\Windows\\TEMP\\go-build224936542\\b001\\_x001.o" "C:\\Windows\\TEMP\\go-build224936542\\b001\\_x002.o" # internal
  3061. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build224936542\\b001\\_pkg_.a" # internal
  3062. cat >$WORK\b001\importcfg.link << 'EOF' # internal
  3063. packagefile command-line-arguments=$WORK\b001\_pkg_.a
  3064. packagefile runtime/cgo=$WORK\b002\_pkg_.a
  3065. packagefile syscall=$WORK\b004\_pkg_.a
  3066. packagefile runtime=$WORK\b009\_pkg_.a
  3067. packagefile errors=$WORK\b005\_pkg_.a
  3068. packagefile internal/race=$WORK\b006\_pkg_.a
  3069. packagefile internal/syscall/windows/sysdll=$WORK\b007\_pkg_.a
  3070. packagefile sync=$WORK\b008\_pkg_.a
  3071. packagefile sync/atomic=$WORK\b014\_pkg_.a
  3072. packagefile unicode/utf16=$WORK\b015\_pkg_.a
  3073. packagefile internal/bytealg=$WORK\b010\_pkg_.a
  3074. packagefile internal/cpu=$WORK\b011\_pkg_.a
  3075. packagefile runtime/internal/atomic=$WORK\b012\_pkg_.a
  3076. packagefile runtime/internal/sys=$WORK\b013\_pkg_.a
  3077. EOF
  3078. mkdir -p $WORK\b001\exe\
  3079. cd .
  3080. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "C:\\Windows\\TEMP\\go-build224936542\\b001\\exe\\main.exe" -importcfg "C:\\Windows\\TEMP\\go-build224936542\\b001\\importcfg.link" -s -w -buildmode=exe -buildid=L3fqPBjL-Xue1iC4gke6/Stw9zeQs1dMR5bu8WcrD/4-h3qGuisEhRx_RvMgo-/L3fqPBjL-Xue1iC4gke6 -extld=gcc "C:\\Windows\\TEMP\\go-build224936542\\b001\\_pkg_.a"
  3081. $WORK\b001\exe\main.exe
  3082.  
  3083. === RUN TestGoTestRaceCoverModeFailures
  3084. === PAUSE TestGoTestRaceCoverModeFailures
  3085. === RUN TestBuildIDContainsArchModeEnv
  3086. === RUN TestBuildIDContainsArchModeEnv/386
  3087. === RUN TestBuildIDContainsArchModeEnv/arm
  3088. --- FAIL: TestBuildIDContainsArchModeEnv (3.47s)
  3089. --- FAIL: TestBuildIDContainsArchModeEnv/386 (1.66s)
  3090. go_test.go:4762: running testgo [install mycmd]
  3091. go_test.go:4764: running testgo [list -f {{.Stale}}:{{.StaleReason}} mycmd]
  3092. go_test.go:4764: standard output:
  3093. go_test.go:4764: true:stale dependency: runtime
  3094.  
  3095. go_test.go:4764: wrong reason for Stale=true: "stale dependency: runtime", want "stale dependency: runtime/internal/sys"
  3096. --- FAIL: TestBuildIDContainsArchModeEnv/arm (1.81s)
  3097. go_test.go:4762: running testgo [install mycmd]
  3098. go_test.go:4764: running testgo [list -f {{.Stale}}:{{.StaleReason}} mycmd]
  3099. go_test.go:4764: standard output:
  3100. go_test.go:4764: true:stale dependency: runtime
  3101.  
  3102. go_test.go:4764: wrong reason for Stale=true: "stale dependency: runtime", want "stale dependency: runtime/internal/sys"
  3103. === RUN TestTestRegexps
  3104. --- PASS: TestTestRegexps (4.74s)
  3105. go_test.go:4787: running testgo [test -cpu=1 -run=X/Y -bench=X/Y -count=2 -v testregexp]
  3106. go_test.go:4787: standard output:
  3107. go_test.go:4787: === RUN TestX
  3108. === RUN TestX/Y
  3109. --- PASS: TestX (0.00s)
  3110. x_test.go:6: LOG: X running
  3111. --- PASS: TestX/Y (0.00s)
  3112. x_test.go:8: LOG: Y running
  3113. === RUN TestXX
  3114. --- PASS: TestXX (0.00s)
  3115. z_test.go:10: LOG: XX running
  3116. === RUN TestX
  3117. === RUN TestX/Y
  3118. --- PASS: TestX (0.00s)
  3119. x_test.go:6: LOG: X running
  3120. --- PASS: TestX/Y (0.00s)
  3121. x_test.go:8: LOG: Y running
  3122. === RUN TestXX
  3123. --- PASS: TestXX (0.00s)
  3124. z_test.go:10: LOG: XX running
  3125. goos: windows
  3126. goarch: amd64
  3127. pkg: testregexp
  3128. BenchmarkX/Y 2000000000 0.00 ns/op
  3129. --- BENCH: BenchmarkX/Y
  3130. x_test.go:15: LOG: Y running N=1
  3131. x_test.go:15: LOG: Y running N=100
  3132. x_test.go:15: LOG: Y running N=10000
  3133. x_test.go:15: LOG: Y running N=1000000
  3134. x_test.go:15: LOG: Y running N=100000000
  3135. x_test.go:15: LOG: Y running N=2000000000
  3136. BenchmarkX/Y 2000000000 0.00 ns/op
  3137. --- BENCH: BenchmarkX/Y
  3138. x_test.go:15: LOG: Y running N=1
  3139. x_test.go:15: LOG: Y running N=100
  3140. x_test.go:15: LOG: Y running N=10000
  3141. x_test.go:15: LOG: Y running N=1000000
  3142. x_test.go:15: LOG: Y running N=100000000
  3143. x_test.go:15: LOG: Y running N=2000000000
  3144. --- BENCH: BenchmarkX
  3145. x_test.go:13: LOG: X running N=1
  3146. --- BENCH: BenchmarkXX
  3147. z_test.go:18: LOG: XX running N=1
  3148. PASS
  3149. ok testregexp 0.027s
  3150.  
  3151. === RUN TestListTests
  3152. === RUN TestListTests/Test
  3153. === RUN TestListTests/Bench
  3154. === RUN TestListTests/Example1
  3155. === RUN TestListTests/Example2
  3156. --- PASS: TestListTests (18.49s)
  3157. --- PASS: TestListTests/Test (4.71s)
  3158. go_test.go:4848: running testgo [test ./testdata/src/testlist/... -list=Test]
  3159. go_test.go:4848: standard output:
  3160. go_test.go:4848: TestSimple
  3161. ok _/c_/dev/go/src/cmd/go/testdata/src/testlist 0.024s
  3162.  
  3163. --- PASS: TestListTests/Bench (4.42s)
  3164. go_test.go:4848: running testgo [test ./testdata/src/testlist/... -list=Benchmark]
  3165. go_test.go:4848: standard output:
  3166. go_test.go:4848: BenchmarkSimplefunc
  3167. ok _/c_/dev/go/src/cmd/go/testdata/src/testlist 0.023s
  3168.  
  3169. --- PASS: TestListTests/Example1 (4.70s)
  3170. go_test.go:4848: running testgo [test ./testdata/src/testlist/... -list=Example]
  3171. go_test.go:4848: standard output:
  3172. go_test.go:4848: ExampleSimple
  3173. ExampleWithEmptyOutput
  3174. ok _/c_/dev/go/src/cmd/go/testdata/src/testlist 0.027s
  3175.  
  3176. --- PASS: TestListTests/Example2 (4.67s)
  3177. go_test.go:4848: running testgo [test ./testdata/src/testlist/... -list=Example]
  3178. go_test.go:4848: standard output:
  3179. go_test.go:4848: ExampleSimple
  3180. ExampleWithEmptyOutput
  3181. ok _/c_/dev/go/src/cmd/go/testdata/src/testlist 0.023s
  3182.  
  3183. === RUN TestBuildmodePIE
  3184. --- SKIP: TestBuildmodePIE (0.00s)
  3185. go_test.go:4874: skipping test because buildmode=pie is not supported on windows/amd64
  3186. === RUN TestExecBuildX
  3187. --- SKIP: TestExecBuildX (0.00s)
  3188. go_test.go:4928: skipping because unix shell is not supported on windows
  3189. === RUN TestParallelNumber
  3190. === RUN TestParallelNumber/-1
  3191. === RUN TestParallelNumber/0
  3192. --- PASS: TestParallelNumber (9.25s)
  3193. --- PASS: TestParallelNumber/-1 (4.59s)
  3194. go_test.go:4980: running testgo [test -parallel -1 testdata/standalone_parallel_sub_test.go]
  3195. go_test.go:4980: standard output:
  3196. go_test.go:4980: testing: -parallel can only be given a positive integer
  3197. Usage of C:\Windows\TEMP\go-build401229290\b001\standalone_parallel_sub.test.exe:
  3198. -test.bench regexp
  3199. run only benchmarks matching regexp
  3200. -test.benchmem
  3201. print memory allocations for benchmarks
  3202. -test.benchtime d
  3203. run each benchmark for duration d (default 1s)
  3204. -test.blockprofile file
  3205. write a goroutine blocking profile to file
  3206. -test.blockprofilerate rate
  3207. set blocking profile rate (see runtime.SetBlockProfileRate) (default 1)
  3208. -test.count n
  3209. run tests and benchmarks n times (default 1)
  3210. -test.coverprofile file
  3211. write a coverage profile to file
  3212. -test.cpu list
  3213. comma-separated list of cpu counts to run each test with
  3214. -test.cpuprofile file
  3215. write a cpu profile to file
  3216. -test.failfast
  3217. do not start new tests after the first test failure
  3218. -test.list regexp
  3219. list tests, examples, and benchmarks matching regexp then exit
  3220. -test.memprofile file
  3221. write an allocation profile to file
  3222. -test.memprofilerate rate
  3223. set memory allocation profiling rate (see runtime.MemProfileRate)
  3224. -test.mutexprofile string
  3225. write a mutex contention profile to the named file after execution
  3226. -test.mutexprofilefraction int
  3227. if >= 0, calls runtime.SetMutexProfileFraction() (default 1)
  3228. -test.outputdir dir
  3229. write profiles to dir
  3230. -test.parallel n
  3231. run at most n tests in parallel (default 4)
  3232. -test.run regexp
  3233. run only tests and examples matching regexp
  3234. -test.short
  3235. run smaller test suite to save time
  3236. -test.testlogfile file
  3237. write test action log to file (for use only by cmd/go)
  3238. -test.timeout d
  3239. panic test binary after duration d (default 0, timeout disabled)
  3240. -test.trace file
  3241. write an execution trace to file
  3242. -test.v
  3243. verbose: print additional output
  3244. FAIL command-line-arguments 0.026s
  3245.  
  3246. go_test.go:4980: testgo failed as expected: exit status 1
  3247. --- PASS: TestParallelNumber/0 (4.66s)
  3248. go_test.go:4980: running testgo [test -parallel 0 testdata/standalone_parallel_sub_test.go]
  3249. go_test.go:4980: standard output:
  3250. go_test.go:4980: testing: -parallel can only be given a positive integer
  3251. Usage of C:\Windows\TEMP\go-build371822370\b001\standalone_parallel_sub.test.exe:
  3252. -test.bench regexp
  3253. run only benchmarks matching regexp
  3254. -test.benchmem
  3255. print memory allocations for benchmarks
  3256. -test.benchtime d
  3257. run each benchmark for duration d (default 1s)
  3258. -test.blockprofile file
  3259. write a goroutine blocking profile to file
  3260. -test.blockprofilerate rate
  3261. set blocking profile rate (see runtime.SetBlockProfileRate) (default 1)
  3262. -test.count n
  3263. run tests and benchmarks n times (default 1)
  3264. -test.coverprofile file
  3265. write a coverage profile to file
  3266. -test.cpu list
  3267. comma-separated list of cpu counts to run each test with
  3268. -test.cpuprofile file
  3269. write a cpu profile to file
  3270. -test.failfast
  3271. do not start new tests after the first test failure
  3272. -test.list regexp
  3273. list tests, examples, and benchmarks matching regexp then exit
  3274. -test.memprofile file
  3275. write an allocation profile to file
  3276. -test.memprofilerate rate
  3277. set memory allocation profiling rate (see runtime.MemProfileRate)
  3278. -test.mutexprofile string
  3279. write a mutex contention profile to the named file after execution
  3280. -test.mutexprofilefraction int
  3281. if >= 0, calls runtime.SetMutexProfileFraction() (default 1)
  3282. -test.outputdir dir
  3283. write profiles to dir
  3284. -test.parallel n
  3285. run at most n tests in parallel (default 4)
  3286. -test.run regexp
  3287. run only tests and examples matching regexp
  3288. -test.short
  3289. run smaller test suite to save time
  3290. -test.testlogfile file
  3291. write test action log to file (for use only by cmd/go)
  3292. -test.timeout d
  3293. panic test binary after duration d (default 0, timeout disabled)
  3294. -test.trace file
  3295. write an execution trace to file
  3296. -test.v
  3297. verbose: print additional output
  3298. FAIL command-line-arguments 0.023s
  3299.  
  3300. go_test.go:4980: testgo failed as expected: exit status 1
  3301. === RUN TestWrongGOOSErrorBeforeLoadError
  3302. --- PASS: TestWrongGOOSErrorBeforeLoadError (0.04s)
  3303. go_test.go:4991: running testgo [build exclude]
  3304. go_test.go:4991: standard error:
  3305. go_test.go:4991: cmd/go: unsupported GOOS/GOARCH pair windwos/amd64
  3306.  
  3307. go_test.go:4991: testgo failed as expected: exit status 2
  3308. === RUN TestUpxCompression
  3309. --- SKIP: TestUpxCompression (0.00s)
  3310. go_test.go:4997: skipping upx test on windows/amd64
  3311. === RUN TestGOTMPDIR
  3312. === PAUSE TestGOTMPDIR
  3313. === RUN TestBuildCache
  3314. === PAUSE TestBuildCache
  3315. === RUN TestCacheOutput
  3316. === PAUSE TestCacheOutput
  3317. === RUN TestCacheCoverage
  3318. === PAUSE TestCacheCoverage
  3319. === RUN TestIssue22588
  3320. === PAUSE TestIssue22588
  3321. === RUN TestIssue22531
  3322. === PAUSE TestIssue22531
  3323. === RUN TestIssue22596
  3324. === PAUSE TestIssue22596
  3325. === RUN TestTestCache
  3326. === PAUSE TestTestCache
  3327. === RUN TestTestCacheInputs
  3328. === PAUSE TestTestCacheInputs
  3329. === RUN TestNoCache
  3330. --- SKIP: TestNoCache (0.00s)
  3331. go_test.go:5440: no unwritable directories on windows
  3332. === RUN TestTestVet
  3333. === PAUSE TestTestVet
  3334. === RUN TestTestVetRebuild
  3335. === PAUSE TestTestVetRebuild
  3336. === RUN TestInstallDeps
  3337. === PAUSE TestInstallDeps
  3338. === RUN TestFmtLoadErrors
  3339. --- PASS: TestFmtLoadErrors (0.08s)
  3340. go_test.go:5586: running testgo [fmt does-not-exist]
  3341. go_test.go:5586: standard error:
  3342. go_test.go:5586: can't load package: package does-not-exist: cannot find package "does-not-exist" in any of:
  3343. c:\dev\go\src\does-not-exist (from $GOROOT)
  3344. c:\dev\go\src\cmd\go\testdata\src\does-not-exist (from $GOPATH)
  3345.  
  3346. go_test.go:5586: testgo failed as expected: exit status 1
  3347. go_test.go:5587: running testgo [fmt -n exclude]
  3348. go_test.go:5587: standard output:
  3349. go_test.go:5587: c:\dev\go\bin\gofmt.exe -l -w testdata\src\exclude\x.go
  3350. c:\dev\go\bin\gofmt.exe -l -w testdata\src\exclude\x_linux.go
  3351.  
  3352. === RUN TestRelativePkgdir
  3353. --- PASS: TestRelativePkgdir (1.47s)
  3354. go_test.go:5598: running testgo [build -i -pkgdir=. runtime]
  3355. === RUN TestGcflagsPatterns
  3356. --- FAIL: TestGcflagsPatterns (0.19s)
  3357. go_test.go:5607: running testgo [build -n -v -gcflags=
  3358. -e fmt]
  3359. go_test.go:5607: standard error:
  3360. go_test.go:5607:
  3361. #
  3362. # errors
  3363. #
  3364.  
  3365. errors
  3366. mkdir -p $WORK\b002\
  3367. cat >$WORK\b002\importcfg << 'EOF' # internal
  3368. # import config
  3369. EOF
  3370. cd c:\dev\go\src\errors
  3371. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b002\\_pkg_.a" -trimpath "$WORK\\b002" -p errors -std -complete -buildid mZFZl-2pH8TgAnGZBsRm/mZFZl-2pH8TgAnGZBsRm -D "" -importcfg "$WORK\\b002\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\errors\\errors.go"
  3372. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b002\\_pkg_.a" # internal
  3373.  
  3374. #
  3375. # internal/race
  3376. #
  3377.  
  3378. internal/race
  3379. mkdir -p $WORK\b005\
  3380. cat >$WORK\b005\importcfg << 'EOF' # internal
  3381. # import config
  3382. EOF
  3383. cd c:\dev\go\src\internal\race
  3384. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b005\\_pkg_.a" -trimpath "$WORK\\b005" -p internal/race -std -complete -buildid gVLWM_dbrEsNN2I1_QGm/gVLWM_dbrEsNN2I1_QGm -D "" -importcfg "$WORK\\b005\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\race\\doc.go" "c:\\dev\\go\\src\\internal\\race\\norace.go"
  3385. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b005\\_pkg_.a" # internal
  3386.  
  3387. #
  3388. # internal/cpu
  3389. #
  3390.  
  3391. internal/cpu
  3392. mkdir -p $WORK\b009\
  3393. cat >$WORK\b009\importcfg << 'EOF' # internal
  3394. # import config
  3395. EOF
  3396. cd c:\dev\go\src\internal\cpu
  3397. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b009\\_pkg_.a" -trimpath "$WORK\\b009" -p internal/cpu -std -+ -buildid 2t7gMi49e6h8mMJhqx9r/2t7gMi49e6h8mMJhqx9r -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"
  3398. "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"
  3399. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b009\\_pkg_.a" "$WORK\\b009\\cpu_x86.o" # internal
  3400. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b009\\_pkg_.a" # internal
  3401.  
  3402. #
  3403. # internal/bytealg
  3404. #
  3405.  
  3406. internal/bytealg
  3407. mkdir -p $WORK\b008\
  3408. cat >$WORK\b008\importcfg << 'EOF' # internal
  3409. # import config
  3410. packagefile internal/cpu=$WORK\b009\_pkg_.a
  3411. EOF
  3412. cd c:\dev\go\src\internal\bytealg
  3413. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b008\\_pkg_.a" -trimpath "$WORK\\b008" -p internal/bytealg -std -+ -buildid 6GtZaqXM-XFd4Rr0QSQP/6GtZaqXM-XFd4Rr0QSQP -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"
  3414. "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"
  3415. "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"
  3416. "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"
  3417. "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"
  3418. "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"
  3419. "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
  3420. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b008\\_pkg_.a" # internal
  3421.  
  3422. #
  3423. # runtime/internal/atomic
  3424. #
  3425.  
  3426. runtime/internal/atomic
  3427. mkdir -p $WORK\b010\
  3428. cat >$WORK\b010\importcfg << 'EOF' # internal
  3429. # import config
  3430. EOF
  3431. cd c:\dev\go\src\runtime\internal\atomic
  3432. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b010\\_pkg_.a" -trimpath "$WORK\\b010" -p runtime/internal/atomic -std -+ -buildid 5JosZ0wfGOZZnSG62kaG/5JosZ0wfGOZZnSG62kaG -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"
  3433. "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"
  3434. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b010\\_pkg_.a" "$WORK\\b010\\asm_amd64.o" # internal
  3435. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b010\\_pkg_.a" # internal
  3436.  
  3437. #
  3438. # runtime/internal/sys
  3439. #
  3440.  
  3441. runtime/internal/sys
  3442. mkdir -p $WORK\b011\
  3443. cat >$WORK\b011\importcfg << 'EOF' # internal
  3444. # import config
  3445. EOF
  3446. cd c:\dev\go\src\runtime\internal\sys
  3447. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b011\\_pkg_.a" -trimpath "$WORK\\b011" -p runtime/internal/sys -std -+ -complete -buildid ECgJnTp3Ml74YH0b_8O4/ECgJnTp3Ml74YH0b_8O4 -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"
  3448. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b011\\_pkg_.a" # internal
  3449.  
  3450. #
  3451. # runtime
  3452. #
  3453.  
  3454. runtime
  3455. mkdir -p $WORK\b007\
  3456. cat >$WORK\b007\importcfg << 'EOF' # internal
  3457. # import config
  3458. packagefile internal/bytealg=$WORK\b008\_pkg_.a
  3459. packagefile internal/cpu=$WORK\b009\_pkg_.a
  3460. packagefile runtime/internal/atomic=$WORK\b010\_pkg_.a
  3461. packagefile runtime/internal/sys=$WORK\b011\_pkg_.a
  3462. EOF
  3463. cd c:\dev\go\src\runtime
  3464. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b007\\_pkg_.a" -trimpath "$WORK\\b007" -p runtime -std -+ -buildid Jau1IxX4jsnmT_ST1sXT/Jau1IxX4jsnmT_ST1sXT -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"
  3465. "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"
  3466. "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"
  3467. "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"
  3468. "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"
  3469. "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"
  3470. "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"
  3471. "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"
  3472. "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"
  3473. "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
  3474. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b007\\_pkg_.a" # internal
  3475.  
  3476. #
  3477. # sync/atomic
  3478. #
  3479.  
  3480. sync/atomic
  3481. mkdir -p $WORK\b012\
  3482. cat >$WORK\b012\importcfg << 'EOF' # internal
  3483. # import config
  3484. EOF
  3485. cd c:\dev\go\src\sync\atomic
  3486. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b012\\_pkg_.a" -trimpath "$WORK\\b012" -p sync/atomic -std -buildid 8SoWXklL_uCVALIusWAI/8SoWXklL_uCVALIusWAI -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"
  3487. "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\\sync\\atomic\\asm_amd64.s"
  3488. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b012\\_pkg_.a" "$WORK\\b012\\asm_amd64.o" # internal
  3489. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b012\\_pkg_.a" # internal
  3490.  
  3491. #
  3492. # sync
  3493. #
  3494.  
  3495. sync
  3496. mkdir -p $WORK\b004\
  3497. cat >$WORK\b004\importcfg << 'EOF' # internal
  3498. # import config
  3499. packagefile internal/race=$WORK\b005\_pkg_.a
  3500. packagefile runtime=$WORK\b007\_pkg_.a
  3501. packagefile sync/atomic=$WORK\b012\_pkg_.a
  3502. EOF
  3503. cd c:\dev\go\src\sync
  3504. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b004\\_pkg_.a" -trimpath "$WORK\\b004" -p sync -std -buildid jkwU_iMHhZVMcH3TqQOT/jkwU_iMHhZVMcH3TqQOT -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"
  3505. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b004\\_pkg_.a" # internal
  3506.  
  3507. #
  3508. # io
  3509. #
  3510.  
  3511. io
  3512. mkdir -p $WORK\b003\
  3513. cat >$WORK\b003\importcfg << 'EOF' # internal
  3514. # import config
  3515. packagefile errors=$WORK\b002\_pkg_.a
  3516. packagefile sync=$WORK\b004\_pkg_.a
  3517. packagefile sync/atomic=$WORK\b012\_pkg_.a
  3518. EOF
  3519. cd c:\dev\go\src\io
  3520. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b003\\_pkg_.a" -trimpath "$WORK\\b003" -p io -std -complete -buildid gEaL91zT55sEbpZ6-_yd/gEaL91zT55sEbpZ6-_yd -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"
  3521. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b003\\_pkg_.a" # internal
  3522.  
  3523. #
  3524. # math
  3525. #
  3526.  
  3527. math
  3528. mkdir -p $WORK\b013\
  3529. cat >$WORK\b013\importcfg << 'EOF' # internal
  3530. # import config
  3531. packagefile internal/cpu=$WORK\b009\_pkg_.a
  3532. EOF
  3533. cd c:\dev\go\src\math
  3534. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b013\\_pkg_.a" -trimpath "$WORK\\b013" -p math -std -buildid S1_c7Lv0xmrxcx4B9r4k/S1_c7Lv0xmrxcx4B9r4k -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"
  3535. "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"
  3536. "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"
  3537. "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"
  3538. "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"
  3539. "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"
  3540. "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"
  3541. "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"
  3542. "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"
  3543. "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"
  3544. "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"
  3545. "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"
  3546. "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"
  3547. "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"
  3548. "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"
  3549. "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"
  3550. "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"
  3551. "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"
  3552. "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"
  3553. "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"
  3554. "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"
  3555. "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"
  3556. "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"
  3557. "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"
  3558. "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"
  3559. "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"
  3560. "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
  3561. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b013\\_pkg_.a" # internal
  3562.  
  3563. #
  3564. # internal/syscall/windows/sysdll
  3565. #
  3566.  
  3567. internal/syscall/windows/sysdll
  3568. mkdir -p $WORK\b017\
  3569. cat >$WORK\b017\importcfg << 'EOF' # internal
  3570. # import config
  3571. EOF
  3572. cd c:\dev\go\src\internal\syscall\windows\sysdll
  3573. "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 ve23V0Z7nDGXfoHKq8yE/ve23V0Z7nDGXfoHKq8yE -D "" -importcfg "$WORK\\b017\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\syscall\\windows\\sysdll\\sysdll.go"
  3574. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b017\\_pkg_.a" # internal
  3575.  
  3576. #
  3577. # unicode/utf16
  3578. #
  3579.  
  3580. unicode/utf16
  3581. mkdir -p $WORK\b019\
  3582. cat >$WORK\b019\importcfg << 'EOF' # internal
  3583. # import config
  3584. EOF
  3585. cd c:\dev\go\src\unicode\utf16
  3586. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b019\\_pkg_.a" -trimpath "$WORK\\b019" -p unicode/utf16 -std -complete -buildid bAmoq4QxInYmNHhFQBMt/bAmoq4QxInYmNHhFQBMt -D "" -importcfg "$WORK\\b019\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\utf16\\utf16.go"
  3587. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b019\\_pkg_.a" # internal
  3588.  
  3589. #
  3590. # syscall
  3591. #
  3592.  
  3593. syscall
  3594. mkdir -p $WORK\b018\
  3595. cat >$WORK\b018\importcfg << 'EOF' # internal
  3596. # import config
  3597. packagefile errors=$WORK\b002\_pkg_.a
  3598. packagefile internal/race=$WORK\b005\_pkg_.a
  3599. packagefile internal/syscall/windows/sysdll=$WORK\b017\_pkg_.a
  3600. packagefile sync=$WORK\b004\_pkg_.a
  3601. packagefile sync/atomic=$WORK\b012\_pkg_.a
  3602. packagefile unicode/utf16=$WORK\b019\_pkg_.a
  3603. EOF
  3604. cd c:\dev\go\src\syscall
  3605. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b018\\_pkg_.a" -trimpath "$WORK\\b018" -p syscall -std -buildid cV4f0SPwems4TdbhqX6F/cV4f0SPwems4TdbhqX6F -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"
  3606. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b018\\_pkg_.a" # internal
  3607.  
  3608. #
  3609. # internal/syscall/windows
  3610. #
  3611.  
  3612. internal/syscall/windows
  3613. mkdir -p $WORK\b016\
  3614. cat >$WORK\b016\importcfg << 'EOF' # internal
  3615. # import config
  3616. packagefile internal/syscall/windows/sysdll=$WORK\b017\_pkg_.a
  3617. packagefile sync=$WORK\b004\_pkg_.a
  3618. packagefile syscall=$WORK\b018\_pkg_.a
  3619. EOF
  3620. cd c:\dev\go\src\internal\syscall\windows
  3621. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b016\\_pkg_.a" -trimpath "$WORK\\b016" -p internal/syscall/windows -std -complete -buildid a-15eZ3sEQCQSB16GWbA/a-15eZ3sEQCQSB16GWbA -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"
  3622. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b016\\_pkg_.a" # internal
  3623.  
  3624. #
  3625. # internal/syscall/windows/registry
  3626. #
  3627.  
  3628. internal/syscall/windows/registry
  3629. mkdir -p $WORK\b021\
  3630. cat >$WORK\b021\importcfg << 'EOF' # internal
  3631. # import config
  3632. packagefile errors=$WORK\b002\_pkg_.a
  3633. packagefile internal/syscall/windows/sysdll=$WORK\b017\_pkg_.a
  3634. packagefile io=$WORK\b003\_pkg_.a
  3635. packagefile syscall=$WORK\b018\_pkg_.a
  3636. packagefile unicode/utf16=$WORK\b019\_pkg_.a
  3637. EOF
  3638. cd c:\dev\go\src\internal\syscall\windows\registry
  3639. "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 -cG_16DDHOeWssdpHyuT/-cG_16DDHOeWssdpHyuT -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"
  3640. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b021\\_pkg_.a" # internal
  3641.  
  3642. #
  3643. # time
  3644. #
  3645.  
  3646. time
  3647. mkdir -p $WORK\b020\
  3648. cat >$WORK\b020\importcfg << 'EOF' # internal
  3649. # import config
  3650. packagefile errors=$WORK\b002\_pkg_.a
  3651. packagefile internal/syscall/windows/registry=$WORK\b021\_pkg_.a
  3652. packagefile runtime=$WORK\b007\_pkg_.a
  3653. packagefile sync=$WORK\b004\_pkg_.a
  3654. packagefile syscall=$WORK\b018\_pkg_.a
  3655. EOF
  3656. cd c:\dev\go\src\time
  3657. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b020\\_pkg_.a" -trimpath "$WORK\\b020" -p time -std -buildid Ao5fLhhrmGhRN3YVrTxy/Ao5fLhhrmGhRN3YVrTxy -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"
  3658. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b020\\_pkg_.a" # internal
  3659.  
  3660. #
  3661. # unicode/utf8
  3662. #
  3663.  
  3664. unicode/utf8
  3665. mkdir -p $WORK\b022\
  3666. cat >$WORK\b022\importcfg << 'EOF' # internal
  3667. # import config
  3668. EOF
  3669. cd c:\dev\go\src\unicode\utf8
  3670. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b022\\_pkg_.a" -trimpath "$WORK\\b022" -p unicode/utf8 -std -complete -buildid ogsWtrdOUIEhKPAD0ADC/ogsWtrdOUIEhKPAD0ADC -D "" -importcfg "$WORK\\b022\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\utf8\\utf8.go"
  3671. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b022\\_pkg_.a" # internal
  3672.  
  3673. #
  3674. # internal/poll
  3675. #
  3676.  
  3677. internal/poll
  3678. mkdir -p $WORK\b015\
  3679. cat >$WORK\b015\importcfg << 'EOF' # internal
  3680. # import config
  3681. packagefile errors=$WORK\b002\_pkg_.a
  3682. packagefile internal/race=$WORK\b005\_pkg_.a
  3683. packagefile internal/syscall/windows=$WORK\b016\_pkg_.a
  3684. packagefile io=$WORK\b003\_pkg_.a
  3685. packagefile runtime=$WORK\b007\_pkg_.a
  3686. packagefile sync=$WORK\b004\_pkg_.a
  3687. packagefile sync/atomic=$WORK\b012\_pkg_.a
  3688. packagefile syscall=$WORK\b018\_pkg_.a
  3689. packagefile time=$WORK\b020\_pkg_.a
  3690. packagefile unicode/utf16=$WORK\b019\_pkg_.a
  3691. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  3692. EOF
  3693. cd c:\dev\go\src\internal\poll
  3694. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b015\\_pkg_.a" -trimpath "$WORK\\b015" -p internal/poll -std -buildid udslCDlf99m0sS4Hprai/udslCDlf99m0sS4Hprai -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"
  3695. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b015\\_pkg_.a" # internal
  3696.  
  3697. #
  3698. # internal/testlog
  3699. #
  3700.  
  3701. internal/testlog
  3702. mkdir -p $WORK\b023\
  3703. cat >$WORK\b023\importcfg << 'EOF' # internal
  3704. # import config
  3705. packagefile sync/atomic=$WORK\b012\_pkg_.a
  3706. EOF
  3707. cd c:\dev\go\src\internal\testlog
  3708. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b023\\_pkg_.a" -trimpath "$WORK\\b023" -p internal/testlog -std -complete -buildid 9_-Yd_3NItvTjqIqWCdW/9_-Yd_3NItvTjqIqWCdW -D "" -importcfg "$WORK\\b023\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\testlog\\log.go"
  3709. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b023\\_pkg_.a" # internal
  3710.  
  3711. #
  3712. # os
  3713. #
  3714.  
  3715. os
  3716. mkdir -p $WORK\b014\
  3717. cat >$WORK\b014\importcfg << 'EOF' # internal
  3718. # import config
  3719. packagefile errors=$WORK\b002\_pkg_.a
  3720. packagefile internal/poll=$WORK\b015\_pkg_.a
  3721. packagefile internal/syscall/windows=$WORK\b016\_pkg_.a
  3722. packagefile internal/testlog=$WORK\b023\_pkg_.a
  3723. packagefile io=$WORK\b003\_pkg_.a
  3724. packagefile runtime=$WORK\b007\_pkg_.a
  3725. packagefile sync=$WORK\b004\_pkg_.a
  3726. packagefile sync/atomic=$WORK\b012\_pkg_.a
  3727. packagefile syscall=$WORK\b018\_pkg_.a
  3728. packagefile time=$WORK\b020\_pkg_.a
  3729. packagefile unicode/utf16=$WORK\b019\_pkg_.a
  3730. EOF
  3731. cd c:\dev\go\src\os
  3732. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b014\\_pkg_.a" -trimpath "$WORK\\b014" -p os -std -buildid 1vZ0hrTuhFDMmDgAUijL/1vZ0hrTuhFDMmDgAUijL -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"
  3733. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b014\\_pkg_.a" # internal
  3734.  
  3735. #
  3736. # strconv
  3737. #
  3738.  
  3739. strconv
  3740. mkdir -p $WORK\b025\
  3741. cat >$WORK\b025\importcfg << 'EOF' # internal
  3742. # import config
  3743. packagefile errors=$WORK\b002\_pkg_.a
  3744. packagefile math=$WORK\b013\_pkg_.a
  3745. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  3746. EOF
  3747. cd c:\dev\go\src\strconv
  3748. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b025\\_pkg_.a" -trimpath "$WORK\\b025" -p strconv -std -complete -buildid yvTUez7UfngIk4Us18hB/yvTUez7UfngIk4Us18hB -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"
  3749. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b025\\_pkg_.a" # internal
  3750.  
  3751. #
  3752. # unicode
  3753. #
  3754.  
  3755. unicode
  3756. mkdir -p $WORK\b026\
  3757. cat >$WORK\b026\importcfg << 'EOF' # internal
  3758. # import config
  3759. EOF
  3760. cd c:\dev\go\src\unicode
  3761. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b026\\_pkg_.a" -trimpath "$WORK\\b026" -p unicode -std -complete -buildid 1x2KBvqovA6uiL-doSlC/1x2KBvqovA6uiL-doSlC -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"
  3762. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b026\\_pkg_.a" # internal
  3763.  
  3764. #
  3765. # reflect
  3766. #
  3767.  
  3768. reflect
  3769. mkdir -p $WORK\b024\
  3770. cat >$WORK\b024\importcfg << 'EOF' # internal
  3771. # import config
  3772. packagefile math=$WORK\b013\_pkg_.a
  3773. packagefile runtime=$WORK\b007\_pkg_.a
  3774. packagefile strconv=$WORK\b025\_pkg_.a
  3775. packagefile sync=$WORK\b004\_pkg_.a
  3776. packagefile unicode=$WORK\b026\_pkg_.a
  3777. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  3778. EOF
  3779. cd c:\dev\go\src\reflect
  3780. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b024\\_pkg_.a" -trimpath "$WORK\\b024" -p reflect -std -buildid P5OZij5A43jPPIs3J9dY/P5OZij5A43jPPIs3J9dY -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"
  3781. "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"
  3782. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b024\\_pkg_.a" "$WORK\\b024\\asm_amd64.o" # internal
  3783. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b024\\_pkg_.a" # internal
  3784.  
  3785. #
  3786. # fmt
  3787. #
  3788.  
  3789. fmt
  3790. mkdir -p $WORK\b001\
  3791. cat >$WORK\b001\importcfg << 'EOF' # internal
  3792. # import config
  3793. packagefile errors=$WORK\b002\_pkg_.a
  3794. packagefile io=$WORK\b003\_pkg_.a
  3795. packagefile math=$WORK\b013\_pkg_.a
  3796. packagefile os=$WORK\b014\_pkg_.a
  3797. packagefile reflect=$WORK\b024\_pkg_.a
  3798. packagefile strconv=$WORK\b025\_pkg_.a
  3799. packagefile sync=$WORK\b004\_pkg_.a
  3800. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  3801. EOF
  3802. cd c:\dev\go\src\fmt
  3803. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b001\\_pkg_.a" -trimpath "$WORK\\b001" -e -p fmt -std -complete -buildid 4nCrKSx0Mp1_MhURkXVg/4nCrKSx0Mp1_MhURkXVg -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"
  3804. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b001\\_pkg_.a" # internal
  3805.  
  3806. go_test.go:5609: incorrectly rebuilt reflect
  3807. go_test.go:5609: pattern ^# reflect found unexpectedly in standard error
  3808. === RUN TestGoTestMinusN
  3809. --- PASS: TestGoTestMinusN (0.24s)
  3810. go_test.go:5636: running testgo [test testdata/flag_test.go -n -args -v=7]
  3811. go_test.go:5636: standard error:
  3812. go_test.go:5636: mkdir -p $WORK\b001\
  3813.  
  3814. #
  3815. # errors
  3816. #
  3817.  
  3818. mkdir -p $WORK\b004\
  3819. cat >$WORK\b004\importcfg << 'EOF' # internal
  3820. # import config
  3821. EOF
  3822. cd c:\dev\go\src\errors
  3823. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b004\\_pkg_.a" -trimpath "$WORK\\b004" -p errors -std -complete -buildid mZFZl-2pH8TgAnGZBsRm/mZFZl-2pH8TgAnGZBsRm -D "" -importcfg "$WORK\\b004\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\errors\\errors.go"
  3824. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b004\\_pkg_.a" # internal
  3825.  
  3826. #
  3827. # internal/race
  3828. #
  3829.  
  3830. mkdir -p $WORK\b006\
  3831. cat >$WORK\b006\importcfg << 'EOF' # internal
  3832. # import config
  3833. EOF
  3834. cd c:\dev\go\src\internal\race
  3835. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b006\\_pkg_.a" -trimpath "$WORK\\b006" -p internal/race -std -complete -buildid gVLWM_dbrEsNN2I1_QGm/gVLWM_dbrEsNN2I1_QGm -D "" -importcfg "$WORK\\b006\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\race\\doc.go" "c:\\dev\\go\\src\\internal\\race\\norace.go"
  3836. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b006\\_pkg_.a" # internal
  3837.  
  3838. #
  3839. # internal/syscall/windows/sysdll
  3840. #
  3841.  
  3842. mkdir -p $WORK\b009\
  3843. cat >$WORK\b009\importcfg << 'EOF' # internal
  3844. # import config
  3845. EOF
  3846. cd c:\dev\go\src\internal\syscall\windows\sysdll
  3847. "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 ve23V0Z7nDGXfoHKq8yE/ve23V0Z7nDGXfoHKq8yE -D "" -importcfg "$WORK\\b009\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\syscall\\windows\\sysdll\\sysdll.go"
  3848. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b009\\_pkg_.a" # internal
  3849.  
  3850. #
  3851. # internal/cpu
  3852. #
  3853.  
  3854. mkdir -p $WORK\b013\
  3855. cat >$WORK\b013\importcfg << 'EOF' # internal
  3856. # import config
  3857. EOF
  3858. cd c:\dev\go\src\internal\cpu
  3859. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b013\\_pkg_.a" -trimpath "$WORK\\b013" -p internal/cpu -std -+ -buildid 2t7gMi49e6h8mMJhqx9r/2t7gMi49e6h8mMJhqx9r -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"
  3860. "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"
  3861. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b013\\_pkg_.a" "$WORK\\b013\\cpu_x86.o" # internal
  3862. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b013\\_pkg_.a" # internal
  3863.  
  3864. #
  3865. # internal/bytealg
  3866. #
  3867.  
  3868. mkdir -p $WORK\b012\
  3869. cat >$WORK\b012\importcfg << 'EOF' # internal
  3870. # import config
  3871. packagefile internal/cpu=$WORK\b013\_pkg_.a
  3872. EOF
  3873. cd c:\dev\go\src\internal\bytealg
  3874. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b012\\_pkg_.a" -trimpath "$WORK\\b012" -p internal/bytealg -std -+ -buildid 6GtZaqXM-XFd4Rr0QSQP/6GtZaqXM-XFd4Rr0QSQP -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"
  3875. "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"
  3876. "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"
  3877. "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"
  3878. "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"
  3879. "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"
  3880. "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
  3881. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b012\\_pkg_.a" # internal
  3882.  
  3883. #
  3884. # runtime/internal/atomic
  3885. #
  3886.  
  3887. mkdir -p $WORK\b014\
  3888. cat >$WORK\b014\importcfg << 'EOF' # internal
  3889. # import config
  3890. EOF
  3891. cd c:\dev\go\src\runtime\internal\atomic
  3892. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b014\\_pkg_.a" -trimpath "$WORK\\b014" -p runtime/internal/atomic -std -+ -buildid 5JosZ0wfGOZZnSG62kaG/5JosZ0wfGOZZnSG62kaG -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"
  3893. "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"
  3894. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b014\\_pkg_.a" "$WORK\\b014\\asm_amd64.o" # internal
  3895. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b014\\_pkg_.a" # internal
  3896.  
  3897. #
  3898. # runtime/internal/sys
  3899. #
  3900.  
  3901. mkdir -p $WORK\b015\
  3902. cat >$WORK\b015\importcfg << 'EOF' # internal
  3903. # import config
  3904. EOF
  3905. cd c:\dev\go\src\runtime\internal\sys
  3906. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b015\\_pkg_.a" -trimpath "$WORK\\b015" -p runtime/internal/sys -std -+ -complete -buildid ECgJnTp3Ml74YH0b_8O4/ECgJnTp3Ml74YH0b_8O4 -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"
  3907. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b015\\_pkg_.a" # internal
  3908.  
  3909. #
  3910. # runtime
  3911. #
  3912.  
  3913. mkdir -p $WORK\b011\
  3914. cat >$WORK\b011\importcfg << 'EOF' # internal
  3915. # import config
  3916. packagefile internal/bytealg=$WORK\b012\_pkg_.a
  3917. packagefile internal/cpu=$WORK\b013\_pkg_.a
  3918. packagefile runtime/internal/atomic=$WORK\b014\_pkg_.a
  3919. packagefile runtime/internal/sys=$WORK\b015\_pkg_.a
  3920. EOF
  3921. cd c:\dev\go\src\runtime
  3922. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b011\\_pkg_.a" -trimpath "$WORK\\b011" -p runtime -std -+ -buildid Jau1IxX4jsnmT_ST1sXT/Jau1IxX4jsnmT_ST1sXT -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"
  3923. "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"
  3924. "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"
  3925. "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"
  3926. "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"
  3927. "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"
  3928. "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"
  3929. "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"
  3930. "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"
  3931. "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
  3932. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b011\\_pkg_.a" # internal
  3933.  
  3934. #
  3935. # sync/atomic
  3936. #
  3937.  
  3938. mkdir -p $WORK\b016\
  3939. cat >$WORK\b016\importcfg << 'EOF' # internal
  3940. # import config
  3941. EOF
  3942. cd c:\dev\go\src\sync\atomic
  3943. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b016\\_pkg_.a" -trimpath "$WORK\\b016" -p sync/atomic -std -buildid 8SoWXklL_uCVALIusWAI/8SoWXklL_uCVALIusWAI -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"
  3944. "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_amd64.o" "c:\\dev\\go\\src\\sync\\atomic\\asm_amd64.s"
  3945. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b016\\_pkg_.a" "$WORK\\b016\\asm_amd64.o" # internal
  3946. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b016\\_pkg_.a" # internal
  3947.  
  3948. #
  3949. # sync
  3950. #
  3951.  
  3952. mkdir -p $WORK\b010\
  3953. cat >$WORK\b010\importcfg << 'EOF' # internal
  3954. # import config
  3955. packagefile internal/race=$WORK\b006\_pkg_.a
  3956. packagefile runtime=$WORK\b011\_pkg_.a
  3957. packagefile sync/atomic=$WORK\b016\_pkg_.a
  3958. EOF
  3959. cd c:\dev\go\src\sync
  3960. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b010\\_pkg_.a" -trimpath "$WORK\\b010" -p sync -std -buildid jkwU_iMHhZVMcH3TqQOT/jkwU_iMHhZVMcH3TqQOT -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"
  3961. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b010\\_pkg_.a" # internal
  3962.  
  3963. #
  3964. # unicode/utf16
  3965. #
  3966.  
  3967. mkdir -p $WORK\b018\
  3968. cat >$WORK\b018\importcfg << 'EOF' # internal
  3969. # import config
  3970. EOF
  3971. cd c:\dev\go\src\unicode\utf16
  3972. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b018\\_pkg_.a" -trimpath "$WORK\\b018" -p unicode/utf16 -std -complete -buildid bAmoq4QxInYmNHhFQBMt/bAmoq4QxInYmNHhFQBMt -D "" -importcfg "$WORK\\b018\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\utf16\\utf16.go"
  3973. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b018\\_pkg_.a" # internal
  3974.  
  3975. #
  3976. # syscall
  3977. #
  3978.  
  3979. mkdir -p $WORK\b017\
  3980. cat >$WORK\b017\importcfg << 'EOF' # internal
  3981. # import config
  3982. packagefile errors=$WORK\b004\_pkg_.a
  3983. packagefile internal/race=$WORK\b006\_pkg_.a
  3984. packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
  3985. packagefile sync=$WORK\b010\_pkg_.a
  3986. packagefile sync/atomic=$WORK\b016\_pkg_.a
  3987. packagefile unicode/utf16=$WORK\b018\_pkg_.a
  3988. EOF
  3989. cd c:\dev\go\src\syscall
  3990. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b017\\_pkg_.a" -trimpath "$WORK\\b017" -p syscall -std -buildid cV4f0SPwems4TdbhqX6F/cV4f0SPwems4TdbhqX6F -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"
  3991. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b017\\_pkg_.a" # internal
  3992.  
  3993. #
  3994. # internal/syscall/windows
  3995. #
  3996.  
  3997. mkdir -p $WORK\b008\
  3998. cat >$WORK\b008\importcfg << 'EOF' # internal
  3999. # import config
  4000. packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
  4001. packagefile sync=$WORK\b010\_pkg_.a
  4002. packagefile syscall=$WORK\b017\_pkg_.a
  4003. EOF
  4004. cd c:\dev\go\src\internal\syscall\windows
  4005. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b008\\_pkg_.a" -trimpath "$WORK\\b008" -p internal/syscall/windows -std -complete -buildid a-15eZ3sEQCQSB16GWbA/a-15eZ3sEQCQSB16GWbA -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"
  4006. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b008\\_pkg_.a" # internal
  4007.  
  4008. #
  4009. # io
  4010. #
  4011.  
  4012. mkdir -p $WORK\b019\
  4013. cat >$WORK\b019\importcfg << 'EOF' # internal
  4014. # import config
  4015. packagefile errors=$WORK\b004\_pkg_.a
  4016. packagefile sync=$WORK\b010\_pkg_.a
  4017. packagefile sync/atomic=$WORK\b016\_pkg_.a
  4018. EOF
  4019. cd c:\dev\go\src\io
  4020. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b019\\_pkg_.a" -trimpath "$WORK\\b019" -p io -std -complete -buildid gEaL91zT55sEbpZ6-_yd/gEaL91zT55sEbpZ6-_yd -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"
  4021. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b019\\_pkg_.a" # internal
  4022.  
  4023. #
  4024. # internal/syscall/windows/registry
  4025. #
  4026.  
  4027. mkdir -p $WORK\b021\
  4028. cat >$WORK\b021\importcfg << 'EOF' # internal
  4029. # import config
  4030. packagefile errors=$WORK\b004\_pkg_.a
  4031. packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
  4032. packagefile io=$WORK\b019\_pkg_.a
  4033. packagefile syscall=$WORK\b017\_pkg_.a
  4034. packagefile unicode/utf16=$WORK\b018\_pkg_.a
  4035. EOF
  4036. cd c:\dev\go\src\internal\syscall\windows\registry
  4037. "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 -cG_16DDHOeWssdpHyuT/-cG_16DDHOeWssdpHyuT -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"
  4038. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b021\\_pkg_.a" # internal
  4039.  
  4040. #
  4041. # time
  4042. #
  4043.  
  4044. mkdir -p $WORK\b020\
  4045. cat >$WORK\b020\importcfg << 'EOF' # internal
  4046. # import config
  4047. packagefile errors=$WORK\b004\_pkg_.a
  4048. packagefile internal/syscall/windows/registry=$WORK\b021\_pkg_.a
  4049. packagefile runtime=$WORK\b011\_pkg_.a
  4050. packagefile sync=$WORK\b010\_pkg_.a
  4051. packagefile syscall=$WORK\b017\_pkg_.a
  4052. EOF
  4053. cd c:\dev\go\src\time
  4054. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b020\\_pkg_.a" -trimpath "$WORK\\b020" -p time -std -buildid Ao5fLhhrmGhRN3YVrTxy/Ao5fLhhrmGhRN3YVrTxy -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"
  4055. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b020\\_pkg_.a" # internal
  4056.  
  4057. #
  4058. # unicode/utf8
  4059. #
  4060.  
  4061. mkdir -p $WORK\b022\
  4062. cat >$WORK\b022\importcfg << 'EOF' # internal
  4063. # import config
  4064. EOF
  4065. cd c:\dev\go\src\unicode\utf8
  4066. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b022\\_pkg_.a" -trimpath "$WORK\\b022" -p unicode/utf8 -std -complete -buildid ogsWtrdOUIEhKPAD0ADC/ogsWtrdOUIEhKPAD0ADC -D "" -importcfg "$WORK\\b022\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\utf8\\utf8.go"
  4067. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b022\\_pkg_.a" # internal
  4068.  
  4069. #
  4070. # internal/poll
  4071. #
  4072.  
  4073. mkdir -p $WORK\b005\
  4074. cat >$WORK\b005\importcfg << 'EOF' # internal
  4075. # import config
  4076. packagefile errors=$WORK\b004\_pkg_.a
  4077. packagefile internal/race=$WORK\b006\_pkg_.a
  4078. packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
  4079. packagefile io=$WORK\b019\_pkg_.a
  4080. packagefile runtime=$WORK\b011\_pkg_.a
  4081. packagefile sync=$WORK\b010\_pkg_.a
  4082. packagefile sync/atomic=$WORK\b016\_pkg_.a
  4083. packagefile syscall=$WORK\b017\_pkg_.a
  4084. packagefile time=$WORK\b020\_pkg_.a
  4085. packagefile unicode/utf16=$WORK\b018\_pkg_.a
  4086. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  4087. EOF
  4088. cd c:\dev\go\src\internal\poll
  4089. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b005\\_pkg_.a" -trimpath "$WORK\\b005" -p internal/poll -std -buildid udslCDlf99m0sS4Hprai/udslCDlf99m0sS4Hprai -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"
  4090. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b005\\_pkg_.a" # internal
  4091.  
  4092. #
  4093. # internal/testlog
  4094. #
  4095.  
  4096. mkdir -p $WORK\b023\
  4097. cat >$WORK\b023\importcfg << 'EOF' # internal
  4098. # import config
  4099. packagefile sync/atomic=$WORK\b016\_pkg_.a
  4100. EOF
  4101. cd c:\dev\go\src\internal\testlog
  4102. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b023\\_pkg_.a" -trimpath "$WORK\\b023" -p internal/testlog -std -complete -buildid 9_-Yd_3NItvTjqIqWCdW/9_-Yd_3NItvTjqIqWCdW -D "" -importcfg "$WORK\\b023\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\testlog\\log.go"
  4103. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b023\\_pkg_.a" # internal
  4104.  
  4105. #
  4106. # os
  4107. #
  4108.  
  4109. mkdir -p $WORK\b003\
  4110. cat >$WORK\b003\importcfg << 'EOF' # internal
  4111. # import config
  4112. packagefile errors=$WORK\b004\_pkg_.a
  4113. packagefile internal/poll=$WORK\b005\_pkg_.a
  4114. packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
  4115. packagefile internal/testlog=$WORK\b023\_pkg_.a
  4116. packagefile io=$WORK\b019\_pkg_.a
  4117. packagefile runtime=$WORK\b011\_pkg_.a
  4118. packagefile sync=$WORK\b010\_pkg_.a
  4119. packagefile sync/atomic=$WORK\b016\_pkg_.a
  4120. packagefile syscall=$WORK\b017\_pkg_.a
  4121. packagefile time=$WORK\b020\_pkg_.a
  4122. packagefile unicode/utf16=$WORK\b018\_pkg_.a
  4123. EOF
  4124. cd c:\dev\go\src\os
  4125. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b003\\_pkg_.a" -trimpath "$WORK\\b003" -p os -std -buildid 1vZ0hrTuhFDMmDgAUijL/1vZ0hrTuhFDMmDgAUijL -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"
  4126. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b003\\_pkg_.a" # internal
  4127.  
  4128. #
  4129. # unicode
  4130. #
  4131.  
  4132. mkdir -p $WORK\b026\
  4133. cat >$WORK\b026\importcfg << 'EOF' # internal
  4134. # import config
  4135. EOF
  4136. cd c:\dev\go\src\unicode
  4137. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b026\\_pkg_.a" -trimpath "$WORK\\b026" -p unicode -std -complete -buildid 1x2KBvqovA6uiL-doSlC/1x2KBvqovA6uiL-doSlC -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"
  4138. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b026\\_pkg_.a" # internal
  4139.  
  4140. #
  4141. # bytes
  4142. #
  4143.  
  4144. mkdir -p $WORK\b025\
  4145. cat >$WORK\b025\importcfg << 'EOF' # internal
  4146. # import config
  4147. packagefile errors=$WORK\b004\_pkg_.a
  4148. packagefile internal/bytealg=$WORK\b012\_pkg_.a
  4149. packagefile io=$WORK\b019\_pkg_.a
  4150. packagefile unicode=$WORK\b026\_pkg_.a
  4151. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  4152. EOF
  4153. cd c:\dev\go\src\bytes
  4154. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b025\\_pkg_.a" -trimpath "$WORK\\b025" -p bytes -std -buildid 8CUdkR2s_xQ2guv7avTe/8CUdkR2s_xQ2guv7avTe -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"
  4155. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b025\\_pkg_.a" # internal
  4156.  
  4157. #
  4158. # math
  4159. #
  4160.  
  4161. mkdir -p $WORK\b029\
  4162. cat >$WORK\b029\importcfg << 'EOF' # internal
  4163. # import config
  4164. packagefile internal/cpu=$WORK\b013\_pkg_.a
  4165. EOF
  4166. cd c:\dev\go\src\math
  4167. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b029\\_pkg_.a" -trimpath "$WORK\\b029" -p math -std -buildid S1_c7Lv0xmrxcx4B9r4k/S1_c7Lv0xmrxcx4B9r4k -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"
  4168. "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"
  4169. "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"
  4170. "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"
  4171. "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"
  4172. "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"
  4173. "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"
  4174. "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"
  4175. "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"
  4176. "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"
  4177. "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"
  4178. "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"
  4179. "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"
  4180. "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"
  4181. "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"
  4182. "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"
  4183. "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"
  4184. "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"
  4185. "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"
  4186. "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"
  4187. "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"
  4188. "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"
  4189. "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"
  4190. "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"
  4191. "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"
  4192. "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"
  4193. "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
  4194. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b029\\_pkg_.a" # internal
  4195.  
  4196. #
  4197. # strconv
  4198. #
  4199.  
  4200. mkdir -p $WORK\b031\
  4201. cat >$WORK\b031\importcfg << 'EOF' # internal
  4202. # import config
  4203. packagefile errors=$WORK\b004\_pkg_.a
  4204. packagefile math=$WORK\b029\_pkg_.a
  4205. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  4206. EOF
  4207. cd c:\dev\go\src\strconv
  4208. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b031\\_pkg_.a" -trimpath "$WORK\\b031" -p strconv -std -complete -buildid yvTUez7UfngIk4Us18hB/yvTUez7UfngIk4Us18hB -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"
  4209. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b031\\_pkg_.a" # internal
  4210.  
  4211. #
  4212. # reflect
  4213. #
  4214.  
  4215. mkdir -p $WORK\b030\
  4216. cat >$WORK\b030\importcfg << 'EOF' # internal
  4217. # import config
  4218. packagefile math=$WORK\b029\_pkg_.a
  4219. packagefile runtime=$WORK\b011\_pkg_.a
  4220. packagefile strconv=$WORK\b031\_pkg_.a
  4221. packagefile sync=$WORK\b010\_pkg_.a
  4222. packagefile unicode=$WORK\b026\_pkg_.a
  4223. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  4224. EOF
  4225. cd c:\dev\go\src\reflect
  4226. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b030\\_pkg_.a" -trimpath "$WORK\\b030" -p reflect -std -buildid P5OZij5A43jPPIs3J9dY/P5OZij5A43jPPIs3J9dY -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"
  4227. "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"
  4228. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b030\\_pkg_.a" "$WORK\\b030\\asm_amd64.o" # internal
  4229. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b030\\_pkg_.a" # internal
  4230.  
  4231. #
  4232. # fmt
  4233. #
  4234.  
  4235. mkdir -p $WORK\b028\
  4236. cat >$WORK\b028\importcfg << 'EOF' # internal
  4237. # import config
  4238. packagefile errors=$WORK\b004\_pkg_.a
  4239. packagefile io=$WORK\b019\_pkg_.a
  4240. packagefile math=$WORK\b029\_pkg_.a
  4241. packagefile os=$WORK\b003\_pkg_.a
  4242. packagefile reflect=$WORK\b030\_pkg_.a
  4243. packagefile strconv=$WORK\b031\_pkg_.a
  4244. packagefile sync=$WORK\b010\_pkg_.a
  4245. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  4246. EOF
  4247. cd c:\dev\go\src\fmt
  4248. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b028\\_pkg_.a" -trimpath "$WORK\\b028" -p fmt -std -complete -buildid vS2bcdPZcKxDdKu7WF60/vS2bcdPZcKxDdKu7WF60 -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"
  4249. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b028\\_pkg_.a" # internal
  4250.  
  4251. #
  4252. # sort
  4253. #
  4254.  
  4255. mkdir -p $WORK\b032\
  4256. cat >$WORK\b032\importcfg << 'EOF' # internal
  4257. # import config
  4258. packagefile reflect=$WORK\b030\_pkg_.a
  4259. EOF
  4260. cd c:\dev\go\src\sort
  4261. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b032\\_pkg_.a" -trimpath "$WORK\\b032" -p sort -std -complete -buildid PG4qoXpV_T7uTBXRDTca/PG4qoXpV_T7uTBXRDTca -D "" -importcfg "$WORK\\b032\\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"
  4262. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b032\\_pkg_.a" # internal
  4263.  
  4264. #
  4265. # strings
  4266. #
  4267.  
  4268. mkdir -p $WORK\b033\
  4269. cat >$WORK\b033\importcfg << 'EOF' # internal
  4270. # import config
  4271. packagefile errors=$WORK\b004\_pkg_.a
  4272. packagefile internal/bytealg=$WORK\b012\_pkg_.a
  4273. packagefile io=$WORK\b019\_pkg_.a
  4274. packagefile unicode=$WORK\b026\_pkg_.a
  4275. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  4276. EOF
  4277. cd c:\dev\go\src\strings
  4278. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b033\\_pkg_.a" -trimpath "$WORK\\b033" -p strings -std -buildid blRQDh-LnGf8a__JOoYM/blRQDh-LnGf8a__JOoYM -D "" -importcfg "$WORK\\b033\\importcfg" -pack -asmhdr "$WORK\\b033\\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"
  4279. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "$WORK\\b033" -I "$WORK\\b033\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "$WORK\\b033\\strings.o" "c:\\dev\\go\\src\\strings\\strings.s"
  4280. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b033\\_pkg_.a" "$WORK\\b033\\strings.o" # internal
  4281. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b033\\_pkg_.a" # internal
  4282.  
  4283. #
  4284. # flag
  4285. #
  4286.  
  4287. mkdir -p $WORK\b027\
  4288. cat >$WORK\b027\importcfg << 'EOF' # internal
  4289. # import config
  4290. packagefile errors=$WORK\b004\_pkg_.a
  4291. packagefile fmt=$WORK\b028\_pkg_.a
  4292. packagefile io=$WORK\b019\_pkg_.a
  4293. packagefile os=$WORK\b003\_pkg_.a
  4294. packagefile reflect=$WORK\b030\_pkg_.a
  4295. packagefile sort=$WORK\b032\_pkg_.a
  4296. packagefile strconv=$WORK\b031\_pkg_.a
  4297. packagefile strings=$WORK\b033\_pkg_.a
  4298. packagefile time=$WORK\b020\_pkg_.a
  4299. EOF
  4300. cd c:\dev\go\src\flag
  4301. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b027\\_pkg_.a" -trimpath "$WORK\\b027" -p flag -std -complete -buildid F4MGoj623LsiYqJ4GWpU/F4MGoj623LsiYqJ4GWpU -D "" -importcfg "$WORK\\b027\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\flag\\flag.go"
  4302. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b027\\_pkg_.a" # internal
  4303.  
  4304. #
  4305. # runtime/debug
  4306. #
  4307.  
  4308. mkdir -p $WORK\b034\
  4309. cat >$WORK\b034\importcfg << 'EOF' # internal
  4310. # import config
  4311. packagefile os=$WORK\b003\_pkg_.a
  4312. packagefile runtime=$WORK\b011\_pkg_.a
  4313. packagefile sort=$WORK\b032\_pkg_.a
  4314. packagefile time=$WORK\b020\_pkg_.a
  4315. EOF
  4316. cd c:\dev\go\src\runtime\debug
  4317. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b034\\_pkg_.a" -trimpath "$WORK\\b034" -p runtime/debug -std -buildid IiaHTIPWmAyxXrXjwu19/IiaHTIPWmAyxXrXjwu19 -D "" -importcfg "$WORK\\b034\\importcfg" -pack -asmhdr "$WORK\\b034\\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"
  4318. "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\\debug.o" "c:\\dev\\go\\src\\runtime\\debug\\debug.s"
  4319. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b034\\_pkg_.a" "$WORK\\b034\\debug.o" # internal
  4320. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b034\\_pkg_.a" # internal
  4321.  
  4322. #
  4323. # context
  4324. #
  4325.  
  4326. mkdir -p $WORK\b036\
  4327. cat >$WORK\b036\importcfg << 'EOF' # internal
  4328. # import config
  4329. packagefile errors=$WORK\b004\_pkg_.a
  4330. packagefile fmt=$WORK\b028\_pkg_.a
  4331. packagefile reflect=$WORK\b030\_pkg_.a
  4332. packagefile sync=$WORK\b010\_pkg_.a
  4333. packagefile time=$WORK\b020\_pkg_.a
  4334. EOF
  4335. cd c:\dev\go\src\context
  4336. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b036\\_pkg_.a" -trimpath "$WORK\\b036" -p context -std -complete -buildid JNgrKekqrVGqApZ8Ov1e/JNgrKekqrVGqApZ8Ov1e -D "" -importcfg "$WORK\\b036\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\context\\context.go"
  4337. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b036\\_pkg_.a" # internal
  4338.  
  4339. #
  4340. # runtime/trace
  4341. #
  4342.  
  4343. mkdir -p $WORK\b035\
  4344. cat >$WORK\b035\importcfg << 'EOF' # internal
  4345. # import config
  4346. packagefile context=$WORK\b036\_pkg_.a
  4347. packagefile fmt=$WORK\b028\_pkg_.a
  4348. packagefile io=$WORK\b019\_pkg_.a
  4349. packagefile runtime=$WORK\b011\_pkg_.a
  4350. packagefile sync=$WORK\b010\_pkg_.a
  4351. packagefile sync/atomic=$WORK\b016\_pkg_.a
  4352. EOF
  4353. cd c:\dev\go\src\runtime\trace
  4354. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b035\\_pkg_.a" -trimpath "$WORK\\b035" -p runtime/trace -std -buildid zVX2RESTukZwvPqQDH62/zVX2RESTukZwvPqQDH62 -D "" -importcfg "$WORK\\b035\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\runtime\\trace\\annotation.go" "c:\\dev\\go\\src\\runtime\\trace\\trace.go"
  4355. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b035\\_pkg_.a" # internal
  4356.  
  4357. #
  4358. # testing
  4359. #
  4360.  
  4361. mkdir -p $WORK\b024\
  4362. cat >$WORK\b024\importcfg << 'EOF' # internal
  4363. # import config
  4364. packagefile bytes=$WORK\b025\_pkg_.a
  4365. packagefile errors=$WORK\b004\_pkg_.a
  4366. packagefile flag=$WORK\b027\_pkg_.a
  4367. packagefile fmt=$WORK\b028\_pkg_.a
  4368. packagefile internal/race=$WORK\b006\_pkg_.a
  4369. packagefile io=$WORK\b019\_pkg_.a
  4370. packagefile os=$WORK\b003\_pkg_.a
  4371. packagefile runtime=$WORK\b011\_pkg_.a
  4372. packagefile runtime/debug=$WORK\b034\_pkg_.a
  4373. packagefile runtime/trace=$WORK\b035\_pkg_.a
  4374. packagefile sort=$WORK\b032\_pkg_.a
  4375. packagefile strconv=$WORK\b031\_pkg_.a
  4376. packagefile strings=$WORK\b033\_pkg_.a
  4377. packagefile sync=$WORK\b010\_pkg_.a
  4378. packagefile sync/atomic=$WORK\b016\_pkg_.a
  4379. packagefile time=$WORK\b020\_pkg_.a
  4380. EOF
  4381. cd c:\dev\go\src\testing
  4382. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b024\\_pkg_.a" -trimpath "$WORK\\b024" -p testing -std -complete -buildid HUAT5BcMc8MLXlqnR_ek/HUAT5BcMc8MLXlqnR_ek -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"
  4383. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b024\\_pkg_.a" # internal
  4384.  
  4385. #
  4386. # bufio
  4387. #
  4388.  
  4389. mkdir -p $WORK\b038\
  4390. cat >$WORK\b038\importcfg << 'EOF' # internal
  4391. # import config
  4392. packagefile bytes=$WORK\b025\_pkg_.a
  4393. packagefile errors=$WORK\b004\_pkg_.a
  4394. packagefile io=$WORK\b019\_pkg_.a
  4395. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  4396. EOF
  4397. cd c:\dev\go\src\bufio
  4398. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b038\\_pkg_.a" -trimpath "$WORK\\b038" -p bufio -std -complete -buildid XynAXYhimWETlNLalr3C/XynAXYhimWETlNLalr3C -D "" -importcfg "$WORK\\b038\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\bufio\\bufio.go" "c:\\dev\\go\\src\\bufio\\scan.go"
  4399. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b038\\_pkg_.a" # internal
  4400.  
  4401. #
  4402. # regexp/syntax
  4403. #
  4404.  
  4405. mkdir -p $WORK\b040\
  4406. cat >$WORK\b040\importcfg << 'EOF' # internal
  4407. # import config
  4408. packagefile sort=$WORK\b032\_pkg_.a
  4409. packagefile strconv=$WORK\b031\_pkg_.a
  4410. packagefile strings=$WORK\b033\_pkg_.a
  4411. packagefile unicode=$WORK\b026\_pkg_.a
  4412. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  4413. EOF
  4414. cd c:\dev\go\src\regexp\syntax
  4415. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b040\\_pkg_.a" -trimpath "$WORK\\b040" -p regexp/syntax -std -complete -buildid JvlJ_5PgjHWQcLwiLCY4/JvlJ_5PgjHWQcLwiLCY4 -D "" -importcfg "$WORK\\b040\\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"
  4416. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b040\\_pkg_.a" # internal
  4417.  
  4418. #
  4419. # regexp
  4420. #
  4421.  
  4422. mkdir -p $WORK\b039\
  4423. cat >$WORK\b039\importcfg << 'EOF' # internal
  4424. # import config
  4425. packagefile bytes=$WORK\b025\_pkg_.a
  4426. packagefile io=$WORK\b019\_pkg_.a
  4427. packagefile regexp/syntax=$WORK\b040\_pkg_.a
  4428. packagefile sort=$WORK\b032\_pkg_.a
  4429. packagefile strconv=$WORK\b031\_pkg_.a
  4430. packagefile strings=$WORK\b033\_pkg_.a
  4431. packagefile sync=$WORK\b010\_pkg_.a
  4432. packagefile unicode=$WORK\b026\_pkg_.a
  4433. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  4434. EOF
  4435. cd c:\dev\go\src\regexp
  4436. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b039\\_pkg_.a" -trimpath "$WORK\\b039" -p regexp -std -complete -buildid uWobCorg2dqWQYYt_TA0/uWobCorg2dqWQYYt_TA0 -D "" -importcfg "$WORK\\b039\\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"
  4437. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b039\\_pkg_.a" # internal
  4438.  
  4439. #
  4440. # math/bits
  4441. #
  4442.  
  4443. mkdir -p $WORK\b044\
  4444. cat >$WORK\b044\importcfg << 'EOF' # internal
  4445. # import config
  4446. EOF
  4447. cd c:\dev\go\src\math\bits
  4448. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b044\\_pkg_.a" -trimpath "$WORK\\b044" -p math/bits -std -complete -buildid rxQ7cqWw9MdpsuEd4IEq/rxQ7cqWw9MdpsuEd4IEq -D "" -importcfg "$WORK\\b044\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\math\\bits\\bits.go" "c:\\dev\\go\\src\\math\\bits\\bits_tables.go"
  4449. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b044\\_pkg_.a" # internal
  4450.  
  4451. #
  4452. # compress/flate
  4453. #
  4454.  
  4455. mkdir -p $WORK\b043\
  4456. cat >$WORK\b043\importcfg << 'EOF' # internal
  4457. # import config
  4458. packagefile bufio=$WORK\b038\_pkg_.a
  4459. packagefile fmt=$WORK\b028\_pkg_.a
  4460. packagefile io=$WORK\b019\_pkg_.a
  4461. packagefile math=$WORK\b029\_pkg_.a
  4462. packagefile math/bits=$WORK\b044\_pkg_.a
  4463. packagefile sort=$WORK\b032\_pkg_.a
  4464. packagefile strconv=$WORK\b031\_pkg_.a
  4465. packagefile sync=$WORK\b010\_pkg_.a
  4466. EOF
  4467. cd c:\dev\go\src\compress\flate
  4468. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b043\\_pkg_.a" -trimpath "$WORK\\b043" -p compress/flate -std -complete -buildid 5BoSYS7TW83n4FUS4DC3/5BoSYS7TW83n4FUS4DC3 -D "" -importcfg "$WORK\\b043\\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"
  4469. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b043\\_pkg_.a" # internal
  4470.  
  4471. #
  4472. # encoding/binary
  4473. #
  4474.  
  4475. mkdir -p $WORK\b045\
  4476. cat >$WORK\b045\importcfg << 'EOF' # internal
  4477. # import config
  4478. packagefile errors=$WORK\b004\_pkg_.a
  4479. packagefile io=$WORK\b019\_pkg_.a
  4480. packagefile math=$WORK\b029\_pkg_.a
  4481. packagefile reflect=$WORK\b030\_pkg_.a
  4482. EOF
  4483. cd c:\dev\go\src\encoding\binary
  4484. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b045\\_pkg_.a" -trimpath "$WORK\\b045" -p encoding/binary -std -complete -buildid 73y3PEUoW_w1l3m8MXe4/73y3PEUoW_w1l3m8MXe4 -D "" -importcfg "$WORK\\b045\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\encoding\\binary\\binary.go" "c:\\dev\\go\\src\\encoding\\binary\\varint.go"
  4485. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b045\\_pkg_.a" # internal
  4486.  
  4487. #
  4488. # hash
  4489. #
  4490.  
  4491. mkdir -p $WORK\b047\
  4492. cat >$WORK\b047\importcfg << 'EOF' # internal
  4493. # import config
  4494. packagefile io=$WORK\b019\_pkg_.a
  4495. EOF
  4496. cd c:\dev\go\src\hash
  4497. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b047\\_pkg_.a" -trimpath "$WORK\\b047" -p hash -std -complete -buildid 0genM_lB00i4a-ewGhK_/0genM_lB00i4a-ewGhK_ -D "" -importcfg "$WORK\\b047\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\hash\\hash.go"
  4498. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b047\\_pkg_.a" # internal
  4499.  
  4500. #
  4501. # hash/crc32
  4502. #
  4503.  
  4504. mkdir -p $WORK\b046\
  4505. cat >$WORK\b046\importcfg << 'EOF' # internal
  4506. # import config
  4507. packagefile errors=$WORK\b004\_pkg_.a
  4508. packagefile hash=$WORK\b047\_pkg_.a
  4509. packagefile internal/cpu=$WORK\b013\_pkg_.a
  4510. packagefile sync=$WORK\b010\_pkg_.a
  4511. EOF
  4512. cd c:\dev\go\src\hash\crc32
  4513. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b046\\_pkg_.a" -trimpath "$WORK\\b046" -p hash/crc32 -std -buildid Xj2pnT1xRKgcYgiyX64A/Xj2pnT1xRKgcYgiyX64A -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"
  4514. "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"
  4515. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b046\\_pkg_.a" "$WORK\\b046\\crc32_amd64.o" # internal
  4516. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b046\\_pkg_.a" # internal
  4517.  
  4518. #
  4519. # compress/gzip
  4520. #
  4521.  
  4522. mkdir -p $WORK\b042\
  4523. cat >$WORK\b042\importcfg << 'EOF' # internal
  4524. # import config
  4525. packagefile bufio=$WORK\b038\_pkg_.a
  4526. packagefile compress/flate=$WORK\b043\_pkg_.a
  4527. packagefile encoding/binary=$WORK\b045\_pkg_.a
  4528. packagefile errors=$WORK\b004\_pkg_.a
  4529. packagefile fmt=$WORK\b028\_pkg_.a
  4530. packagefile hash/crc32=$WORK\b046\_pkg_.a
  4531. packagefile io=$WORK\b019\_pkg_.a
  4532. packagefile time=$WORK\b020\_pkg_.a
  4533. EOF
  4534. cd c:\dev\go\src\compress\gzip
  4535. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b042\\_pkg_.a" -trimpath "$WORK\\b042" -p compress/gzip -std -complete -buildid MqWkTPI7egIsddjBsM7-/MqWkTPI7egIsddjBsM7- -D "" -importcfg "$WORK\\b042\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\compress\\gzip\\gunzip.go" "c:\\dev\\go\\src\\compress\\gzip\\gzip.go"
  4536. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b042\\_pkg_.a" # internal
  4537.  
  4538. #
  4539. # path/filepath
  4540. #
  4541.  
  4542. mkdir -p $WORK\b049\
  4543. cat >$WORK\b049\importcfg << 'EOF' # internal
  4544. # import config
  4545. packagefile errors=$WORK\b004\_pkg_.a
  4546. packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
  4547. packagefile os=$WORK\b003\_pkg_.a
  4548. packagefile runtime=$WORK\b011\_pkg_.a
  4549. packagefile sort=$WORK\b032\_pkg_.a
  4550. packagefile strings=$WORK\b033\_pkg_.a
  4551. packagefile syscall=$WORK\b017\_pkg_.a
  4552. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  4553. EOF
  4554. cd c:\dev\go\src\path\filepath
  4555. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b049\\_pkg_.a" -trimpath "$WORK\\b049" -p path/filepath -std -complete -buildid 0G3DiqDHqouJ1cnLAMMf/0G3DiqDHqouJ1cnLAMMf -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"
  4556. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b049\\_pkg_.a" # internal
  4557.  
  4558. #
  4559. # io/ioutil
  4560. #
  4561.  
  4562. mkdir -p $WORK\b048\
  4563. cat >$WORK\b048\importcfg << 'EOF' # internal
  4564. # import config
  4565. packagefile bytes=$WORK\b025\_pkg_.a
  4566. packagefile io=$WORK\b019\_pkg_.a
  4567. packagefile os=$WORK\b003\_pkg_.a
  4568. packagefile path/filepath=$WORK\b049\_pkg_.a
  4569. packagefile sort=$WORK\b032\_pkg_.a
  4570. packagefile strconv=$WORK\b031\_pkg_.a
  4571. packagefile strings=$WORK\b033\_pkg_.a
  4572. packagefile sync=$WORK\b010\_pkg_.a
  4573. packagefile time=$WORK\b020\_pkg_.a
  4574. EOF
  4575. cd c:\dev\go\src\io\ioutil
  4576. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b048\\_pkg_.a" -trimpath "$WORK\\b048" -p io/ioutil -std -complete -buildid XFz9VvBEUaONtt0RHXE4/XFz9VvBEUaONtt0RHXE4 -D "" -importcfg "$WORK\\b048\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\io\\ioutil\\ioutil.go" "c:\\dev\\go\\src\\io\\ioutil\\tempfile.go"
  4577. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b048\\_pkg_.a" # internal
  4578.  
  4579. #
  4580. # text/tabwriter
  4581. #
  4582.  
  4583. mkdir -p $WORK\b050\
  4584. cat >$WORK\b050\importcfg << 'EOF' # internal
  4585. # import config
  4586. packagefile io=$WORK\b019\_pkg_.a
  4587. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  4588. EOF
  4589. cd c:\dev\go\src\text\tabwriter
  4590. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b050\\_pkg_.a" -trimpath "$WORK\\b050" -p text/tabwriter -std -complete -buildid emw2VzZ1WgkaGNp_cUBT/emw2VzZ1WgkaGNp_cUBT -D "" -importcfg "$WORK\\b050\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\text\\tabwriter\\tabwriter.go"
  4591. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b050\\_pkg_.a" # internal
  4592.  
  4593. #
  4594. # runtime/pprof
  4595. #
  4596.  
  4597. mkdir -p $WORK\b041\
  4598. cat >$WORK\b041\importcfg << 'EOF' # internal
  4599. # import config
  4600. packagefile bufio=$WORK\b038\_pkg_.a
  4601. packagefile bytes=$WORK\b025\_pkg_.a
  4602. packagefile compress/gzip=$WORK\b042\_pkg_.a
  4603. packagefile context=$WORK\b036\_pkg_.a
  4604. packagefile encoding/binary=$WORK\b045\_pkg_.a
  4605. packagefile errors=$WORK\b004\_pkg_.a
  4606. packagefile fmt=$WORK\b028\_pkg_.a
  4607. packagefile io=$WORK\b019\_pkg_.a
  4608. packagefile io/ioutil=$WORK\b048\_pkg_.a
  4609. packagefile math=$WORK\b029\_pkg_.a
  4610. packagefile os=$WORK\b003\_pkg_.a
  4611. packagefile runtime=$WORK\b011\_pkg_.a
  4612. packagefile sort=$WORK\b032\_pkg_.a
  4613. packagefile strconv=$WORK\b031\_pkg_.a
  4614. packagefile strings=$WORK\b033\_pkg_.a
  4615. packagefile sync=$WORK\b010\_pkg_.a
  4616. packagefile text/tabwriter=$WORK\b050\_pkg_.a
  4617. packagefile time=$WORK\b020\_pkg_.a
  4618. EOF
  4619. cd c:\dev\go\src\runtime\pprof
  4620. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b041\\_pkg_.a" -trimpath "$WORK\\b041" -p runtime/pprof -std -buildid Bm1f4yAIsZR-eKr6yYll/Bm1f4yAIsZR-eKr6yYll -D "" -importcfg "$WORK\\b041\\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"
  4621. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b041\\_pkg_.a" # internal
  4622.  
  4623. #
  4624. # testing/internal/testdeps
  4625. #
  4626.  
  4627. mkdir -p $WORK\b037\
  4628. cat >$WORK\b037\importcfg << 'EOF' # internal
  4629. # import config
  4630. packagefile bufio=$WORK\b038\_pkg_.a
  4631. packagefile internal/testlog=$WORK\b023\_pkg_.a
  4632. packagefile io=$WORK\b019\_pkg_.a
  4633. packagefile regexp=$WORK\b039\_pkg_.a
  4634. packagefile runtime/pprof=$WORK\b041\_pkg_.a
  4635. packagefile strings=$WORK\b033\_pkg_.a
  4636. packagefile sync=$WORK\b010\_pkg_.a
  4637. EOF
  4638. cd c:\dev\go\src\testing\internal\testdeps
  4639. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b037\\_pkg_.a" -trimpath "$WORK\\b037" -p testing/internal/testdeps -std -complete -buildid PwDsr9VM5WtgWXdDJqG3/PwDsr9VM5WtgWXdDJqG3 -D "" -importcfg "$WORK\\b037\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\testing\\internal\\testdeps\\deps.go"
  4640. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b037\\_pkg_.a" # internal
  4641.  
  4642. #
  4643. # log
  4644. #
  4645.  
  4646. mkdir -p $WORK\b052\
  4647. cat >$WORK\b052\importcfg << 'EOF' # internal
  4648. # import config
  4649. packagefile fmt=$WORK\b028\_pkg_.a
  4650. packagefile io=$WORK\b019\_pkg_.a
  4651. packagefile os=$WORK\b003\_pkg_.a
  4652. packagefile runtime=$WORK\b011\_pkg_.a
  4653. packagefile sync=$WORK\b010\_pkg_.a
  4654. packagefile time=$WORK\b020\_pkg_.a
  4655. EOF
  4656. cd c:\dev\go\src\log
  4657. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b052\\_pkg_.a" -trimpath "$WORK\\b052" -p log -std -complete -buildid dXd3VwVDD7brAuSDBdn1/dXd3VwVDD7brAuSDBdn1 -D "" -importcfg "$WORK\\b052\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\log\\log.go"
  4658. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b052\\_pkg_.a" # internal
  4659.  
  4660. #
  4661. # command-line-arguments_test
  4662. #
  4663.  
  4664. mkdir -p $WORK\b051\
  4665. cat >$WORK\b051\importcfg << 'EOF' # internal
  4666. # import config
  4667. packagefile flag=$WORK\b027\_pkg_.a
  4668. packagefile log=$WORK\b052\_pkg_.a
  4669. packagefile testing=$WORK\b024\_pkg_.a
  4670. EOF
  4671. cd c:\dev\go\src\cmd\go\testdata
  4672. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b051\\_pkg_.a" -trimpath "$WORK\\b051" -p command-line-arguments_test -complete -buildid nCrTpfuRnaAn-S-qBFEn/nCrTpfuRnaAn-S-qBFEn -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"
  4673. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b051\\_pkg_.a" # internal
  4674.  
  4675. #
  4676. # command-line-arguments (testmain)
  4677. #
  4678.  
  4679. cat >$WORK\b001\importcfg << 'EOF' # internal
  4680. # import config
  4681. packagefile os=$WORK\b003\_pkg_.a
  4682. packagefile testing=$WORK\b024\_pkg_.a
  4683. packagefile testing/internal/testdeps=$WORK\b037\_pkg_.a
  4684. packagefile runtime=$WORK\b011\_pkg_.a
  4685. packagefile command-line-arguments_test=$WORK\b051\_pkg_.a
  4686. EOF
  4687. cd $WORK\b001\
  4688. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b001\\_pkg_.a" -trimpath "$WORK\\b001" -p main -complete -buildid q6kZOO2Wo5sNQo_Hwt4V/q6kZOO2Wo5sNQo_Hwt4V -dwarf=false -D "" -importcfg "$WORK\\b001\\importcfg" -pack -c=4 "$WORK\\b001\\_testmain.go"
  4689. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b001\\_pkg_.a" # internal
  4690. cat >$WORK\b001\importcfg.link << 'EOF' # internal
  4691. packagefile command-line-arguments (testmain)=$WORK\b001\_pkg_.a
  4692. packagefile os=$WORK\b003\_pkg_.a
  4693. packagefile testing=$WORK\b024\_pkg_.a
  4694. packagefile testing/internal/testdeps=$WORK\b037\_pkg_.a
  4695. packagefile runtime=$WORK\b011\_pkg_.a
  4696. packagefile command-line-arguments_test=$WORK\b051\_pkg_.a
  4697. packagefile errors=$WORK\b004\_pkg_.a
  4698. packagefile internal/poll=$WORK\b005\_pkg_.a
  4699. packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
  4700. packagefile internal/testlog=$WORK\b023\_pkg_.a
  4701. packagefile io=$WORK\b019\_pkg_.a
  4702. packagefile sync=$WORK\b010\_pkg_.a
  4703. packagefile sync/atomic=$WORK\b016\_pkg_.a
  4704. packagefile syscall=$WORK\b017\_pkg_.a
  4705. packagefile time=$WORK\b020\_pkg_.a
  4706. packagefile unicode/utf16=$WORK\b018\_pkg_.a
  4707. packagefile bytes=$WORK\b025\_pkg_.a
  4708. packagefile flag=$WORK\b027\_pkg_.a
  4709. packagefile fmt=$WORK\b028\_pkg_.a
  4710. packagefile internal/race=$WORK\b006\_pkg_.a
  4711. packagefile runtime/debug=$WORK\b034\_pkg_.a
  4712. packagefile runtime/trace=$WORK\b035\_pkg_.a
  4713. packagefile sort=$WORK\b032\_pkg_.a
  4714. packagefile strconv=$WORK\b031\_pkg_.a
  4715. packagefile strings=$WORK\b033\_pkg_.a
  4716. packagefile bufio=$WORK\b038\_pkg_.a
  4717. packagefile regexp=$WORK\b039\_pkg_.a
  4718. packagefile runtime/pprof=$WORK\b041\_pkg_.a
  4719. packagefile internal/bytealg=$WORK\b012\_pkg_.a
  4720. packagefile internal/cpu=$WORK\b013\_pkg_.a
  4721. packagefile runtime/internal/atomic=$WORK\b014\_pkg_.a
  4722. packagefile runtime/internal/sys=$WORK\b015\_pkg_.a
  4723. packagefile log=$WORK\b052\_pkg_.a
  4724. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  4725. packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
  4726. packagefile internal/syscall/windows/registry=$WORK\b021\_pkg_.a
  4727. packagefile unicode=$WORK\b026\_pkg_.a
  4728. packagefile reflect=$WORK\b030\_pkg_.a
  4729. packagefile math=$WORK\b029\_pkg_.a
  4730. packagefile context=$WORK\b036\_pkg_.a
  4731. packagefile regexp/syntax=$WORK\b040\_pkg_.a
  4732. packagefile compress/gzip=$WORK\b042\_pkg_.a
  4733. packagefile encoding/binary=$WORK\b045\_pkg_.a
  4734. packagefile io/ioutil=$WORK\b048\_pkg_.a
  4735. packagefile text/tabwriter=$WORK\b050\_pkg_.a
  4736. packagefile compress/flate=$WORK\b043\_pkg_.a
  4737. packagefile hash/crc32=$WORK\b046\_pkg_.a
  4738. packagefile path/filepath=$WORK\b049\_pkg_.a
  4739. packagefile math/bits=$WORK\b044\_pkg_.a
  4740. packagefile hash=$WORK\b047\_pkg_.a
  4741. EOF
  4742. cd .
  4743. "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=x1JPkCmub1ORSZIhVf4D/q6kZOO2Wo5sNQo_Hwt4V/q6kZOO2Wo5sNQo_Hwt4V/x1JPkCmub1ORSZIhVf4D -extld=gcc "$WORK\\b001\\_pkg_.a"
  4744. cat >$WORK\b051\vet.cfg << 'EOF' # internal
  4745. {
  4746. "Compiler": "gc",
  4747. "Dir": "c:\\dev\\go\\src\\cmd\\go\\testdata",
  4748. "GoFiles": [
  4749. "c:\\dev\\go\\src\\cmd\\go\\testdata\\flag_test.go"
  4750. ],
  4751. "ImportMap": {
  4752. "flag": "flag",
  4753. "fmt": "fmt",
  4754. "log": "log",
  4755. "testing": "testing"
  4756. },
  4757. "PackageFile": {
  4758. "flag": "$WORK\\b027\\_pkg_.a",
  4759. "fmt": "$WORK\\b028\\_pkg_.a",
  4760. "log": "$WORK\\b052\\_pkg_.a",
  4761. "testing": "$WORK\\b024\\_pkg_.a"
  4762. },
  4763. "ImportPath": "command-line-arguments_test",
  4764. "SucceedOnTypecheckFailure": true
  4765. }
  4766. EOF
  4767. cd c:\dev\go\src\cmd\go\testdata
  4768. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "$WORK\\b051\\vet.cfg"
  4769. $WORK\b001\flag.test.exe -v=7
  4770.  
  4771. === RUN TestGoTestJSON
  4772. === PAUSE TestGoTestJSON
  4773. === RUN TestFailFast
  4774. === RUN TestFailFast/TestFailingA
  4775. === RUN TestFailFast/TestFailing[AB]
  4776. === RUN TestFailFast/TestFailing[AB]#01
  4777. === RUN TestFailFast/TestA|TestFailing[AB]
  4778. === RUN TestFailFast/TestA|TestFailing[AB]#01
  4779. === RUN TestFailFast/TestFailingB|TestParallelFailingA
  4780. === RUN TestFailFast/TestFailingB|TestParallelFailingA#01
  4781. === RUN TestFailFast/TestFailingB|TestParallelFailing[AB]
  4782. === RUN TestFailFast/TestFailingB|TestParallelFailing[AB]#01
  4783. === RUN TestFailFast/TestFailingB|TestParallelFailing[AB]|TestParallelFailingSubtestsA
  4784. === RUN TestFailFast/TestFailingB|TestParallelFailing[AB]|TestParallelFailingSubtestsA#01
  4785. === RUN TestFailFast/TestParallelFailingSubtestsA
  4786. === RUN TestFailFast/TestParallelFailing[AB]
  4787. === RUN TestFailFast/TestFailingSubtestsA
  4788. === RUN TestFailFast/TestFailingSubtestsA#01
  4789. === RUN TestFailFast/TestFatal[CD]
  4790. === RUN TestFailFast/TestFatal[CD]#01
  4791. --- PASS: TestFailFast (76.17s)
  4792. go_test.go:5713: running testgo [test ./testdata/src/failfast_test.go -run=TestFailingA -failfast=true]
  4793. go_test.go:5713: standard output:
  4794. go_test.go:5713: --- FAIL: TestFailingA (0.00s)
  4795. failfast_test.go:15: FAIL - TestFailingA
  4796. FAIL
  4797. FAIL command-line-arguments 0.029s
  4798.  
  4799. go_test.go:5713: testgo failed as expected: exit status 1
  4800. --- PASS: TestFailFast/TestFailingA (4.54s)
  4801. go_test.go:5713: running testgo [test ./testdata/src/failfast_test.go -run=TestFailing[AB] -failfast=true]
  4802. go_test.go:5713: standard output:
  4803. go_test.go:5713: --- FAIL: TestFailingA (0.00s)
  4804. failfast_test.go:15: FAIL - TestFailingA
  4805. FAIL
  4806. FAIL command-line-arguments 0.024s
  4807.  
  4808. go_test.go:5713: testgo failed as expected: exit status 1
  4809. --- PASS: TestFailFast/TestFailing[AB] (4.42s)
  4810. go_test.go:5713: running testgo [test ./testdata/src/failfast_test.go -run=TestFailing[AB] -failfast=false]
  4811. go_test.go:5713: standard output:
  4812. go_test.go:5713: --- FAIL: TestFailingA (0.00s)
  4813. failfast_test.go:15: FAIL - TestFailingA
  4814. --- FAIL: TestFailingB (0.00s)
  4815. failfast_test.go:53: FAIL - TestFailingB
  4816. FAIL
  4817. FAIL command-line-arguments 0.030s
  4818.  
  4819. go_test.go:5713: testgo failed as expected: exit status 1
  4820. --- PASS: TestFailFast/TestFailing[AB]#01 (4.49s)
  4821. go_test.go:5713: running testgo [test ./testdata/src/failfast_test.go -run=TestA|TestFailing[AB] -failfast=true]
  4822. go_test.go:5713: standard output:
  4823. go_test.go:5713: --- FAIL: TestFailingA (0.00s)
  4824. failfast_test.go:15: FAIL - TestFailingA
  4825. FAIL
  4826. FAIL command-line-arguments 0.025s
  4827.  
  4828. go_test.go:5713: testgo failed as expected: exit status 1
  4829. --- PASS: TestFailFast/TestA|TestFailing[AB] (4.60s)
  4830. go_test.go:5713: running testgo [test ./testdata/src/failfast_test.go -run=TestA|TestFailing[AB] -failfast=false]
  4831. go_test.go:5713: standard output:
  4832. go_test.go:5713: --- FAIL: TestFailingA (0.00s)
  4833. failfast_test.go:15: FAIL - TestFailingA
  4834. --- FAIL: TestFailingB (0.00s)
  4835. failfast_test.go:53: FAIL - TestFailingB
  4836. FAIL
  4837. FAIL command-line-arguments 0.026s
  4838.  
  4839. go_test.go:5713: testgo failed as expected: exit status 1
  4840. --- PASS: TestFailFast/TestA|TestFailing[AB]#01 (4.66s)
  4841. go_test.go:5713: running testgo [test ./testdata/src/failfast_test.go -run=TestFailingB|TestParallelFailingA -failfast=true]
  4842. go_test.go:5713: standard output:
  4843. go_test.go:5713: --- FAIL: TestFailingB (0.00s)
  4844. failfast_test.go:53: FAIL - TestFailingB
  4845. --- FAIL: TestParallelFailingA (0.00s)
  4846. failfast_test.go:25: FAIL - TestParallelFailingA
  4847. FAIL
  4848. FAIL command-line-arguments 0.026s
  4849.  
  4850. go_test.go:5713: testgo failed as expected: exit status 1
  4851. --- PASS: TestFailFast/TestFailingB|TestParallelFailingA (4.78s)
  4852. go_test.go:5713: running testgo [test ./testdata/src/failfast_test.go -run=TestFailingB|TestParallelFailingA -failfast=false]
  4853. go_test.go:5713: standard output:
  4854. go_test.go:5713: --- FAIL: TestFailingB (0.00s)
  4855. failfast_test.go:53: FAIL - TestFailingB
  4856. --- FAIL: TestParallelFailingA (0.00s)
  4857. failfast_test.go:25: FAIL - TestParallelFailingA
  4858. FAIL
  4859. FAIL command-line-arguments 0.026s
  4860.  
  4861. go_test.go:5713: testgo failed as expected: exit status 1
  4862. --- PASS: TestFailFast/TestFailingB|TestParallelFailingA#01 (4.62s)
  4863. go_test.go:5713: running testgo [test ./testdata/src/failfast_test.go -run=TestFailingB|TestParallelFailing[AB] -failfast=true]
  4864. go_test.go:5713: standard output:
  4865. go_test.go:5713: --- FAIL: TestFailingB (0.00s)
  4866. failfast_test.go:53: FAIL - TestFailingB
  4867. --- FAIL: TestParallelFailingA (0.00s)
  4868. failfast_test.go:25: FAIL - TestParallelFailingA
  4869. --- FAIL: TestParallelFailingB (0.00s)
  4870. failfast_test.go:30: FAIL - TestParallelFailingB
  4871. FAIL
  4872. FAIL command-line-arguments 0.023s
  4873.  
  4874. go_test.go:5713: testgo failed as expected: exit status 1
  4875. --- PASS: TestFailFast/TestFailingB|TestParallelFailing[AB] (4.75s)
  4876. go_test.go:5713: running testgo [test ./testdata/src/failfast_test.go -run=TestFailingB|TestParallelFailing[AB] -failfast=false]
  4877. go_test.go:5713: standard output:
  4878. go_test.go:5713: --- FAIL: TestFailingB (0.00s)
  4879. failfast_test.go:53: FAIL - TestFailingB
  4880. --- FAIL: TestParallelFailingA (0.00s)
  4881. failfast_test.go:25: FAIL - TestParallelFailingA
  4882. --- FAIL: TestParallelFailingB (0.00s)
  4883. failfast_test.go:30: FAIL - TestParallelFailingB
  4884. FAIL
  4885. FAIL command-line-arguments 0.022s
  4886.  
  4887. go_test.go:5713: testgo failed as expected: exit status 1
  4888. --- PASS: TestFailFast/TestFailingB|TestParallelFailing[AB]#01 (4.74s)
  4889. go_test.go:5713: running testgo [test ./testdata/src/failfast_test.go -run=TestFailingB|TestParallelFailing[AB]|TestParallelFailingSubtestsA -failfast=true]
  4890. go_test.go:5713: standard output:
  4891. go_test.go:5713: --- FAIL: TestFailingB (0.00s)
  4892. failfast_test.go:53: FAIL - TestFailingB
  4893. --- FAIL: TestParallelFailingA (0.00s)
  4894. failfast_test.go:25: FAIL - TestParallelFailingA
  4895. --- FAIL: TestParallelFailingB (0.00s)
  4896. failfast_test.go:30: FAIL - TestParallelFailingB
  4897. FAIL
  4898. FAIL command-line-arguments 0.038s
  4899.  
  4900. go_test.go:5713: testgo failed as expected: exit status 1
  4901. --- PASS: TestFailFast/TestFailingB|TestParallelFailing[AB]|TestParallelFailingSubtestsA (4.55s)
  4902. go_test.go:5713: running testgo [test ./testdata/src/failfast_test.go -run=TestFailingB|TestParallelFailing[AB]|TestParallelFailingSubtestsA -failfast=false]
  4903. go_test.go:5713: standard output:
  4904. go_test.go:5713: --- FAIL: TestFailingB (0.00s)
  4905. failfast_test.go:53: FAIL - TestFailingB
  4906. --- FAIL: TestParallelFailingA (0.00s)
  4907. failfast_test.go:25: FAIL - TestParallelFailingA
  4908. --- FAIL: TestParallelFailingB (0.00s)
  4909. failfast_test.go:30: FAIL - TestParallelFailingB
  4910. --- FAIL: TestParallelFailingSubtestsA (0.00s)
  4911. --- FAIL: TestParallelFailingSubtestsA/TestFailingSubtestsA1 (0.00s)
  4912. failfast_test.go:36: FAIL - TestParallelFailingSubtestsA/TestFailingSubtestsA1
  4913. --- FAIL: TestParallelFailingSubtestsA/TestFailingSubtestsA2 (0.00s)
  4914. failfast_test.go:39: FAIL - TestParallelFailingSubtestsA/TestFailingSubtestsA2
  4915. FAIL
  4916. FAIL command-line-arguments 0.024s
  4917.  
  4918. go_test.go:5713: testgo failed as expected: exit status 1
  4919. --- PASS: TestFailFast/TestFailingB|TestParallelFailing[AB]|TestParallelFailingSubtestsA#01 (4.51s)
  4920. go_test.go:5713: running testgo [test ./testdata/src/failfast_test.go -run=TestParallelFailingSubtestsA -failfast=true]
  4921. go_test.go:5713: standard output:
  4922. go_test.go:5713: --- FAIL: TestParallelFailingSubtestsA (0.00s)
  4923. --- FAIL: TestParallelFailingSubtestsA/TestFailingSubtestsA1 (0.00s)
  4924. failfast_test.go:36: FAIL - TestParallelFailingSubtestsA/TestFailingSubtestsA1
  4925. FAIL
  4926. FAIL command-line-arguments 0.027s
  4927.  
  4928. go_test.go:5713: testgo failed as expected: exit status 1
  4929. --- PASS: TestFailFast/TestParallelFailingSubtestsA (4.56s)
  4930. go_test.go:5713: running testgo [test ./testdata/src/failfast_test.go -run=TestParallelFailing[AB] -failfast=false]
  4931. go_test.go:5713: standard output:
  4932. go_test.go:5713: --- FAIL: TestParallelFailingA (0.00s)
  4933. failfast_test.go:25: FAIL - TestParallelFailingA
  4934. --- FAIL: TestParallelFailingB (0.00s)
  4935. failfast_test.go:30: FAIL - TestParallelFailingB
  4936. FAIL
  4937. FAIL command-line-arguments 0.022s
  4938.  
  4939. go_test.go:5713: testgo failed as expected: exit status 1
  4940. --- PASS: TestFailFast/TestParallelFailing[AB] (4.63s)
  4941. go_test.go:5713: running testgo [test ./testdata/src/failfast_test.go -run=TestFailingSubtestsA -failfast=true]
  4942. go_test.go:5713: standard output:
  4943. go_test.go:5713: --- FAIL: TestFailingSubtestsA (0.00s)
  4944. --- FAIL: TestFailingSubtestsA/TestFailingSubtestsA1 (0.00s)
  4945. failfast_test.go:45: FAIL - TestFailingSubtestsA/TestFailingSubtestsA1
  4946. FAIL
  4947. FAIL command-line-arguments 0.024s
  4948.  
  4949. go_test.go:5713: testgo failed as expected: exit status 1
  4950. --- PASS: TestFailFast/TestFailingSubtestsA (4.18s)
  4951. go_test.go:5713: running testgo [test ./testdata/src/failfast_test.go -run=TestFailingSubtestsA -failfast=false]
  4952. go_test.go:5713: standard output:
  4953. go_test.go:5713: --- FAIL: TestFailingSubtestsA (0.00s)
  4954. --- FAIL: TestFailingSubtestsA/TestFailingSubtestsA1 (0.00s)
  4955. failfast_test.go:45: FAIL - TestFailingSubtestsA/TestFailingSubtestsA1
  4956. --- FAIL: TestFailingSubtestsA/TestFailingSubtestsA2 (0.00s)
  4957. failfast_test.go:48: FAIL - TestFailingSubtestsA/TestFailingSubtestsA2
  4958. FAIL
  4959. FAIL command-line-arguments 0.027s
  4960.  
  4961. go_test.go:5713: testgo failed as expected: exit status 1
  4962. --- PASS: TestFailFast/TestFailingSubtestsA#01 (4.22s)
  4963. go_test.go:5713: running testgo [test ./testdata/src/failfast_test.go -run=TestFatal[CD] -failfast=true]
  4964. go_test.go:5713: standard output:
  4965. go_test.go:5713: --- FAIL: TestFatalC (0.00s)
  4966. failfast_test.go:57: FAIL - TestFatalC
  4967. FAIL
  4968. FAIL command-line-arguments 0.022s
  4969.  
  4970. go_test.go:5713: testgo failed as expected: exit status 1
  4971. --- PASS: TestFailFast/TestFatal[CD] (3.98s)
  4972. go_test.go:5713: running testgo [test ./testdata/src/failfast_test.go -run=TestFatal[CD] -failfast=false]
  4973. go_test.go:5713: standard output:
  4974. go_test.go:5713: --- FAIL: TestFatalC (0.00s)
  4975. failfast_test.go:57: FAIL - TestFatalC
  4976. --- FAIL: TestFatalD (0.00s)
  4977. failfast_test.go:61: FAIL - TestFatalD
  4978. FAIL
  4979. FAIL command-line-arguments 0.026s
  4980.  
  4981. go_test.go:5713: testgo failed as expected: exit status 1
  4982. --- PASS: TestFailFast/TestFatal[CD]#01 (3.93s)
  4983. === RUN TestImportPath
  4984. === PAUSE TestImportPath
  4985. === RUN TestCpuprofileTwice
  4986. === PAUSE TestCpuprofileTwice
  4987. === RUN TestAtomicCoverpkgAll
  4988. === PAUSE TestAtomicCoverpkgAll
  4989. === RUN TestCoverpkgAllRuntime
  4990. === PAUSE TestCoverpkgAllRuntime
  4991. === RUN TestBadCommandLines
  4992. --- PASS: TestBadCommandLines (0.33s)
  4993. go_test.go:5830: running testgo [build x]
  4994. go_test.go:5833: running testgo [build x]
  4995. go_test.go:5833: standard error:
  4996. go_test.go:5833: can't load package: package x: invalid input file name "@y.go"
  4997.  
  4998. go_test.go:5833: testgo failed as expected: exit status 1
  4999. go_test.go:5838: running testgo [build x]
  5000. go_test.go:5838: standard error:
  5001. go_test.go:5838: can't load package: package x: invalid input file name "-y.go"
  5002.  
  5003. go_test.go:5838: testgo failed as expected: exit status 1
  5004. go_test.go:5842: running testgo [build -gcflags=all=@x x]
  5005. go_test.go:5842: standard error:
  5006. go_test.go:5842: go build x: invalid command-line argument @x in command: "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build150547994\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build150547994\\b001" @x -p x -complete -buildid J3hIWP30VObIl8VWjGjF/J3hIWP30VObIl8VWjGjF -D "" -importcfg "C:\\Windows\\TEMP\\go-build150547994\\b001\\importcfg" -pack "C:\\Windows\\TEMP\\gotest258602504\\src\\x\\x.go"
  5007.  
  5008. go_test.go:5842: testgo failed as expected: exit status 1
  5009. go_test.go:5847: running testgo [build @x]
  5010. go_test.go:5847: standard error:
  5011. go_test.go:5847: can't load package: package @x: invalid input directory name "@x"
  5012.  
  5013. go_test.go:5847: testgo failed as expected: exit status 1
  5014. go_test.go:5852: running testgo [build @x/y]
  5015. go_test.go:5852: standard error:
  5016. go_test.go:5852: can't load package: package @x/y: invalid import path "@x/y"
  5017.  
  5018. go_test.go:5852: testgo failed as expected: exit status 1
  5019. go_test.go:5857: running testgo [build -- -x]
  5020. go_test.go:5857: standard error:
  5021. go_test.go:5857: can't load package: package -x: invalid input directory name "-x"
  5022.  
  5023. go_test.go:5857: testgo failed as expected: exit status 1
  5024. go_test.go:5862: running testgo [build -- -x/y]
  5025. go_test.go:5862: standard error:
  5026. go_test.go:5862: can't load package: package -x/y: invalid import path "-x/y"
  5027.  
  5028. go_test.go:5862: testgo failed as expected: exit status 1
  5029. === RUN TestBadCgoDirectives
  5030. --- PASS: TestBadCgoDirectives (27.78s)
  5031. go_test.go:5882: running testgo [build x]
  5032. go_test.go:5882: standard error:
  5033. go_test.go:5882: # x
  5034. C:\Windows\TEMP\gotest969035719\src\x\x.go:3: //go:cgo_ldflag "-fplugin=foo.so" only allowed in cgo-generated code
  5035.  
  5036. go_test.go:5882: testgo failed as expected: exit status 2
  5037. go_test.go:5886: running testgo [build x]
  5038. go_test.go:5886: standard error:
  5039. go_test.go:5886: can't load package: package x: no Go files in C:\Windows\TEMP\gotest969035719\src\x
  5040.  
  5041. go_test.go:5886: testgo failed as expected: exit status 1
  5042. go_test.go:5894: running testgo [build x]
  5043. go_test.go:5894: standard error:
  5044. go_test.go:5894: can't load package: package x: no Go files in C:\Windows\TEMP\gotest969035719\src\x
  5045.  
  5046. go_test.go:5894: testgo failed as expected: exit status 1
  5047. go_test.go:5897: running testgo [build C:\Windows\TEMP\gotest969035719\src\x\_cgo_yy.go]
  5048. go_test.go:5897: standard error:
  5049. go_test.go:5897: can't load package: package main: no Go files in C:\Windows\TEMP\gotest969035719\src\x
  5050.  
  5051. go_test.go:5897: testgo failed as expected: exit status 1
  5052. go_test.go:5909: running testgo [build x]
  5053. go_test.go:5909: standard error:
  5054. go_test.go:5909: go build x: invalid flag in #cgo CFLAGS: -fplugin=foo.so
  5055.  
  5056. go_test.go:5909: testgo failed as expected: exit status 1
  5057. go_test.go:5916: running testgo [build x]
  5058. go_test.go:5916: standard error:
  5059. go_test.go:5916: go build x: invalid flag in #cgo CFLAGS: -fplugin=foo.so
  5060.  
  5061. go_test.go:5916: testgo failed as expected: exit status 1
  5062. go_test.go:5923: running testgo [build x]
  5063. go_test.go:5923: standard error:
  5064. go_test.go:5923: go build x: invalid pkg-config package name: -foo
  5065.  
  5066. go_test.go:5923: testgo failed as expected: exit status 1
  5067. go_test.go:5930: running testgo [build x]
  5068. go_test.go:5930: standard error:
  5069. go_test.go:5930: go build x: invalid pkg-config package name: @foo
  5070.  
  5071. go_test.go:5930: testgo failed as expected: exit status 1
  5072. go_test.go:5937: running testgo [build x]
  5073. go_test.go:5937: standard error:
  5074. go_test.go:5937: go build x: invalid flag in #cgo CFLAGS: @foo
  5075.  
  5076. go_test.go:5937: testgo failed as expected: exit status 1
  5077. go_test.go:5944: running testgo [build x]
  5078. go_test.go:5944: standard error:
  5079. go_test.go:5944: go build x: invalid flag in #cgo CFLAGS: -D without argument (see https://golang.org/s/invalidflag)
  5080.  
  5081. go_test.go:5944: testgo failed as expected: exit status 1
  5082. go_test.go:5954: running testgo [build x]
  5083. go_test.go:5954: standard error:
  5084. go_test.go:5954: go build x: invalid flag in #cgo CFLAGS: -D @foo (see https://golang.org/s/invalidflag)
  5085.  
  5086. go_test.go:5954: testgo failed as expected: exit status 1
  5087. go_test.go:5961: running testgo [build x]
  5088. go_test.go:5961: standard error:
  5089. go_test.go:5961: go build x: invalid flag in #cgo CFLAGS: -D@foo
  5090.  
  5091. go_test.go:5961: testgo failed as expected: exit status 1
  5092. go_test.go:5968: running testgo [build -n x]
  5093. go_test.go:5968: standard error:
  5094. go_test.go:5968:
  5095. #
  5096. # runtime/cgo
  5097. #
  5098.  
  5099. mkdir -p $WORK\b002\
  5100. cd c:\dev\go\src\runtime\cgo
  5101. 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"
  5102. cd $WORK
  5103. gcc -fno-caret-diagnostics -c -x c - || true
  5104. gcc -Qunused-arguments -c -x c - || true
  5105. gcc -fdebug-prefix-map=a=b -c -x c - || true
  5106. gcc -gno-record-gcc-switches -c -x c - || true
  5107. cd $WORK\b002
  5108. 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
  5109. cd $WORK
  5110. gcc -fno-caret-diagnostics -c -x c - || true
  5111. gcc -Qunused-arguments -c -x c - || true
  5112. gcc -fdebug-prefix-map=a=b -c -x c - || true
  5113. gcc -gno-record-gcc-switches -c -x c - || true
  5114. cd $WORK\b002
  5115. 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
  5116. cd $WORK
  5117. gcc -fno-caret-diagnostics -c -x c - || true
  5118. gcc -Qunused-arguments -c -x c - || true
  5119. gcc -fdebug-prefix-map=a=b -c -x c - || true
  5120. gcc -gno-record-gcc-switches -c -x c - || true
  5121. cd c:\dev\go\src\runtime\cgo
  5122. 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
  5123. cd $WORK
  5124. gcc -fno-caret-diagnostics -c -x c - || true
  5125. gcc -Qunused-arguments -c -x c - || true
  5126. gcc -fdebug-prefix-map=a=b -c -x c - || true
  5127. gcc -gno-record-gcc-switches -c -x c - || true
  5128. cd c:\dev\go\src\runtime\cgo
  5129. 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
  5130. cd $WORK
  5131. gcc -fno-caret-diagnostics -c -x c - || true
  5132. gcc -Qunused-arguments -c -x c - || true
  5133. gcc -fdebug-prefix-map=a=b -c -x c - || true
  5134. gcc -gno-record-gcc-switches -c -x c - || true
  5135. cd c:\dev\go\src\runtime\cgo
  5136. 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
  5137. cd $WORK
  5138. gcc -fno-caret-diagnostics -c -x c - || true
  5139. gcc -Qunused-arguments -c -x c - || true
  5140. gcc -fdebug-prefix-map=a=b -c -x c - || true
  5141. gcc -gno-record-gcc-switches -c -x c - || true
  5142. cd c:\dev\go\src\runtime\cgo
  5143. 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
  5144. cd $WORK
  5145. gcc -fno-caret-diagnostics -c -x c - || true
  5146. gcc -Qunused-arguments -c -x c - || true
  5147. gcc -fdebug-prefix-map=a=b -c -x c - || true
  5148. gcc -gno-record-gcc-switches -c -x c - || true
  5149. cd c:\dev\go\src\runtime\cgo
  5150. 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
  5151. cd $WORK
  5152. gcc -fno-caret-diagnostics -c -x c - || true
  5153. gcc -Qunused-arguments -c -x c - || true
  5154. gcc -fdebug-prefix-map=a=b -c -x c - || true
  5155. gcc -gno-record-gcc-switches -c -x c - || true
  5156. cd $WORK\b002
  5157. 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
  5158. cd $WORK
  5159. gcc -fno-caret-diagnostics -c -x c - || true
  5160. gcc -Qunused-arguments -c -x c - || true
  5161. gcc -fdebug-prefix-map=a=b -c -x c - || true
  5162. gcc -gno-record-gcc-switches -c -x c - || true
  5163. cd c:\dev\go\src\runtime\cgo
  5164. 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
  5165. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -dynpackage cgo -dynimport "$WORK\\b002\\_cgo_.o" -dynout "$WORK\\b002\\_cgo_import.go" -dynlinker
  5166. cat >$WORK\b002\importcfg << 'EOF' # internal
  5167. # import config
  5168. EOF
  5169. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b002\\_pkg_.a" -trimpath "$WORK\\b002" -p runtime/cgo -std -buildid 3xZ8NvSpWYTJox84kMpk/3xZ8NvSpWYTJox84kMpk -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"
  5170. "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"
  5171. "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
  5172. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b002\\_pkg_.a" # internal
  5173.  
  5174. #
  5175. # errors
  5176. #
  5177.  
  5178. mkdir -p $WORK\b005\
  5179. cat >$WORK\b005\importcfg << 'EOF' # internal
  5180. # import config
  5181. EOF
  5182. cd c:\dev\go\src\errors
  5183. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b005\\_pkg_.a" -trimpath "$WORK\\b005" -p errors -std -complete -buildid mZFZl-2pH8TgAnGZBsRm/mZFZl-2pH8TgAnGZBsRm -D "" -importcfg "$WORK\\b005\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\errors\\errors.go"
  5184. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b005\\_pkg_.a" # internal
  5185.  
  5186. #
  5187. # internal/race
  5188. #
  5189.  
  5190. mkdir -p $WORK\b006\
  5191. cat >$WORK\b006\importcfg << 'EOF' # internal
  5192. # import config
  5193. EOF
  5194. cd c:\dev\go\src\internal\race
  5195. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b006\\_pkg_.a" -trimpath "$WORK\\b006" -p internal/race -std -complete -buildid gVLWM_dbrEsNN2I1_QGm/gVLWM_dbrEsNN2I1_QGm -D "" -importcfg "$WORK\\b006\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\race\\doc.go" "c:\\dev\\go\\src\\internal\\race\\norace.go"
  5196. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b006\\_pkg_.a" # internal
  5197.  
  5198. #
  5199. # internal/syscall/windows/sysdll
  5200. #
  5201.  
  5202. mkdir -p $WORK\b007\
  5203. cat >$WORK\b007\importcfg << 'EOF' # internal
  5204. # import config
  5205. EOF
  5206. cd c:\dev\go\src\internal\syscall\windows\sysdll
  5207. "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 ve23V0Z7nDGXfoHKq8yE/ve23V0Z7nDGXfoHKq8yE -D "" -importcfg "$WORK\\b007\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\syscall\\windows\\sysdll\\sysdll.go"
  5208. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b007\\_pkg_.a" # internal
  5209.  
  5210. #
  5211. # internal/cpu
  5212. #
  5213.  
  5214. mkdir -p $WORK\b011\
  5215. cat >$WORK\b011\importcfg << 'EOF' # internal
  5216. # import config
  5217. EOF
  5218. cd c:\dev\go\src\internal\cpu
  5219. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b011\\_pkg_.a" -trimpath "$WORK\\b011" -p internal/cpu -std -+ -buildid 2t7gMi49e6h8mMJhqx9r/2t7gMi49e6h8mMJhqx9r -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"
  5220. "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"
  5221. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b011\\_pkg_.a" "$WORK\\b011\\cpu_x86.o" # internal
  5222. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b011\\_pkg_.a" # internal
  5223.  
  5224. #
  5225. # internal/bytealg
  5226. #
  5227.  
  5228. mkdir -p $WORK\b010\
  5229. cat >$WORK\b010\importcfg << 'EOF' # internal
  5230. # import config
  5231. packagefile internal/cpu=$WORK\b011\_pkg_.a
  5232. EOF
  5233. cd c:\dev\go\src\internal\bytealg
  5234. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b010\\_pkg_.a" -trimpath "$WORK\\b010" -p internal/bytealg -std -+ -buildid 6GtZaqXM-XFd4Rr0QSQP/6GtZaqXM-XFd4Rr0QSQP -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"
  5235. "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"
  5236. "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"
  5237. "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"
  5238. "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"
  5239. "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"
  5240. "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
  5241. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b010\\_pkg_.a" # internal
  5242.  
  5243. #
  5244. # runtime/internal/atomic
  5245. #
  5246.  
  5247. mkdir -p $WORK\b012\
  5248. cat >$WORK\b012\importcfg << 'EOF' # internal
  5249. # import config
  5250. EOF
  5251. cd c:\dev\go\src\runtime\internal\atomic
  5252. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b012\\_pkg_.a" -trimpath "$WORK\\b012" -p runtime/internal/atomic -std -+ -buildid 5JosZ0wfGOZZnSG62kaG/5JosZ0wfGOZZnSG62kaG -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"
  5253. "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"
  5254. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b012\\_pkg_.a" "$WORK\\b012\\asm_amd64.o" # internal
  5255. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b012\\_pkg_.a" # internal
  5256.  
  5257. #
  5258. # runtime/internal/sys
  5259. #
  5260.  
  5261. mkdir -p $WORK\b013\
  5262. cat >$WORK\b013\importcfg << 'EOF' # internal
  5263. # import config
  5264. EOF
  5265. cd c:\dev\go\src\runtime\internal\sys
  5266. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b013\\_pkg_.a" -trimpath "$WORK\\b013" -p runtime/internal/sys -std -+ -complete -buildid ECgJnTp3Ml74YH0b_8O4/ECgJnTp3Ml74YH0b_8O4 -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"
  5267. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b013\\_pkg_.a" # internal
  5268.  
  5269. #
  5270. # runtime
  5271. #
  5272.  
  5273. mkdir -p $WORK\b009\
  5274. cat >$WORK\b009\importcfg << 'EOF' # internal
  5275. # import config
  5276. packagefile internal/bytealg=$WORK\b010\_pkg_.a
  5277. packagefile internal/cpu=$WORK\b011\_pkg_.a
  5278. packagefile runtime/internal/atomic=$WORK\b012\_pkg_.a
  5279. packagefile runtime/internal/sys=$WORK\b013\_pkg_.a
  5280. EOF
  5281. cd c:\dev\go\src\runtime
  5282. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b009\\_pkg_.a" -trimpath "$WORK\\b009" -p runtime -std -+ -buildid Jau1IxX4jsnmT_ST1sXT/Jau1IxX4jsnmT_ST1sXT -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"
  5283. "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"
  5284. "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"
  5285. "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"
  5286. "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"
  5287. "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"
  5288. "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"
  5289. "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"
  5290. "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"
  5291. "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
  5292. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b009\\_pkg_.a" # internal
  5293.  
  5294. #
  5295. # sync/atomic
  5296. #
  5297.  
  5298. mkdir -p $WORK\b014\
  5299. cat >$WORK\b014\importcfg << 'EOF' # internal
  5300. # import config
  5301. EOF
  5302. cd c:\dev\go\src\sync\atomic
  5303. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b014\\_pkg_.a" -trimpath "$WORK\\b014" -p sync/atomic -std -buildid 8SoWXklL_uCVALIusWAI/8SoWXklL_uCVALIusWAI -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"
  5304. "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\\sync\\atomic\\asm_amd64.s"
  5305. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b014\\_pkg_.a" "$WORK\\b014\\asm_amd64.o" # internal
  5306. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b014\\_pkg_.a" # internal
  5307.  
  5308. #
  5309. # sync
  5310. #
  5311.  
  5312. mkdir -p $WORK\b008\
  5313. cat >$WORK\b008\importcfg << 'EOF' # internal
  5314. # import config
  5315. packagefile internal/race=$WORK\b006\_pkg_.a
  5316. packagefile runtime=$WORK\b009\_pkg_.a
  5317. packagefile sync/atomic=$WORK\b014\_pkg_.a
  5318. EOF
  5319. cd c:\dev\go\src\sync
  5320. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b008\\_pkg_.a" -trimpath "$WORK\\b008" -p sync -std -buildid jkwU_iMHhZVMcH3TqQOT/jkwU_iMHhZVMcH3TqQOT -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"
  5321. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b008\\_pkg_.a" # internal
  5322.  
  5323. #
  5324. # unicode/utf16
  5325. #
  5326.  
  5327. mkdir -p $WORK\b015\
  5328. cat >$WORK\b015\importcfg << 'EOF' # internal
  5329. # import config
  5330. EOF
  5331. cd c:\dev\go\src\unicode\utf16
  5332. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b015\\_pkg_.a" -trimpath "$WORK\\b015" -p unicode/utf16 -std -complete -buildid bAmoq4QxInYmNHhFQBMt/bAmoq4QxInYmNHhFQBMt -D "" -importcfg "$WORK\\b015\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\utf16\\utf16.go"
  5333. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b015\\_pkg_.a" # internal
  5334.  
  5335. #
  5336. # syscall
  5337. #
  5338.  
  5339. mkdir -p $WORK\b004\
  5340. cat >$WORK\b004\importcfg << 'EOF' # internal
  5341. # import config
  5342. packagefile errors=$WORK\b005\_pkg_.a
  5343. packagefile internal/race=$WORK\b006\_pkg_.a
  5344. packagefile internal/syscall/windows/sysdll=$WORK\b007\_pkg_.a
  5345. packagefile sync=$WORK\b008\_pkg_.a
  5346. packagefile sync/atomic=$WORK\b014\_pkg_.a
  5347. packagefile unicode/utf16=$WORK\b015\_pkg_.a
  5348. EOF
  5349. cd c:\dev\go\src\syscall
  5350. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b004\\_pkg_.a" -trimpath "$WORK\\b004" -p syscall -std -buildid cV4f0SPwems4TdbhqX6F/cV4f0SPwems4TdbhqX6F -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"
  5351. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b004\\_pkg_.a" # internal
  5352.  
  5353. #
  5354. # x
  5355. #
  5356.  
  5357. mkdir -p $WORK\b001\
  5358. cd C:\Windows\TEMP\gotest969035719\src\x
  5359. 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\\gotest969035719\\src\\x\\y.go"
  5360. cd $WORK
  5361. gcc -fno-caret-diagnostics -c -x c - || true
  5362. gcc -Qunused-arguments -c -x c - || true
  5363. gcc -fdebug-prefix-map=a=b -c -x c - || true
  5364. gcc -gno-record-gcc-switches -c -x c - || true
  5365. cd $WORK\b001
  5366. gcc -I "C:\\Windows\\TEMP\\gotest969035719\\src\\x" -m64 -mthreads -fmessage-length=0 -I "$WORK\\b001\\" -D@foo -o "C:\\Windows\\TEMP\\gotest969035719\\src\\x\\$WORK\\b001\\_x001.o" -c _cgo_export.c
  5367. cd $WORK
  5368. gcc -fno-caret-diagnostics -c -x c - || true
  5369. gcc -Qunused-arguments -c -x c - || true
  5370. gcc -fdebug-prefix-map=a=b -c -x c - || true
  5371. gcc -gno-record-gcc-switches -c -x c - || true
  5372. cd $WORK\b001
  5373. gcc -I "C:\\Windows\\TEMP\\gotest969035719\\src\\x" -m64 -mthreads -fmessage-length=0 -I "$WORK\\b001\\" -D@foo -o "C:\\Windows\\TEMP\\gotest969035719\\src\\x\\$WORK\\b001\\_x002.o" -c y.cgo2.c
  5374. cd $WORK
  5375. gcc -fno-caret-diagnostics -c -x c - || true
  5376. gcc -Qunused-arguments -c -x c - || true
  5377. gcc -fdebug-prefix-map=a=b -c -x c - || true
  5378. gcc -gno-record-gcc-switches -c -x c - || true
  5379. cd $WORK\b001
  5380. gcc -I "C:\\Windows\\TEMP\\gotest969035719\\src\\x" -m64 -mthreads -fmessage-length=0 -I "$WORK\\b001\\" -D@foo -o "C:\\Windows\\TEMP\\gotest969035719\\src\\x\\$WORK\\b001\\_cgo_main.o" -c _cgo_main.c
  5381. cd $WORK
  5382. gcc -fno-caret-diagnostics -c -x c - || true
  5383. gcc -Qunused-arguments -c -x c - || true
  5384. gcc -fdebug-prefix-map=a=b -c -x c - || true
  5385. gcc -gno-record-gcc-switches -c -x c - || true
  5386. cd C:\Windows\TEMP\gotest969035719\src\x
  5387. gcc -I "C:\\Windows\\TEMP\\gotest969035719\\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
  5388. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -dynpackage x -dynimport "$WORK\\b001\\_cgo_.o" -dynout "$WORK\\b001\\_cgo_import.go"
  5389. cat >$WORK\b001\importcfg << 'EOF' # internal
  5390. # import config
  5391. packagefile runtime/cgo=$WORK\b002\_pkg_.a
  5392. packagefile syscall=$WORK\b004\_pkg_.a
  5393. EOF
  5394. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "$WORK\\b001\\_pkg_.a" -trimpath "$WORK\\b001" -p x -buildid 1SFIl7iJyZXAmuyOW-se/1SFIl7iJyZXAmuyOW-se -D "" -importcfg "$WORK\\b001\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\gotest969035719\\src\\x\\x.go" "$WORK\\b001\\_cgo_gotypes.go" "$WORK\\b001\\y.cgo1.go" "$WORK\\b001\\_cgo_import.go"
  5395. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "$WORK\\b001\\_pkg_.a" "$WORK\\b001\\_x001.o" "$WORK\\b001\\_x002.o" # internal
  5396. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "$WORK\\b001\\_pkg_.a" # internal
  5397.  
  5398. === RUN TestTwoPkgConfigs
  5399. --- SKIP: TestTwoPkgConfigs (0.00s)
  5400. go_test.go:5977: no shell scripts on windows
  5401. === RUN TestFilepathUnderCwdFormat
  5402. --- PASS: TestFilepathUnderCwdFormat (5.55s)
  5403. go_test.go:6009: running testgo [test -x -cover log]
  5404. go_test.go:6009: standard output:
  5405. go_test.go:6009: ok log 0.025s coverage: 68.0% of statements
  5406.  
  5407. go_test.go:6009: standard error:
  5408. go_test.go:6009: WORK=C:\Windows\TEMP\go-build652507782
  5409. mkdir -p $WORK\b001\
  5410. mkdir -p $WORK\b006\
  5411. cat >$WORK\b006\importcfg << 'EOF' # internal
  5412. # import config
  5413. EOF
  5414. cd c:\dev\go\src\internal\race
  5415. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b006\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b006" -p internal/race -std -complete -buildid gVLWM_dbrEsNN2I1_QGm/gVLWM_dbrEsNN2I1_QGm -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b006\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\race\\doc.go" "c:\\dev\\go\\src\\internal\\race\\norace.go"
  5416. mkdir -p $WORK\b009\
  5417. cat >$WORK\b009\importcfg << 'EOF' # internal
  5418. # import config
  5419. EOF
  5420. cd c:\dev\go\src\internal\syscall\windows\sysdll
  5421. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b009\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b009" -p internal/syscall/windows/sysdll -std -complete -buildid ve23V0Z7nDGXfoHKq8yE/ve23V0Z7nDGXfoHKq8yE -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b009\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\syscall\\windows\\sysdll\\sysdll.go"
  5422. mkdir -p $WORK\b004\
  5423. cat >$WORK\b004\importcfg << 'EOF' # internal
  5424. # import config
  5425. EOF
  5426. cd c:\dev\go\src\errors
  5427. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b004\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b004" -p errors -std -complete -buildid mZFZl-2pH8TgAnGZBsRm/mZFZl-2pH8TgAnGZBsRm -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b004\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\errors\\errors.go"
  5428. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b006\\_pkg_.a" # internal
  5429. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b009\\_pkg_.a" # internal
  5430. mkdir -p $WORK\b013\
  5431. cat >$WORK\b013\importcfg << 'EOF' # internal
  5432. # import config
  5433. EOF
  5434. cd c:\dev\go\src\internal\cpu
  5435. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b013\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b013" -p internal/cpu -std -+ -buildid 2t7gMi49e6h8mMJhqx9r/2t7gMi49e6h8mMJhqx9r -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b013\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build652507782\\b013\\go_asm.h" -c=4 "c:\\dev\\go\\src\\internal\\cpu\\cpu.go" "c:\\dev\\go\\src\\internal\\cpu\\cpu_x86.go"
  5436. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b004\\_pkg_.a" # internal
  5437. mkdir -p $WORK\b015\
  5438. cat >$WORK\b015\importcfg << 'EOF' # internal
  5439. # import config
  5440. EOF
  5441. cd c:\dev\go\src\runtime\internal\sys
  5442. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b015\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b015" -p runtime/internal/sys -std -+ -complete -buildid ECgJnTp3Ml74YH0b_8O4/ECgJnTp3Ml74YH0b_8O4 -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\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"
  5443. mkdir -p $WORK\b016\
  5444. cat >$WORK\b016\importcfg << 'EOF' # internal
  5445. # import config
  5446. EOF
  5447. cd c:\dev\go\src\sync\atomic
  5448. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b016\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b016" -p sync/atomic -std -buildid 8SoWXklL_uCVALIusWAI/8SoWXklL_uCVALIusWAI -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b016\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build652507782\\b016\\go_asm.h" -c=4 "c:\\dev\\go\\src\\sync\\atomic\\doc.go" "c:\\dev\\go\\src\\sync\\atomic\\value.go"
  5449. mkdir -p $WORK\b014\
  5450. cat >$WORK\b014\importcfg << 'EOF' # internal
  5451. # import config
  5452. EOF
  5453. cd c:\dev\go\src\runtime\internal\atomic
  5454. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b014\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b014" -p runtime/internal/atomic -std -+ -buildid 5JosZ0wfGOZZnSG62kaG/5JosZ0wfGOZZnSG62kaG -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b014\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build652507782\\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"
  5455. cd c:\dev\go\src\internal\cpu
  5456. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b013" -I "C:\\Windows\\TEMP\\go-build652507782\\b013\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b013\\cpu_x86.o" "c:\\dev\\go\\src\\internal\\cpu\\cpu_x86.s"
  5457. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b015\\_pkg_.a" # internal
  5458. mkdir -p $WORK\b018\
  5459. cat >$WORK\b018\importcfg << 'EOF' # internal
  5460. # import config
  5461. EOF
  5462. cd c:\dev\go\src\unicode\utf16
  5463. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b018\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b018" -p unicode/utf16 -std -complete -buildid bAmoq4QxInYmNHhFQBMt/bAmoq4QxInYmNHhFQBMt -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b018\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\utf16\\utf16.go"
  5464. cd c:\dev\go\src\runtime\internal\atomic
  5465. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b014" -I "C:\\Windows\\TEMP\\go-build652507782\\b014\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b014\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\internal\\atomic\\asm_amd64.s"
  5466. cd c:\dev\go\src\sync\atomic
  5467. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b016" -I "C:\\Windows\\TEMP\\go-build652507782\\b016\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b016\\asm_amd64.o" "c:\\dev\\go\\src\\sync\\atomic\\asm_amd64.s"
  5468. cd c:\dev\go\src\internal\cpu
  5469. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build652507782\\b013\\_pkg_.a" "C:\\Windows\\TEMP\\go-build652507782\\b013\\cpu_x86.o" # internal
  5470. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b013\\_pkg_.a" # internal
  5471. mkdir -p $WORK\b012\
  5472. cat >$WORK\b012\importcfg << 'EOF' # internal
  5473. # import config
  5474. packagefile internal/cpu=$WORK\b013\_pkg_.a
  5475. EOF
  5476. cd c:\dev\go\src\internal\bytealg
  5477. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b012\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b012" -p internal/bytealg -std -+ -buildid V8RpWcDRFA8vK3ENz6sy/V8RpWcDRFA8vK3ENz6sy -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b012\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build652507782\\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"
  5478. cd c:\dev\go\src\runtime\internal\atomic
  5479. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build652507782\\b014\\_pkg_.a" "C:\\Windows\\TEMP\\go-build652507782\\b014\\asm_amd64.o" # internal
  5480. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b014\\_pkg_.a" # internal
  5481. mkdir -p $WORK\b022\
  5482. cat >$WORK\b022\importcfg << 'EOF' # internal
  5483. # import config
  5484. EOF
  5485. cd c:\dev\go\src\unicode\utf8
  5486. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b022\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b022" -p unicode/utf8 -std -complete -buildid ogsWtrdOUIEhKPAD0ADC/ogsWtrdOUIEhKPAD0ADC -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b022\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\unicode\\utf8\\utf8.go"
  5487. cd c:\dev\go\src\sync\atomic
  5488. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build652507782\\b016\\_pkg_.a" "C:\\Windows\\TEMP\\go-build652507782\\b016\\asm_amd64.o" # internal
  5489. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b016\\_pkg_.a" # internal
  5490. mkdir -p $WORK\b023\
  5491. cat >$WORK\b023\importcfg << 'EOF' # internal
  5492. # import config
  5493. packagefile sync/atomic=$WORK\b016\_pkg_.a
  5494. EOF
  5495. cd c:\dev\go\src\internal\testlog
  5496. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b023\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b023" -p internal/testlog -std -complete -buildid na_z6ciQIrftt2Og8vTf/na_z6ciQIrftt2Og8vTf -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b023\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\internal\\testlog\\log.go"
  5497. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b018\\_pkg_.a" # internal
  5498. mkdir -p $WORK\b026\
  5499. cat >$WORK\b026\importcfg << 'EOF' # internal
  5500. # import config
  5501. EOF
  5502. cd c:\dev\go\src\unicode
  5503. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b026\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b026" -p unicode -std -complete -buildid 1x2KBvqovA6uiL-doSlC/1x2KBvqovA6uiL-doSlC -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\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"
  5504. cd c:\dev\go\src\internal\bytealg
  5505. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b012" -I "C:\\Windows\\TEMP\\go-build652507782\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b012\\compare_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\compare_amd64.s"
  5506. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b022\\_pkg_.a" # internal
  5507. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b023\\_pkg_.a" # internal
  5508. mkdir -p $WORK\b044\
  5509. cat >$WORK\b044\importcfg << 'EOF' # internal
  5510. # import config
  5511. EOF
  5512. cd c:\dev\go\src\math\bits
  5513. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b044\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b044" -p math/bits -std -complete -buildid rxQ7cqWw9MdpsuEd4IEq/rxQ7cqWw9MdpsuEd4IEq -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b044\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\math\\bits\\bits.go" "c:\\dev\\go\\src\\math\\bits\\bits_tables.go"
  5514. cd c:\dev\go\src\internal\bytealg
  5515. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b012" -I "C:\\Windows\\TEMP\\go-build652507782\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b012\\count_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\count_amd64.s"
  5516. mkdir -p $WORK\b029\
  5517. cat >$WORK\b029\importcfg << 'EOF' # internal
  5518. # import config
  5519. packagefile internal/cpu=$WORK\b013\_pkg_.a
  5520. EOF
  5521. cd c:\dev\go\src\math
  5522. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -p math -std -buildid y2dYRqI_eAO0Zq5XD4Bo/y2dYRqI_eAO0Zq5XD4Bo -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b029\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build652507782\\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"
  5523. cd c:\dev\go\src\internal\bytealg
  5524. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b012" -I "C:\\Windows\\TEMP\\go-build652507782\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b012\\equal_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\equal_amd64.s"
  5525. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b012" -I "C:\\Windows\\TEMP\\go-build652507782\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b012\\index_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\index_amd64.s"
  5526. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b044\\_pkg_.a" # internal
  5527. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b012" -I "C:\\Windows\\TEMP\\go-build652507782\\b012\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b012\\indexbyte_amd64.o" "c:\\dev\\go\\src\\internal\\bytealg\\indexbyte_amd64.s"
  5528. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build652507782\\b012\\_pkg_.a" "C:\\Windows\\TEMP\\go-build652507782\\b012\\compare_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b012\\count_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b012\\equal_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b012\\index_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b012\\indexbyte_amd64.o" # internal
  5529. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b012\\_pkg_.a" # internal
  5530. mkdir -p $WORK\b011\
  5531. cd c:\dev\go\src\math
  5532. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -I "C:\\Windows\\TEMP\\go-build652507782\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\asin_amd64.o" "c:\\dev\\go\\src\\math\\asin_amd64.s"
  5533. cat >$WORK\b011\importcfg << 'EOF' # internal
  5534. # import config
  5535. packagefile internal/bytealg=$WORK\b012\_pkg_.a
  5536. packagefile internal/cpu=$WORK\b013\_pkg_.a
  5537. packagefile runtime/internal/atomic=$WORK\b014\_pkg_.a
  5538. packagefile runtime/internal/sys=$WORK\b015\_pkg_.a
  5539. EOF
  5540. cd c:\dev\go\src\runtime
  5541. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b011\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b011" -p runtime -std -+ -buildid PF02KMzpnUfuX21XrRwv/PF02KMzpnUfuX21XrRwv -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b011\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build652507782\\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"
  5542. cd c:\dev\go\src\math
  5543. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -I "C:\\Windows\\TEMP\\go-build652507782\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\asinh_stub.o" "c:\\dev\\go\\src\\math\\asinh_stub.s"
  5544. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -I "C:\\Windows\\TEMP\\go-build652507782\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\atan2_amd64.o" "c:\\dev\\go\\src\\math\\atan2_amd64.s"
  5545. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b026\\_pkg_.a" # internal
  5546. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -I "C:\\Windows\\TEMP\\go-build652507782\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\atan_amd64.o" "c:\\dev\\go\\src\\math\\atan_amd64.s"
  5547. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -I "C:\\Windows\\TEMP\\go-build652507782\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\cbrt_stub.o" "c:\\dev\\go\\src\\math\\cbrt_stub.s"
  5548. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -I "C:\\Windows\\TEMP\\go-build652507782\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\dim_amd64.o" "c:\\dev\\go\\src\\math\\dim_amd64.s"
  5549. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -I "C:\\Windows\\TEMP\\go-build652507782\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\erf_stub.o" "c:\\dev\\go\\src\\math\\erf_stub.s"
  5550. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -I "C:\\Windows\\TEMP\\go-build652507782\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\exp2_amd64.o" "c:\\dev\\go\\src\\math\\exp2_amd64.s"
  5551. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -I "C:\\Windows\\TEMP\\go-build652507782\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\exp_amd64.o" "c:\\dev\\go\\src\\math\\exp_amd64.s"
  5552. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -I "C:\\Windows\\TEMP\\go-build652507782\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\expm1_amd64.o" "c:\\dev\\go\\src\\math\\expm1_amd64.s"
  5553. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -I "C:\\Windows\\TEMP\\go-build652507782\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\floor_amd64.o" "c:\\dev\\go\\src\\math\\floor_amd64.s"
  5554. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -I "C:\\Windows\\TEMP\\go-build652507782\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\frexp_amd64.o" "c:\\dev\\go\\src\\math\\frexp_amd64.s"
  5555. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -I "C:\\Windows\\TEMP\\go-build652507782\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\hypot_amd64.o" "c:\\dev\\go\\src\\math\\hypot_amd64.s"
  5556. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -I "C:\\Windows\\TEMP\\go-build652507782\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\ldexp_amd64.o" "c:\\dev\\go\\src\\math\\ldexp_amd64.s"
  5557. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -I "C:\\Windows\\TEMP\\go-build652507782\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\log10_amd64.o" "c:\\dev\\go\\src\\math\\log10_amd64.s"
  5558. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -I "C:\\Windows\\TEMP\\go-build652507782\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\log1p_amd64.o" "c:\\dev\\go\\src\\math\\log1p_amd64.s"
  5559. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -I "C:\\Windows\\TEMP\\go-build652507782\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\log_amd64.o" "c:\\dev\\go\\src\\math\\log_amd64.s"
  5560. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -I "C:\\Windows\\TEMP\\go-build652507782\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\mod_amd64.o" "c:\\dev\\go\\src\\math\\mod_amd64.s"
  5561. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -I "C:\\Windows\\TEMP\\go-build652507782\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\modf_amd64.o" "c:\\dev\\go\\src\\math\\modf_amd64.s"
  5562. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -I "C:\\Windows\\TEMP\\go-build652507782\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\pow_stub.o" "c:\\dev\\go\\src\\math\\pow_stub.s"
  5563. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -I "C:\\Windows\\TEMP\\go-build652507782\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\remainder_amd64.o" "c:\\dev\\go\\src\\math\\remainder_amd64.s"
  5564. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -I "C:\\Windows\\TEMP\\go-build652507782\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\sin_amd64.o" "c:\\dev\\go\\src\\math\\sin_amd64.s"
  5565. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -I "C:\\Windows\\TEMP\\go-build652507782\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\sinh_stub.o" "c:\\dev\\go\\src\\math\\sinh_stub.s"
  5566. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -I "C:\\Windows\\TEMP\\go-build652507782\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\sqrt_amd64.o" "c:\\dev\\go\\src\\math\\sqrt_amd64.s"
  5567. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b029" -I "C:\\Windows\\TEMP\\go-build652507782\\b029\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b029\\tan_amd64.o" "c:\\dev\\go\\src\\math\\tan_amd64.s"
  5568. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build652507782\\b029\\_pkg_.a" "C:\\Windows\\TEMP\\go-build652507782\\b029\\asin_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b029\\asinh_stub.o" "C:\\Windows\\TEMP\\go-build652507782\\b029\\atan2_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b029\\atan_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b029\\cbrt_stub.o" "C:\\Windows\\TEMP\\go-build652507782\\b029\\dim_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b029\\erf_stub.o" "C:\\Windows\\TEMP\\go-build652507782\\b029\\exp2_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b029\\exp_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b029\\expm1_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b029\\floor_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b029\\frexp_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b029\\hypot_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b029\\ldexp_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b029\\log10_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b029\\log1p_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b029\\log_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b029\\mod_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b029\\modf_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b029\\pow_stub.o" "C:\\Windows\\TEMP\\go-build652507782\\b029\\remainder_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b029\\sin_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b029\\sinh_stub.o" "C:\\Windows\\TEMP\\go-build652507782\\b029\\sqrt_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b029\\tan_amd64.o" # internal
  5569. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b029\\_pkg_.a" # internal
  5570. mkdir -p $WORK\b031\
  5571. cat >$WORK\b031\importcfg << 'EOF' # internal
  5572. # import config
  5573. packagefile errors=$WORK\b004\_pkg_.a
  5574. packagefile math=$WORK\b029\_pkg_.a
  5575. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  5576. EOF
  5577. cd c:\dev\go\src\strconv
  5578. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b031\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b031" -p strconv -std -complete -buildid FGrzBQWXbPdWGXQ4Wkwa/FGrzBQWXbPdWGXQ4Wkwa -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\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"
  5579. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b031\\_pkg_.a" # internal
  5580. cd c:\dev\go\src\runtime
  5581. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b011" -I "C:\\Windows\\TEMP\\go-build652507782\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b011\\asm.o" "c:\\dev\\go\\src\\runtime\\asm.s"
  5582. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b011" -I "C:\\Windows\\TEMP\\go-build652507782\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b011\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\asm_amd64.s"
  5583. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b011" -I "C:\\Windows\\TEMP\\go-build652507782\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b011\\duff_amd64.o" "c:\\dev\\go\\src\\runtime\\duff_amd64.s"
  5584. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b011" -I "C:\\Windows\\TEMP\\go-build652507782\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b011\\memclr_amd64.o" "c:\\dev\\go\\src\\runtime\\memclr_amd64.s"
  5585. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b011" -I "C:\\Windows\\TEMP\\go-build652507782\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b011\\memmove_amd64.o" "c:\\dev\\go\\src\\runtime\\memmove_amd64.s"
  5586. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b011" -I "C:\\Windows\\TEMP\\go-build652507782\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b011\\rt0_windows_amd64.o" "c:\\dev\\go\\src\\runtime\\rt0_windows_amd64.s"
  5587. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b011" -I "C:\\Windows\\TEMP\\go-build652507782\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b011\\sys_windows_amd64.o" "c:\\dev\\go\\src\\runtime\\sys_windows_amd64.s"
  5588. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b011" -I "C:\\Windows\\TEMP\\go-build652507782\\b011\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b011\\zcallback_windows.o" "c:\\dev\\go\\src\\runtime\\zcallback_windows.s"
  5589. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build652507782\\b011\\_pkg_.a" "C:\\Windows\\TEMP\\go-build652507782\\b011\\asm.o" "C:\\Windows\\TEMP\\go-build652507782\\b011\\asm_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b011\\duff_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b011\\memclr_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b011\\memmove_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b011\\rt0_windows_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b011\\sys_windows_amd64.o" "C:\\Windows\\TEMP\\go-build652507782\\b011\\zcallback_windows.o" # internal
  5590. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b011\\_pkg_.a" # internal
  5591. mkdir -p $WORK\b010\
  5592. cat >$WORK\b010\importcfg << 'EOF' # internal
  5593. # import config
  5594. packagefile internal/race=$WORK\b006\_pkg_.a
  5595. packagefile runtime=$WORK\b011\_pkg_.a
  5596. packagefile sync/atomic=$WORK\b016\_pkg_.a
  5597. EOF
  5598. cd c:\dev\go\src\sync
  5599. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b010\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b010" -p sync -std -buildid VO8QQBGgcrCoj73mvF5A/VO8QQBGgcrCoj73mvF5A -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\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"
  5600. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b010\\_pkg_.a" # internal
  5601. mkdir -p $WORK\b019\
  5602. cat >$WORK\b019\importcfg << 'EOF' # internal
  5603. # import config
  5604. packagefile errors=$WORK\b004\_pkg_.a
  5605. packagefile sync=$WORK\b010\_pkg_.a
  5606. packagefile sync/atomic=$WORK\b016\_pkg_.a
  5607. EOF
  5608. cd c:\dev\go\src\io
  5609. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b019\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b019" -p io -std -complete -buildid tcc51lMhFB_spWWndicT/tcc51lMhFB_spWWndicT -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\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"
  5610. mkdir -p $WORK\b030\
  5611. cat >$WORK\b030\importcfg << 'EOF' # internal
  5612. # import config
  5613. packagefile math=$WORK\b029\_pkg_.a
  5614. packagefile runtime=$WORK\b011\_pkg_.a
  5615. packagefile strconv=$WORK\b031\_pkg_.a
  5616. packagefile sync=$WORK\b010\_pkg_.a
  5617. packagefile unicode=$WORK\b026\_pkg_.a
  5618. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  5619. EOF
  5620. cd c:\dev\go\src\reflect
  5621. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b030\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b030" -p reflect -std -buildid LBeqilrly2_98kIpvPp4/LBeqilrly2_98kIpvPp4 -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b030\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build652507782\\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"
  5622. mkdir -p $WORK\b017\
  5623. cat >$WORK\b017\importcfg << 'EOF' # internal
  5624. # import config
  5625. packagefile errors=$WORK\b004\_pkg_.a
  5626. packagefile internal/race=$WORK\b006\_pkg_.a
  5627. packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
  5628. packagefile sync=$WORK\b010\_pkg_.a
  5629. packagefile sync/atomic=$WORK\b016\_pkg_.a
  5630. packagefile unicode/utf16=$WORK\b018\_pkg_.a
  5631. EOF
  5632. cd c:\dev\go\src\syscall
  5633. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b017\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b017" -p syscall -std -buildid I7MByrFBA4lIjXOegNgP/I7MByrFBA4lIjXOegNgP -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\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"
  5634. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b019\\_pkg_.a" # internal
  5635. mkdir -p $WORK\b025\
  5636. cat >$WORK\b025\importcfg << 'EOF' # internal
  5637. # import config
  5638. packagefile errors=$WORK\b004\_pkg_.a
  5639. packagefile internal/bytealg=$WORK\b012\_pkg_.a
  5640. packagefile io=$WORK\b019\_pkg_.a
  5641. packagefile unicode=$WORK\b026\_pkg_.a
  5642. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  5643. EOF
  5644. cd c:\dev\go\src\bytes
  5645. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b025\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b025" -p bytes -std -buildid GEtS4GXKXRthXL_sfecI/GEtS4GXKXRthXL_sfecI -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\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"
  5646. mkdir -p $WORK\b033\
  5647. cat >$WORK\b033\importcfg << 'EOF' # internal
  5648. # import config
  5649. packagefile errors=$WORK\b004\_pkg_.a
  5650. packagefile internal/bytealg=$WORK\b012\_pkg_.a
  5651. packagefile io=$WORK\b019\_pkg_.a
  5652. packagefile unicode=$WORK\b026\_pkg_.a
  5653. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  5654. EOF
  5655. cd c:\dev\go\src\strings
  5656. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b033\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b033" -p strings -std -buildid 8RGYKJzo0y_g0DxwuNjt/8RGYKJzo0y_g0DxwuNjt -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b033\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build652507782\\b033\\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"
  5657. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b017\\_pkg_.a" # internal
  5658. mkdir -p $WORK\b008\
  5659. cat >$WORK\b008\importcfg << 'EOF' # internal
  5660. # import config
  5661. packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
  5662. packagefile sync=$WORK\b010\_pkg_.a
  5663. packagefile syscall=$WORK\b017\_pkg_.a
  5664. EOF
  5665. cd c:\dev\go\src\internal\syscall\windows
  5666. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b008\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b008" -p internal/syscall/windows -std -complete -buildid w1ld7FCc4jQjGYQJeRzj/w1ld7FCc4jQjGYQJeRzj -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\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"
  5667. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b025\\_pkg_.a" # internal
  5668. cd c:\dev\go\src\strings
  5669. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b033" -I "C:\\Windows\\TEMP\\go-build652507782\\b033\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b033\\strings.o" "c:\\dev\\go\\src\\strings\\strings.s"
  5670. mkdir -p $WORK\b021\
  5671. cat >$WORK\b021\importcfg << 'EOF' # internal
  5672. # import config
  5673. packagefile errors=$WORK\b004\_pkg_.a
  5674. packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
  5675. packagefile io=$WORK\b019\_pkg_.a
  5676. packagefile syscall=$WORK\b017\_pkg_.a
  5677. packagefile unicode/utf16=$WORK\b018\_pkg_.a
  5678. EOF
  5679. cd c:\dev\go\src\internal\syscall\windows\registry
  5680. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b021\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b021" -p internal/syscall/windows/registry -std -complete -buildid rftVvk72QPof18OZA8EI/rftVvk72QPof18OZA8EI -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\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"
  5681. cd c:\dev\go\src\strings
  5682. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build652507782\\b033\\_pkg_.a" "C:\\Windows\\TEMP\\go-build652507782\\b033\\strings.o" # internal
  5683. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b033\\_pkg_.a" # internal
  5684. mkdir -p $WORK\b038\
  5685. cat >$WORK\b038\importcfg << 'EOF' # internal
  5686. # import config
  5687. packagefile bytes=$WORK\b025\_pkg_.a
  5688. packagefile errors=$WORK\b004\_pkg_.a
  5689. packagefile io=$WORK\b019\_pkg_.a
  5690. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  5691. EOF
  5692. cd c:\dev\go\src\bufio
  5693. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b038\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b038" -p bufio -std -complete -buildid w-5eU5StOD9jJSON1SEM/w-5eU5StOD9jJSON1SEM -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b038\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\bufio\\bufio.go" "c:\\dev\\go\\src\\bufio\\scan.go"
  5694. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b008\\_pkg_.a" # internal
  5695. mkdir -p $WORK\b047\
  5696. cat >$WORK\b047\importcfg << 'EOF' # internal
  5697. # import config
  5698. packagefile io=$WORK\b019\_pkg_.a
  5699. EOF
  5700. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b021\\_pkg_.a" # internal
  5701. cd c:\dev\go\src\hash
  5702. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b047\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b047" -p hash -std -complete -buildid 5zBhr8Ne_ILRutBh9Hgn/5zBhr8Ne_ILRutBh9Hgn -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b047\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\hash\\hash.go"
  5703. mkdir -p $WORK\b020\
  5704. cat >$WORK\b020\importcfg << 'EOF' # internal
  5705. # import config
  5706. packagefile errors=$WORK\b004\_pkg_.a
  5707. packagefile internal/syscall/windows/registry=$WORK\b021\_pkg_.a
  5708. packagefile runtime=$WORK\b011\_pkg_.a
  5709. packagefile sync=$WORK\b010\_pkg_.a
  5710. packagefile syscall=$WORK\b017\_pkg_.a
  5711. EOF
  5712. cd c:\dev\go\src\time
  5713. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b020\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b020" -p time -std -buildid dYjAZiSxk-0C0CeC1HnC/dYjAZiSxk-0C0CeC1HnC -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\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"
  5714. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b038\\_pkg_.a" # internal
  5715. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b047\\_pkg_.a" # internal
  5716. mkdir -p $WORK\b046\
  5717. cat >$WORK\b046\importcfg << 'EOF' # internal
  5718. # import config
  5719. packagefile errors=$WORK\b004\_pkg_.a
  5720. packagefile hash=$WORK\b047\_pkg_.a
  5721. packagefile internal/cpu=$WORK\b013\_pkg_.a
  5722. packagefile sync=$WORK\b010\_pkg_.a
  5723. EOF
  5724. cd c:\dev\go\src\hash\crc32
  5725. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b046\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b046" -p hash/crc32 -std -buildid WyEY-7daZFLqzGgvBiAX/WyEY-7daZFLqzGgvBiAX -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b046\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build652507782\\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"
  5726. mkdir -p $WORK\b050\
  5727. cat >$WORK\b050\importcfg << 'EOF' # internal
  5728. # import config
  5729. packagefile io=$WORK\b019\_pkg_.a
  5730. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  5731. EOF
  5732. cd c:\dev\go\src\text\tabwriter
  5733. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b050\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b050" -p text/tabwriter -std -complete -buildid DCS3W56R02S4f5CJryxb/DCS3W56R02S4f5CJryxb -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b050\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\text\\tabwriter\\tabwriter.go"
  5734. cd c:\dev\go\src\reflect
  5735. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b030" -I "C:\\Windows\\TEMP\\go-build652507782\\b030\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b030\\asm_amd64.o" "c:\\dev\\go\\src\\reflect\\asm_amd64.s"
  5736. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build652507782\\b030\\_pkg_.a" "C:\\Windows\\TEMP\\go-build652507782\\b030\\asm_amd64.o" # internal
  5737. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b030\\_pkg_.a" # internal
  5738. mkdir -p $WORK\b032\
  5739. cat >$WORK\b032\importcfg << 'EOF' # internal
  5740. # import config
  5741. packagefile reflect=$WORK\b030\_pkg_.a
  5742. EOF
  5743. cd c:\dev\go\src\sort
  5744. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b032\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b032" -p sort -std -complete -buildid f06GZRQrPzbicWqpvwWm/f06GZRQrPzbicWqpvwWm -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b032\\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"
  5745. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b050\\_pkg_.a" # internal
  5746. mkdir -p $WORK\b045\
  5747. cat >$WORK\b045\importcfg << 'EOF' # internal
  5748. # import config
  5749. packagefile errors=$WORK\b004\_pkg_.a
  5750. packagefile io=$WORK\b019\_pkg_.a
  5751. packagefile math=$WORK\b029\_pkg_.a
  5752. packagefile reflect=$WORK\b030\_pkg_.a
  5753. EOF
  5754. cd c:\dev\go\src\encoding\binary
  5755. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b045\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b045" -p encoding/binary -std -complete -buildid 7sBaI-ER--MrY0ISH8ED/7sBaI-ER--MrY0ISH8ED -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b045\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\encoding\\binary\\binary.go" "c:\\dev\\go\\src\\encoding\\binary\\varint.go"
  5756. cd c:\dev\go\src\hash\crc32
  5757. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b046" -I "C:\\Windows\\TEMP\\go-build652507782\\b046\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b046\\crc32_amd64.o" "c:\\dev\\go\\src\\hash\\crc32\\crc32_amd64.s"
  5758. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build652507782\\b046\\_pkg_.a" "C:\\Windows\\TEMP\\go-build652507782\\b046\\crc32_amd64.o" # internal
  5759. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b046\\_pkg_.a" # internal
  5760. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b032\\_pkg_.a" # internal
  5761. mkdir -p $WORK\b040\
  5762. cat >$WORK\b040\importcfg << 'EOF' # internal
  5763. # import config
  5764. packagefile sort=$WORK\b032\_pkg_.a
  5765. packagefile strconv=$WORK\b031\_pkg_.a
  5766. packagefile strings=$WORK\b033\_pkg_.a
  5767. packagefile unicode=$WORK\b026\_pkg_.a
  5768. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  5769. EOF
  5770. cd c:\dev\go\src\regexp\syntax
  5771. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b040\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b040" -p regexp/syntax -std -complete -buildid Fs3ILPysvgE806p-zVVf/Fs3ILPysvgE806p-zVVf -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b040\\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"
  5772. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b020\\_pkg_.a" # internal
  5773. mkdir -p $WORK\b005\
  5774. cat >$WORK\b005\importcfg << 'EOF' # internal
  5775. # import config
  5776. packagefile errors=$WORK\b004\_pkg_.a
  5777. packagefile internal/race=$WORK\b006\_pkg_.a
  5778. packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
  5779. packagefile io=$WORK\b019\_pkg_.a
  5780. packagefile runtime=$WORK\b011\_pkg_.a
  5781. packagefile sync=$WORK\b010\_pkg_.a
  5782. packagefile sync/atomic=$WORK\b016\_pkg_.a
  5783. packagefile syscall=$WORK\b017\_pkg_.a
  5784. packagefile time=$WORK\b020\_pkg_.a
  5785. packagefile unicode/utf16=$WORK\b018\_pkg_.a
  5786. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  5787. EOF
  5788. cd c:\dev\go\src\internal\poll
  5789. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b005\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b005" -p internal/poll -std -buildid GMfoRNVhQfVCFwyKqE98/GMfoRNVhQfVCFwyKqE98 -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\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"
  5790. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b045\\_pkg_.a" # internal
  5791. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b005\\_pkg_.a" # internal
  5792. mkdir -p $WORK\b003\
  5793. cat >$WORK\b003\importcfg << 'EOF' # internal
  5794. # import config
  5795. packagefile errors=$WORK\b004\_pkg_.a
  5796. packagefile internal/poll=$WORK\b005\_pkg_.a
  5797. packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
  5798. packagefile internal/testlog=$WORK\b023\_pkg_.a
  5799. packagefile io=$WORK\b019\_pkg_.a
  5800. packagefile runtime=$WORK\b011\_pkg_.a
  5801. packagefile sync=$WORK\b010\_pkg_.a
  5802. packagefile sync/atomic=$WORK\b016\_pkg_.a
  5803. packagefile syscall=$WORK\b017\_pkg_.a
  5804. packagefile time=$WORK\b020\_pkg_.a
  5805. packagefile unicode/utf16=$WORK\b018\_pkg_.a
  5806. EOF
  5807. cd c:\dev\go\src\os
  5808. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b003\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b003" -p os -std -buildid P8SQKLp_ZcGLAVCeowXd/P8SQKLp_ZcGLAVCeowXd -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\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"
  5809. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b040\\_pkg_.a" # internal
  5810. mkdir -p $WORK\b039\
  5811. cat >$WORK\b039\importcfg << 'EOF' # internal
  5812. # import config
  5813. packagefile bytes=$WORK\b025\_pkg_.a
  5814. packagefile io=$WORK\b019\_pkg_.a
  5815. packagefile regexp/syntax=$WORK\b040\_pkg_.a
  5816. packagefile sort=$WORK\b032\_pkg_.a
  5817. packagefile strconv=$WORK\b031\_pkg_.a
  5818. packagefile strings=$WORK\b033\_pkg_.a
  5819. packagefile sync=$WORK\b010\_pkg_.a
  5820. packagefile unicode=$WORK\b026\_pkg_.a
  5821. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  5822. EOF
  5823. cd c:\dev\go\src\regexp
  5824. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b039\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b039" -p regexp -std -complete -buildid tWqoDC9EV6fhOfag9Vqq/tWqoDC9EV6fhOfag9Vqq -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b039\\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"
  5825. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b003\\_pkg_.a" # internal
  5826. mkdir -p $WORK\b034\
  5827. cat >$WORK\b034\importcfg << 'EOF' # internal
  5828. # import config
  5829. packagefile os=$WORK\b003\_pkg_.a
  5830. packagefile runtime=$WORK\b011\_pkg_.a
  5831. packagefile sort=$WORK\b032\_pkg_.a
  5832. packagefile time=$WORK\b020\_pkg_.a
  5833. EOF
  5834. mkdir -p $WORK\b049\
  5835. cd c:\dev\go\src\runtime\debug
  5836. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b034\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b034" -p runtime/debug -std -buildid 9kLvgqo_naKbewsAsyyg/9kLvgqo_naKbewsAsyyg -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b034\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build652507782\\b034\\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"
  5837. cat >$WORK\b049\importcfg << 'EOF' # internal
  5838. # import config
  5839. packagefile errors=$WORK\b004\_pkg_.a
  5840. packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
  5841. packagefile os=$WORK\b003\_pkg_.a
  5842. packagefile runtime=$WORK\b011\_pkg_.a
  5843. packagefile sort=$WORK\b032\_pkg_.a
  5844. packagefile strings=$WORK\b033\_pkg_.a
  5845. packagefile syscall=$WORK\b017\_pkg_.a
  5846. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  5847. EOF
  5848. mkdir -p $WORK\b028\
  5849. cd c:\dev\go\src\path\filepath
  5850. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b049\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b049" -p path/filepath -std -complete -buildid hwityJ5izG89AliLOGyK/hwityJ5izG89AliLOGyK -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\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"
  5851. cat >$WORK\b028\importcfg << 'EOF' # internal
  5852. # import config
  5853. packagefile errors=$WORK\b004\_pkg_.a
  5854. packagefile io=$WORK\b019\_pkg_.a
  5855. packagefile math=$WORK\b029\_pkg_.a
  5856. packagefile os=$WORK\b003\_pkg_.a
  5857. packagefile reflect=$WORK\b030\_pkg_.a
  5858. packagefile strconv=$WORK\b031\_pkg_.a
  5859. packagefile sync=$WORK\b010\_pkg_.a
  5860. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  5861. EOF
  5862. cd c:\dev\go\src\fmt
  5863. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b028\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b028" -p fmt -std -complete -buildid t6-7RNT4VRbdhY9rUEAm/t6-7RNT4VRbdhY9rUEAm -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\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"
  5864. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b039\\_pkg_.a" # internal
  5865. cd c:\dev\go\src\runtime\debug
  5866. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b034" -I "C:\\Windows\\TEMP\\go-build652507782\\b034\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build652507782\\b034\\debug.o" "c:\\dev\\go\\src\\runtime\\debug\\debug.s"
  5867. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b049\\_pkg_.a" # internal
  5868. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build652507782\\b034\\_pkg_.a" "C:\\Windows\\TEMP\\go-build652507782\\b034\\debug.o" # internal
  5869. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b034\\_pkg_.a" # internal
  5870. mkdir -p $WORK\b048\
  5871. cat >$WORK\b048\importcfg << 'EOF' # internal
  5872. # import config
  5873. packagefile bytes=$WORK\b025\_pkg_.a
  5874. packagefile io=$WORK\b019\_pkg_.a
  5875. packagefile os=$WORK\b003\_pkg_.a
  5876. packagefile path/filepath=$WORK\b049\_pkg_.a
  5877. packagefile sort=$WORK\b032\_pkg_.a
  5878. packagefile strconv=$WORK\b031\_pkg_.a
  5879. packagefile strings=$WORK\b033\_pkg_.a
  5880. packagefile sync=$WORK\b010\_pkg_.a
  5881. packagefile time=$WORK\b020\_pkg_.a
  5882. EOF
  5883. cd c:\dev\go\src\io\ioutil
  5884. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b048\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b048" -p io/ioutil -std -complete -buildid L6nGPH5lFwq6lnCjHCzJ/L6nGPH5lFwq6lnCjHCzJ -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b048\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\io\\ioutil\\ioutil.go" "c:\\dev\\go\\src\\io\\ioutil\\tempfile.go"
  5885. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b028\\_pkg_.a" # internal
  5886. mkdir -p $WORK\b036\
  5887. cat >$WORK\b036\importcfg << 'EOF' # internal
  5888. # import config
  5889. packagefile errors=$WORK\b004\_pkg_.a
  5890. packagefile fmt=$WORK\b028\_pkg_.a
  5891. packagefile reflect=$WORK\b030\_pkg_.a
  5892. packagefile sync=$WORK\b010\_pkg_.a
  5893. packagefile time=$WORK\b020\_pkg_.a
  5894. EOF
  5895. mkdir -p $WORK\b027\
  5896. cd c:\dev\go\src\context
  5897. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b036\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b036" -p context -std -complete -buildid r8M-60lR1CFdeg9V6jvI/r8M-60lR1CFdeg9V6jvI -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b036\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\context\\context.go"
  5898. mkdir -p $WORK\b043\
  5899. cat >$WORK\b027\importcfg << 'EOF' # internal
  5900. # import config
  5901. packagefile errors=$WORK\b004\_pkg_.a
  5902. packagefile fmt=$WORK\b028\_pkg_.a
  5903. packagefile io=$WORK\b019\_pkg_.a
  5904. packagefile os=$WORK\b003\_pkg_.a
  5905. packagefile reflect=$WORK\b030\_pkg_.a
  5906. packagefile sort=$WORK\b032\_pkg_.a
  5907. packagefile strconv=$WORK\b031\_pkg_.a
  5908. packagefile strings=$WORK\b033\_pkg_.a
  5909. packagefile time=$WORK\b020\_pkg_.a
  5910. EOF
  5911. cat >$WORK\b043\importcfg << 'EOF' # internal
  5912. # import config
  5913. packagefile bufio=$WORK\b038\_pkg_.a
  5914. packagefile fmt=$WORK\b028\_pkg_.a
  5915. packagefile io=$WORK\b019\_pkg_.a
  5916. packagefile math=$WORK\b029\_pkg_.a
  5917. packagefile math/bits=$WORK\b044\_pkg_.a
  5918. packagefile sort=$WORK\b032\_pkg_.a
  5919. packagefile strconv=$WORK\b031\_pkg_.a
  5920. packagefile sync=$WORK\b010\_pkg_.a
  5921. EOF
  5922. cd c:\dev\go\src\flag
  5923. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b027\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b027" -p flag -std -complete -buildid 5pFfjes1ICdrkUEBvxL4/5pFfjes1ICdrkUEBvxL4 -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b027\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\flag\\flag.go"
  5924. cd c:\dev\go\src\compress\flate
  5925. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b043\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b043" -p compress/flate -std -complete -buildid -bqGLMnqL9NEklQ6gz0O/-bqGLMnqL9NEklQ6gz0O -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b043\\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"
  5926. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b048\\_pkg_.a" # internal
  5927. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b036\\_pkg_.a" # internal
  5928. mkdir -p $WORK\b035\
  5929. cat >$WORK\b035\importcfg << 'EOF' # internal
  5930. # import config
  5931. packagefile context=$WORK\b036\_pkg_.a
  5932. packagefile fmt=$WORK\b028\_pkg_.a
  5933. packagefile io=$WORK\b019\_pkg_.a
  5934. packagefile runtime=$WORK\b011\_pkg_.a
  5935. packagefile sync=$WORK\b010\_pkg_.a
  5936. packagefile sync/atomic=$WORK\b016\_pkg_.a
  5937. EOF
  5938. cd c:\dev\go\src\runtime\trace
  5939. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b035\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b035" -p runtime/trace -std -buildid 4niAUZK4A3SQDhCz9yWP/4niAUZK4A3SQDhCz9yWP -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b035\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\runtime\\trace\\annotation.go" "c:\\dev\\go\\src\\runtime\\trace\\trace.go"
  5940. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b027\\_pkg_.a" # internal
  5941. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b035\\_pkg_.a" # internal
  5942. mkdir -p $WORK\b024\
  5943. cat >$WORK\b024\importcfg << 'EOF' # internal
  5944. # import config
  5945. packagefile bytes=$WORK\b025\_pkg_.a
  5946. packagefile errors=$WORK\b004\_pkg_.a
  5947. packagefile flag=$WORK\b027\_pkg_.a
  5948. packagefile fmt=$WORK\b028\_pkg_.a
  5949. packagefile internal/race=$WORK\b006\_pkg_.a
  5950. packagefile io=$WORK\b019\_pkg_.a
  5951. packagefile os=$WORK\b003\_pkg_.a
  5952. packagefile runtime=$WORK\b011\_pkg_.a
  5953. packagefile runtime/debug=$WORK\b034\_pkg_.a
  5954. packagefile runtime/trace=$WORK\b035\_pkg_.a
  5955. packagefile sort=$WORK\b032\_pkg_.a
  5956. packagefile strconv=$WORK\b031\_pkg_.a
  5957. packagefile strings=$WORK\b033\_pkg_.a
  5958. packagefile sync=$WORK\b010\_pkg_.a
  5959. packagefile sync/atomic=$WORK\b016\_pkg_.a
  5960. packagefile time=$WORK\b020\_pkg_.a
  5961. EOF
  5962. cd c:\dev\go\src\testing
  5963. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b024\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b024" -p testing -std -complete -buildid 5aMncLrgnuhz1EHRmBhp/5aMncLrgnuhz1EHRmBhp -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\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"
  5964. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b043\\_pkg_.a" # internal
  5965. mkdir -p $WORK\b042\
  5966. cat >$WORK\b042\importcfg << 'EOF' # internal
  5967. # import config
  5968. packagefile bufio=$WORK\b038\_pkg_.a
  5969. packagefile compress/flate=$WORK\b043\_pkg_.a
  5970. packagefile encoding/binary=$WORK\b045\_pkg_.a
  5971. packagefile errors=$WORK\b004\_pkg_.a
  5972. packagefile fmt=$WORK\b028\_pkg_.a
  5973. packagefile hash/crc32=$WORK\b046\_pkg_.a
  5974. packagefile io=$WORK\b019\_pkg_.a
  5975. packagefile time=$WORK\b020\_pkg_.a
  5976. EOF
  5977. cd c:\dev\go\src\compress\gzip
  5978. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b042\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b042" -p compress/gzip -std -complete -buildid K5Y_Zp8_QCIRaQ3PEhBf/K5Y_Zp8_QCIRaQ3PEhBf -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b042\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\compress\\gzip\\gunzip.go" "c:\\dev\\go\\src\\compress\\gzip\\gzip.go"
  5979. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b042\\_pkg_.a" # internal
  5980. mkdir -p $WORK\b041\
  5981. cat >$WORK\b041\importcfg << 'EOF' # internal
  5982. # import config
  5983. packagefile bufio=$WORK\b038\_pkg_.a
  5984. packagefile bytes=$WORK\b025\_pkg_.a
  5985. packagefile compress/gzip=$WORK\b042\_pkg_.a
  5986. packagefile context=$WORK\b036\_pkg_.a
  5987. packagefile encoding/binary=$WORK\b045\_pkg_.a
  5988. packagefile errors=$WORK\b004\_pkg_.a
  5989. packagefile fmt=$WORK\b028\_pkg_.a
  5990. packagefile io=$WORK\b019\_pkg_.a
  5991. packagefile io/ioutil=$WORK\b048\_pkg_.a
  5992. packagefile math=$WORK\b029\_pkg_.a
  5993. packagefile os=$WORK\b003\_pkg_.a
  5994. packagefile runtime=$WORK\b011\_pkg_.a
  5995. packagefile sort=$WORK\b032\_pkg_.a
  5996. packagefile strconv=$WORK\b031\_pkg_.a
  5997. packagefile strings=$WORK\b033\_pkg_.a
  5998. packagefile sync=$WORK\b010\_pkg_.a
  5999. packagefile text/tabwriter=$WORK\b050\_pkg_.a
  6000. packagefile time=$WORK\b020\_pkg_.a
  6001. EOF
  6002. cd c:\dev\go\src\runtime\pprof
  6003. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b041\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b041" -p runtime/pprof -std -buildid 1tbVwsXnkyPSsDIU3bKX/1tbVwsXnkyPSsDIU3bKX -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b041\\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"
  6004. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b024\\_pkg_.a" # internal
  6005. mkdir -p $WORK\b051\
  6006. cd $WORK\b051\
  6007. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\cover.exe" -mode set -var GoCover_0_383336666631383465376234 -o "C:\\Windows\\TEMP\\go-build652507782\\b051\\log.cover.go" "c:\\dev\\go\\src\\log\\log.go"
  6008. cat >$WORK\b051\importcfg << 'EOF' # internal
  6009. # import config
  6010. packagefile bytes=$WORK\b025\_pkg_.a
  6011. packagefile fmt=$WORK\b028\_pkg_.a
  6012. packagefile os=$WORK\b003\_pkg_.a
  6013. packagefile regexp=$WORK\b039\_pkg_.a
  6014. packagefile strings=$WORK\b033\_pkg_.a
  6015. packagefile testing=$WORK\b024\_pkg_.a
  6016. packagefile time=$WORK\b020\_pkg_.a
  6017. packagefile fmt=$WORK\b028\_pkg_.a
  6018. packagefile io=$WORK\b019\_pkg_.a
  6019. packagefile os=$WORK\b003\_pkg_.a
  6020. packagefile runtime=$WORK\b011\_pkg_.a
  6021. packagefile sync=$WORK\b010\_pkg_.a
  6022. packagefile time=$WORK\b020\_pkg_.a
  6023. EOF
  6024. cd c:\dev\go\src\log
  6025. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b051\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b051" -p log -std -complete -buildid 7eW3b3MrPPv2q9_py6sf/7eW3b3MrPPv2q9_py6sf -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b051\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\go-build652507782\\b051\\log.cover.go" "c:\\dev\\go\\src\\log\\log_test.go"
  6026. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b041\\_pkg_.a" # internal
  6027. mkdir -p $WORK\b037\
  6028. cat >$WORK\b037\importcfg << 'EOF' # internal
  6029. # import config
  6030. packagefile bufio=$WORK\b038\_pkg_.a
  6031. packagefile internal/testlog=$WORK\b023\_pkg_.a
  6032. packagefile io=$WORK\b019\_pkg_.a
  6033. packagefile regexp=$WORK\b039\_pkg_.a
  6034. packagefile runtime/pprof=$WORK\b041\_pkg_.a
  6035. packagefile strings=$WORK\b033\_pkg_.a
  6036. packagefile sync=$WORK\b010\_pkg_.a
  6037. EOF
  6038. cd c:\dev\go\src\testing\internal\testdeps
  6039. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b037\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b037" -p testing/internal/testdeps -std -complete -buildid tFtCmh7CV9rLr5oG4n_f/tFtCmh7CV9rLr5oG4n_f -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b037\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\testing\\internal\\testdeps\\deps.go"
  6040. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b037\\_pkg_.a" # internal
  6041. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b051\\_pkg_.a" # internal
  6042. mkdir -p $WORK\b052\
  6043. cat >$WORK\b052\importcfg << 'EOF' # internal
  6044. # import config
  6045. packagefile bytes=$WORK\b025\_pkg_.a
  6046. packagefile fmt=$WORK\b028\_pkg_.a
  6047. packagefile log=$WORK\b051\_pkg_.a
  6048. EOF
  6049. cd c:\dev\go\src\log
  6050. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b052\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b052" -p log_test -complete -buildid AqNq9AELAGRcNU7LyZ0o/AqNq9AELAGRcNU7LyZ0o -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b052\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\log\\example_test.go"
  6051. cat >$WORK\b051\vet.cfg << 'EOF' # internal
  6052. {
  6053. "Compiler": "gc",
  6054. "Dir": "c:\\dev\\go\\src\\log",
  6055. "GoFiles": [
  6056. "C:\\Windows\\TEMP\\go-build652507782\\b051\\log.cover.go",
  6057. "c:\\dev\\go\\src\\log\\log_test.go"
  6058. ],
  6059. "ImportMap": {
  6060. "bytes": "bytes",
  6061. "fmt": "fmt",
  6062. "io": "io",
  6063. "os": "os",
  6064. "regexp": "regexp",
  6065. "runtime": "runtime",
  6066. "strings": "strings",
  6067. "sync": "sync",
  6068. "testing": "testing",
  6069. "time": "time"
  6070. },
  6071. "PackageFile": {
  6072. "bytes": "C:\\Windows\\TEMP\\go-build652507782\\b025\\_pkg_.a",
  6073. "fmt": "C:\\Windows\\TEMP\\go-build652507782\\b028\\_pkg_.a",
  6074. "io": "C:\\Windows\\TEMP\\go-build652507782\\b019\\_pkg_.a",
  6075. "os": "C:\\Windows\\TEMP\\go-build652507782\\b003\\_pkg_.a",
  6076. "regexp": "C:\\Windows\\TEMP\\go-build652507782\\b039\\_pkg_.a",
  6077. "runtime": "C:\\Windows\\TEMP\\go-build652507782\\b011\\_pkg_.a",
  6078. "strings": "C:\\Windows\\TEMP\\go-build652507782\\b033\\_pkg_.a",
  6079. "sync": "C:\\Windows\\TEMP\\go-build652507782\\b010\\_pkg_.a",
  6080. "testing": "C:\\Windows\\TEMP\\go-build652507782\\b024\\_pkg_.a",
  6081. "time": "C:\\Windows\\TEMP\\go-build652507782\\b020\\_pkg_.a"
  6082. },
  6083. "ImportPath": "log",
  6084. "SucceedOnTypecheckFailure": true
  6085. }
  6086. EOF
  6087. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build652507782\\b051\\vet.cfg"
  6088. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b052\\_pkg_.a" # internal
  6089. cat >$WORK\b052\vet.cfg << 'EOF' # internal
  6090. {
  6091. "Compiler": "gc",
  6092. "Dir": "c:\\dev\\go\\src\\log",
  6093. "GoFiles": [
  6094. "c:\\dev\\go\\src\\log\\example_test.go"
  6095. ],
  6096. "ImportMap": {
  6097. "bytes": "bytes",
  6098. "fmt": "fmt",
  6099. "log": "log"
  6100. },
  6101. "PackageFile": {
  6102. "bytes": "C:\\Windows\\TEMP\\go-build652507782\\b025\\_pkg_.a",
  6103. "fmt": "C:\\Windows\\TEMP\\go-build652507782\\b028\\_pkg_.a",
  6104. "log": "C:\\Windows\\TEMP\\go-build652507782\\b051\\_pkg_.a"
  6105. },
  6106. "ImportPath": "log_test",
  6107. "SucceedOnTypecheckFailure": true
  6108. }
  6109. EOF
  6110. cat >$WORK\b001\importcfg << 'EOF' # internal
  6111. # import config
  6112. packagefile os=$WORK\b003\_pkg_.a
  6113. packagefile testing=$WORK\b024\_pkg_.a
  6114. packagefile testing/internal/testdeps=$WORK\b037\_pkg_.a
  6115. packagefile runtime=$WORK\b011\_pkg_.a
  6116. packagefile log=$WORK\b051\_pkg_.a
  6117. packagefile log_test=$WORK\b052\_pkg_.a
  6118. EOF
  6119. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\vet.exe" -atomic -bool -buildtags -nilfunc -printf "C:\\Windows\\TEMP\\go-build652507782\\b052\\vet.cfg"
  6120. cd $WORK\b001\
  6121. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build652507782\\b001" -p main -complete -buildid 0rNgw8oVTBPghtxV5tAa/0rNgw8oVTBPghtxV5tAa -dwarf=false -D "" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b001\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\go-build652507782\\b001\\_testmain.go"
  6122. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build652507782\\b001\\_pkg_.a" # internal
  6123. cat >$WORK\b001\importcfg.link << 'EOF' # internal
  6124. packagefile log (testmain)=$WORK\b001\_pkg_.a
  6125. packagefile os=$WORK\b003\_pkg_.a
  6126. packagefile testing=$WORK\b024\_pkg_.a
  6127. packagefile testing/internal/testdeps=$WORK\b037\_pkg_.a
  6128. packagefile runtime=$WORK\b011\_pkg_.a
  6129. packagefile log=$WORK\b051\_pkg_.a
  6130. packagefile log_test=$WORK\b052\_pkg_.a
  6131. packagefile errors=$WORK\b004\_pkg_.a
  6132. packagefile internal/poll=$WORK\b005\_pkg_.a
  6133. packagefile internal/syscall/windows=$WORK\b008\_pkg_.a
  6134. packagefile internal/testlog=$WORK\b023\_pkg_.a
  6135. packagefile io=$WORK\b019\_pkg_.a
  6136. packagefile sync=$WORK\b010\_pkg_.a
  6137. packagefile sync/atomic=$WORK\b016\_pkg_.a
  6138. packagefile syscall=$WORK\b017\_pkg_.a
  6139. packagefile time=$WORK\b020\_pkg_.a
  6140. packagefile unicode/utf16=$WORK\b018\_pkg_.a
  6141. packagefile bytes=$WORK\b025\_pkg_.a
  6142. packagefile flag=$WORK\b027\_pkg_.a
  6143. packagefile fmt=$WORK\b028\_pkg_.a
  6144. packagefile internal/race=$WORK\b006\_pkg_.a
  6145. packagefile runtime/debug=$WORK\b034\_pkg_.a
  6146. packagefile runtime/trace=$WORK\b035\_pkg_.a
  6147. packagefile sort=$WORK\b032\_pkg_.a
  6148. packagefile strconv=$WORK\b031\_pkg_.a
  6149. packagefile strings=$WORK\b033\_pkg_.a
  6150. packagefile bufio=$WORK\b038\_pkg_.a
  6151. packagefile regexp=$WORK\b039\_pkg_.a
  6152. packagefile runtime/pprof=$WORK\b041\_pkg_.a
  6153. packagefile internal/bytealg=$WORK\b012\_pkg_.a
  6154. packagefile internal/cpu=$WORK\b013\_pkg_.a
  6155. packagefile runtime/internal/atomic=$WORK\b014\_pkg_.a
  6156. packagefile runtime/internal/sys=$WORK\b015\_pkg_.a
  6157. packagefile unicode/utf8=$WORK\b022\_pkg_.a
  6158. packagefile internal/syscall/windows/sysdll=$WORK\b009\_pkg_.a
  6159. packagefile internal/syscall/windows/registry=$WORK\b021\_pkg_.a
  6160. packagefile unicode=$WORK\b026\_pkg_.a
  6161. packagefile reflect=$WORK\b030\_pkg_.a
  6162. packagefile math=$WORK\b029\_pkg_.a
  6163. packagefile context=$WORK\b036\_pkg_.a
  6164. packagefile regexp/syntax=$WORK\b040\_pkg_.a
  6165. packagefile compress/gzip=$WORK\b042\_pkg_.a
  6166. packagefile encoding/binary=$WORK\b045\_pkg_.a
  6167. packagefile io/ioutil=$WORK\b048\_pkg_.a
  6168. packagefile text/tabwriter=$WORK\b050\_pkg_.a
  6169. packagefile compress/flate=$WORK\b043\_pkg_.a
  6170. packagefile hash/crc32=$WORK\b046\_pkg_.a
  6171. packagefile path/filepath=$WORK\b049\_pkg_.a
  6172. packagefile math/bits=$WORK\b044\_pkg_.a
  6173. packagefile hash=$WORK\b047\_pkg_.a
  6174. EOF
  6175. cd .
  6176. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "C:\\Windows\\TEMP\\go-build652507782\\b001\\log.test.exe" -importcfg "C:\\Windows\\TEMP\\go-build652507782\\b001\\importcfg.link" -s -w -buildmode=exe -buildid=G3n2Rt85KtyzOYQG2qMA/0rNgw8oVTBPghtxV5tAa/Mgycuv2i7xe0knYegmqa/G3n2Rt85KtyzOYQG2qMA -extld=gcc "C:\\Windows\\TEMP\\go-build652507782\\b001\\_pkg_.a"
  6177. $WORK\b001\log.test.exe
  6178. rm -r $WORK\b001\
  6179.  
  6180. === RUN TestDontReportRemoveOfEmptyDir
  6181. === PAUSE TestDontReportRemoveOfEmptyDir
  6182. === RUN TestNoRelativeTmpdir
  6183. --- PASS: TestNoRelativeTmpdir (0.04s)
  6184. go_test.go:6041: running testgo [build a]
  6185. go_test.go:6041: standard error:
  6186. go_test.go:6041: cmd/go: relative tmpdir not supported
  6187.  
  6188. go_test.go:6041: testgo failed as expected: exit status 1
  6189. === RUN TestNoteReading
  6190. --- PASS: TestNoteReading (4.85s)
  6191. note_test.go:23: running testgo [build -ldflags -buildid=TestNoteReading-Build-ID -o C:\Windows\TEMP\gotest847818129\hello.exe C:\Windows\TEMP\gotest847818129\hello.go]
  6192. note_test.go:41: running testgo [build -ldflags -buildid=TestNoteReading-Build-ID -linkmode=external -o C:\Windows\TEMP\gotest847818129\hello2.exe C:\Windows\TEMP\gotest847818129\hello.go]
  6193. === RUN TestVendorImports
  6194. --- PASS: TestVendorImports (0.14s)
  6195. vendor_test.go:23: running testgo [list -f {{.ImportPath}} {{.Imports}} vend/... vend/vendor/... vend/x/vendor/...]
  6196. vendor_test.go:23: standard output:
  6197. vendor_test.go:23: vend [vend/vendor/p r]
  6198. vend/dir1 []
  6199. vend/hello [fmt vend/vendor/strings]
  6200. vend/subdir [vend/vendor/p r]
  6201. vend/x [vend/x/vendor/p vend/vendor/q vend/x/vendor/r vend/dir1 vend/vendor/vend/dir1/dir2]
  6202. vend/x/invalid [vend/x/invalid/vendor/foo]
  6203. vend/vendor/p []
  6204. vend/vendor/q []
  6205. vend/vendor/strings []
  6206. vend/vendor/vend/dir1/dir2 []
  6207. vend/x/vendor/p []
  6208. vend/x/vendor/p/p [notfound]
  6209. vend/x/vendor/r []
  6210.  
  6211. === RUN TestVendorBuild
  6212. --- PASS: TestVendorBuild (0.11s)
  6213. vendor_test.go:53: running testgo [build vend/x]
  6214. === RUN TestVendorRun
  6215. --- PASS: TestVendorRun (2.99s)
  6216. vendor_test.go:61: running testgo [run hello.go]
  6217. vendor_test.go:61: standard output:
  6218. vendor_test.go:61: hello, world
  6219.  
  6220. === RUN TestVendorGOPATH
  6221. --- PASS: TestVendorGOPATH (3.22s)
  6222. vendor_test.go:76: running testgo [run hello.go]
  6223. vendor_test.go:76: standard output:
  6224. vendor_test.go:76: hello, world
  6225.  
  6226. === RUN TestVendorTest
  6227. --- PASS: TestVendorTest (4.06s)
  6228. vendor_test.go:85: running testgo [test -v]
  6229. vendor_test.go:85: standard output:
  6230. vendor_test.go:85: === RUN TestMsgInternal
  6231. --- PASS: TestMsgInternal (0.00s)
  6232. === RUN TestMsgExternal
  6233. --- PASS: TestMsgExternal (0.00s)
  6234. PASS
  6235. ok vend/hello 0.024s
  6236.  
  6237. === RUN TestVendorInvalid
  6238. --- PASS: TestVendorInvalid (0.04s)
  6239. vendor_test.go:95: running testgo [build vend/x/invalid]
  6240. vendor_test.go:95: standard error:
  6241. vendor_test.go:95: testdata\src\vend\x\invalid\invalid.go:3:8: must be imported as foo
  6242.  
  6243. vendor_test.go:95: testgo failed as expected: exit status 1
  6244. === RUN TestVendorImportError
  6245. --- PASS: TestVendorImportError (0.04s)
  6246. vendor_test.go:104: running testgo [build vend/x/vendor/p/p]
  6247. vendor_test.go:104: standard error:
  6248. vendor_test.go:104: testdata\src\vend\x\vendor\p\p\p.go:3:8: cannot find package "notfound" in any of:
  6249. c:\dev\go\src\cmd\go\testdata\src\vend\x\vendor\notfound (vendor tree)
  6250. c:\dev\go\src\cmd\go\testdata\src\vend\vendor\notfound
  6251. c:\dev\go\src\notfound (from $GOROOT)
  6252. c:\dev\go\src\cmd\go\testdata\src\notfound (from $GOPATH)
  6253.  
  6254. vendor_test.go:104: testgo failed as expected: exit status 1
  6255. === RUN TestVendorGet
  6256. --- PASS: TestVendorGet (7.98s)
  6257. vendor_test.go:171: running testgo [run m.go]
  6258. vendor_test.go:171: standard output:
  6259. vendor_test.go:171: 1
  6260.  
  6261. vendor_test.go:172: running testgo [test]
  6262. vendor_test.go:172: standard output:
  6263. vendor_test.go:172: 1
  6264. PASS
  6265. ok v 0.026s
  6266.  
  6267. vendor_test.go:173: running testgo [list -f {{.Imports}}]
  6268. vendor_test.go:173: standard output:
  6269. vendor_test.go:173: [fmt v/vendor/vendor.org/p]
  6270.  
  6271. vendor_test.go:175: running testgo [list -f {{.TestImports}}]
  6272. vendor_test.go:175: standard output:
  6273. vendor_test.go:175: [fmt testing v/vendor/vendor.org/p]
  6274.  
  6275. vendor_test.go:177: running testgo [get -d]
  6276. vendor_test.go:178: running testgo [get -t -d]
  6277. === RUN TestVendorGetUpdate
  6278. --- PASS: TestVendorGetUpdate (9.58s)
  6279. vendor_test.go:188: running testgo [get github.com/rsc/go-get-issue-11864]
  6280. vendor_test.go:189: running testgo [get -u github.com/rsc/go-get-issue-11864]
  6281. === RUN TestVendorGetU
  6282. --- PASS: TestVendorGetU (4.96s)
  6283. vendor_test.go:199: running testgo [get -u github.com/rsc/go-get-issue-11864]
  6284. === RUN TestVendorGetTU
  6285. --- PASS: TestVendorGetTU (5.59s)
  6286. vendor_test.go:209: running testgo [get -t -u github.com/rsc/go-get-issue-11864/...]
  6287. === RUN TestVendorGetBadVendor
  6288. === RUN TestVendorGetBadVendor/bad/imp
  6289. === RUN TestVendorGetBadVendor/bad/imp2
  6290. === RUN TestVendorGetBadVendor/bad/imp3
  6291. === RUN TestVendorGetBadVendor/...
  6292. --- PASS: TestVendorGetBadVendor (9.83s)
  6293. --- PASS: TestVendorGetBadVendor/bad/imp (3.43s)
  6294. vendor_test.go:221: running testgo [get -t -u github.com/rsc/go-get-issue-18219/bad/imp]
  6295. vendor_test.go:221: standard error:
  6296. vendor_test.go:221: package github.com/rsc/vendor/x: must be imported as x
  6297.  
  6298. vendor_test.go:221: testgo failed as expected: exit status 1
  6299. --- PASS: TestVendorGetBadVendor/bad/imp2 (2.13s)
  6300. vendor_test.go:221: running testgo [get -t -u github.com/rsc/go-get-issue-18219/bad/imp2]
  6301. vendor_test.go:221: standard error:
  6302. vendor_test.go:221: package github.com/rsc/vendor/x: must be imported as x
  6303.  
  6304. vendor_test.go:221: testgo failed as expected: exit status 1
  6305. --- PASS: TestVendorGetBadVendor/bad/imp3 (2.07s)
  6306. vendor_test.go:221: running testgo [get -t -u github.com/rsc/go-get-issue-18219/bad/imp3]
  6307. vendor_test.go:221: standard error:
  6308. vendor_test.go:221: package github.com/rsc/vendor/x: must be imported as x
  6309.  
  6310. vendor_test.go:221: testgo failed as expected: exit status 1
  6311. --- PASS: TestVendorGetBadVendor/... (2.21s)
  6312. vendor_test.go:221: running testgo [get -t -u github.com/rsc/go-get-issue-18219/...]
  6313. vendor_test.go:221: standard error:
  6314. vendor_test.go:221: package github.com/rsc/go-get-issue-18219/bad/imp
  6315. imports github.com/rsc/vendor/x: must be imported as x
  6316. package github.com/rsc/go-get-issue-18219/bad/imp2
  6317. imports github.com/rsc/vendor/x: must be imported as x
  6318. package github.com/rsc/go-get-issue-18219/bad/imp3
  6319. imports github.com/rsc/vendor/x: must be imported as x
  6320.  
  6321. vendor_test.go:221: testgo failed as expected: exit status 1
  6322. === RUN TestGetSubmodules
  6323. --- PASS: TestGetSubmodules (10.65s)
  6324. vendor_test.go:235: running testgo [get -d github.com/rsc/go-get-issue-12612]
  6325. vendor_test.go:236: running testgo [get -u -d github.com/rsc/go-get-issue-12612]
  6326. === RUN TestVendorCache
  6327. --- PASS: TestVendorCache (0.04s)
  6328. vendor_test.go:244: running testgo [build p]
  6329. vendor_test.go:244: standard error:
  6330. vendor_test.go:244: testdata\testvendor\src\q\z\z.go:3:8: must be imported as x
  6331.  
  6332. vendor_test.go:244: testgo failed as expected: exit status 1
  6333. === RUN TestVendorTest2
  6334. --- PASS: TestVendorTest2 (9.80s)
  6335. vendor_test.go:255: running testgo [get github.com/rsc/go-get-issue-11864]
  6336. vendor_test.go:258: running testgo [build -i github.com/rsc/go-get-issue-11864]
  6337. vendor_test.go:259: running testgo [build -i github.com/rsc/go-get-issue-11864/t]
  6338. vendor_test.go:262: running testgo [test -i github.com/rsc/go-get-issue-11864]
  6339. vendor_test.go:263: running testgo [test -i github.com/rsc/go-get-issue-11864/t]
  6340. vendor_test.go:266: running testgo [test github.com/rsc/go-get-issue-11864]
  6341. vendor_test.go:266: standard output:
  6342. vendor_test.go:266: ? github.com/rsc/go-get-issue-11864 [no test files]
  6343.  
  6344. vendor_test.go:267: running testgo [test github.com/rsc/go-get-issue-11864/t]
  6345. vendor_test.go:267: standard output:
  6346. vendor_test.go:267: ok github.com/rsc/go-get-issue-11864/t 0.026s
  6347.  
  6348. vendor_test.go:270: running testgo [test github.com/rsc/go-get-issue-11864/vendor/vendor.org/tx2]
  6349. vendor_test.go:270: standard output:
  6350. vendor_test.go:270: ok github.com/rsc/go-get-issue-11864/vendor/vendor.org/tx2 0.023s
  6351.  
  6352. === RUN TestVendorTest3
  6353. --- PASS: TestVendorTest3 (5.04s)
  6354. vendor_test.go:280: running testgo [get github.com/clsung/go-vendor-issue-14613]
  6355. vendor_test.go:282: running testgo [build -o C:\Windows\TEMP\gotest397428150\a.out -i github.com/clsung/go-vendor-issue-14613]
  6356. vendor_test.go:285: running testgo [test -i github.com/clsung/go-vendor-issue-14613]
  6357. vendor_test.go:286: running testgo [test github.com/clsung/go-vendor-issue-14613]
  6358. vendor_test.go:286: standard output:
  6359. vendor_test.go:286: ok github.com/clsung/go-vendor-issue-14613 0.026s
  6360.  
  6361. vendor_test.go:290: running testgo [test -i github.com/clsung/go-vendor-issue-14613/vendor_test.go]
  6362. vendor_test.go:291: running testgo [test github.com/clsung/go-vendor-issue-14613/vendor_test.go]
  6363. vendor_test.go:291: standard output:
  6364. vendor_test.go:291: ok command-line-arguments 0.024s
  6365.  
  6366. vendor_test.go:294: running testgo [test -i github.com/clsung/go-vendor-issue-14613/vendor/mylibtesttest/myapp/myapp_test.go]
  6367. vendor_test.go:295: running testgo [test github.com/clsung/go-vendor-issue-14613/vendor/mylibtesttest/myapp/myapp_test.go]
  6368. vendor_test.go:295: standard output:
  6369. vendor_test.go:295: FAIL command-line-arguments [build failed]
  6370.  
  6371. vendor_test.go:295: standard error:
  6372. vendor_test.go:295: # command-line-arguments
  6373. 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"
  6374.  
  6375. vendor_test.go:295: testgo failed as expected: exit status 2
  6376. === RUN TestVendorList
  6377. --- PASS: TestVendorList (7.35s)
  6378. vendor_test.go:306: running testgo [get github.com/rsc/go-get-issue-11864]
  6379. vendor_test.go:308: running testgo [list -f {{join .TestImports "\n"}} github.com/rsc/go-get-issue-11864/t]
  6380. vendor_test.go:308: standard output:
  6381. vendor_test.go:308: github.com/rsc/go-get-issue-11864/vendor/vendor.org/p
  6382. github.com/rsc/go-get-issue-11864/vendor/vendor.org/p1
  6383. testing
  6384.  
  6385. vendor_test.go:311: running testgo [list -f {{join .XTestImports "\n"}} github.com/rsc/go-get-issue-11864/tx]
  6386. vendor_test.go:311: standard output:
  6387. vendor_test.go:311: github.com/rsc/go-get-issue-11864/vendor/vendor.org/p
  6388. github.com/rsc/go-get-issue-11864/vendor/vendor.org/p1
  6389. testing
  6390.  
  6391. vendor_test.go:314: running testgo [list -f {{join .XTestImports "\n"}} github.com/rsc/go-get-issue-11864/vendor/vendor.org/tx2]
  6392. vendor_test.go:314: standard output:
  6393. vendor_test.go:314: github.com/rsc/go-get-issue-11864/vendor/vendor.org/tx2
  6394. testing
  6395.  
  6396. vendor_test.go:317: running testgo [list -f {{join .XTestImports "\n"}} github.com/rsc/go-get-issue-11864/vendor/vendor.org/tx3]
  6397. vendor_test.go:317: standard output:
  6398. vendor_test.go:317: github.com/rsc/go-get-issue-11864/vendor/vendor.org/tx3
  6399. testing
  6400.  
  6401. === RUN TestVendor12156
  6402. --- PASS: TestVendor12156 (0.04s)
  6403. vendor_test.go:327: running testgo [build p.go]
  6404. vendor_test.go:327: standard error:
  6405. vendor_test.go:327: p.go:3:8: cannot find package "x" in any of:
  6406. c:\dev\go\src\x (from $GOROOT)
  6407. c:\dev\go\src\cmd\go\testdata\testvendor2\src\x (from $GOPATH)
  6408.  
  6409. vendor_test.go:327: testgo failed as expected: exit status 1
  6410. === CONT TestBuildComplex
  6411. === CONT TestCgoAsmError
  6412. === CONT TestGOROOTSearchFailureReporting
  6413. === CONT TestFFLAGS
  6414. --- PASS: TestGOROOTSearchFailureReporting (0.09s)
  6415. go_test.go:1922: running testgo [install foo/quxx]
  6416. go_test.go:1922: standard error:
  6417. go_test.go:1922: can't load package: package foo/quxx: cannot find package "foo/quxx" in any of:
  6418. c:\dev\go\src\foo\quxx (from $GOROOT)
  6419. C:\Users\Lubo\go\src\foo\quxx (from $GOPATH)
  6420.  
  6421. go_test.go:1922: testgo failed as expected: exit status 1
  6422. === CONT TestConcurrentAsm
  6423. --- PASS: TestConcurrentAsm (0.27s)
  6424. go_test.go:4429: running testgo [build p]
  6425. === CONT TestLdBindNow
  6426. --- PASS: TestLdBindNow (0.08s)
  6427. go_test.go:4413: running testgo [help]
  6428. go_test.go:4413: standard output:
  6429. go_test.go:4413: Go is a tool for managing Go source code.
  6430.  
  6431. Usage:
  6432.  
  6433. go command [arguments]
  6434.  
  6435. The commands are:
  6436.  
  6437. bug start a bug report
  6438. build compile packages and dependencies
  6439. clean remove object files and cached files
  6440. doc show documentation for package or symbol
  6441. env print Go environment information
  6442. fix update packages to use new APIs
  6443. fmt gofmt (reformat) package sources
  6444. generate generate Go files by processing source
  6445. get download and install packages and dependencies
  6446. install compile and install packages and dependencies
  6447. list list packages
  6448. run compile and run Go program
  6449. test test packages
  6450. tool run specified go tool
  6451. version print Go version
  6452. vet report likely mistakes in packages
  6453.  
  6454. Use "go help [command]" for more information about a command.
  6455.  
  6456. Additional help topics:
  6457.  
  6458. buildmode build modes
  6459. c calling between Go and C
  6460. cache build and test caching
  6461. environment environment variables
  6462. filetype file types
  6463. gopath GOPATH environment variable
  6464. importpath import path syntax
  6465. packages package lists
  6466. testflag testing flags
  6467. testfunc testing functions
  6468.  
  6469. Use "go help [topic]" for more information about that topic.
  6470.  
  6471.  
  6472. === CONT TestLinkXImportPathEscape
  6473. --- PASS: TestBuildComplex (0.69s)
  6474. go_test.go:784: running testgo [build -x -o NUL complex]
  6475. go_test.go:784: standard error:
  6476. go_test.go:784: WORK=C:\Windows\TEMP\go-build440617934
  6477. mkdir -p $WORK\b003\
  6478. cat >$WORK\b003\importcfg << 'EOF' # internal
  6479. # import config
  6480. EOF
  6481. cd c:\dev\go\src\cmd\go\testdata\src\complex\nest\vendor\v1
  6482. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build440617934\\b003\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build440617934\\b003" -p complex/nest/vendor/v1 -complete -buildid Yc4Sbi93gMo495uHLaXD/Yc4Sbi93gMo495uHLaXD -D "" -importcfg "C:\\Windows\\TEMP\\go-build440617934\\b003\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\nest\\vendor\\v1\\v1.go"
  6483. mkdir -p $WORK\b004\
  6484. cat >$WORK\b004\importcfg << 'EOF' # internal
  6485. # import config
  6486. EOF
  6487. cd c:\dev\go\src\cmd\go\testdata\src\complex\nest\sub\vendor\v2
  6488. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build440617934\\b004\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build440617934\\b004" -p complex/nest/sub/vendor/v2 -complete -buildid XD-aB4t0JIPsLM9kdatm/XD-aB4t0JIPsLM9kdatm -D "" -importcfg "C:\\Windows\\TEMP\\go-build440617934\\b004\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\nest\\sub\\vendor\\v2\\v2.go"
  6489. mkdir -p $WORK\b006\
  6490. mkdir -p $WORK\b007\
  6491. cat >$WORK\b006\importcfg << 'EOF' # internal
  6492. # import config
  6493. EOF
  6494. cd c:\dev\go\src\cmd\go\testdata\src\complex\nest\vendor\v3
  6495. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build440617934\\b006\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build440617934\\b006" -p complex/nest/vendor/v3 -complete -buildid PVVMA8itORuy7_SNqChO/PVVMA8itORuy7_SNqChO -D "" -importcfg "C:\\Windows\\TEMP\\go-build440617934\\b006\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\nest\\vendor\\v3\\v3.go"
  6496. cat >$WORK\b007\importcfg << 'EOF' # internal
  6497. # import config
  6498. EOF
  6499. cd c:\dev\go\src\cmd\go\testdata\src\complex\w
  6500. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build440617934\\b007\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build440617934\\b007" -p complex/w -complete -buildid ABnks34lqYR4Abo16GC5/ABnks34lqYR4Abo16GC5 -D "" -importcfg "C:\\Windows\\TEMP\\go-build440617934\\b007\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\w\\w.go"
  6501. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build440617934\\b003\\_pkg_.a" # internal
  6502. mkdir -p $WORK\b008\
  6503. cat >$WORK\b008\importcfg << 'EOF' # internal
  6504. # import config
  6505. EOF
  6506. cd c:\dev\go\src\cmd\go\testdata\src\complex\vendor\v
  6507. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build440617934\\b008\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build440617934\\b008" -p complex/vendor/v -complete -buildid JnnZsK6o7KyiH-7VHsaX/JnnZsK6o7KyiH-7VHsaX -D "" -importcfg "C:\\Windows\\TEMP\\go-build440617934\\b008\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\vendor\\v\\v.go"
  6508. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build440617934\\b006\\_pkg_.a" # internal
  6509. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build440617934\\b004\\_pkg_.a" # internal
  6510. mkdir -p $WORK\b002\
  6511. cat >$WORK\b002\importcfg << 'EOF' # internal
  6512. # import config
  6513. importmap v1=complex/nest/vendor/v1
  6514. importmap v2=complex/nest/sub/vendor/v2
  6515. packagefile complex/nest/vendor/v1=$WORK\b003\_pkg_.a
  6516. packagefile complex/nest/sub/vendor/v2=$WORK\b004\_pkg_.a
  6517. EOF
  6518. cd c:\dev\go\src\cmd\go\testdata\src\complex\nest\sub\test12
  6519. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build440617934\\b002\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build440617934\\b002" -p complex/nest/sub/test12 -complete -buildid l2hO76bJ9K3gz_dJZlPY/l2hO76bJ9K3gz_dJZlPY -D "" -importcfg "C:\\Windows\\TEMP\\go-build440617934\\b002\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\nest\\sub\\test12\\p.go"
  6520. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build440617934\\b007\\_pkg_.a" # internal
  6521. mkdir -p $WORK\b005\
  6522. cat >$WORK\b005\importcfg << 'EOF' # internal
  6523. # import config
  6524. importmap v2=complex/nest/sub/vendor/v2
  6525. importmap v3=complex/nest/vendor/v3
  6526. packagefile complex/nest/sub/vendor/v2=$WORK\b004\_pkg_.a
  6527. packagefile complex/nest/vendor/v3=$WORK\b006\_pkg_.a
  6528. EOF
  6529. cd c:\dev\go\src\cmd\go\testdata\src\complex\nest\sub\test23
  6530. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build440617934\\b005\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build440617934\\b005" -p complex/nest/sub/test23 -complete -buildid X4cqjBW2mNAbYjRxTqEn/X4cqjBW2mNAbYjRxTqEn -D "" -importcfg "C:\\Windows\\TEMP\\go-build440617934\\b005\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\nest\\sub\\test23\\p.go"
  6531. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build440617934\\b008\\_pkg_.a" # internal
  6532. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build440617934\\b002\\_pkg_.a" # internal
  6533. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build440617934\\b005\\_pkg_.a" # internal
  6534. mkdir -p $WORK\b001\
  6535. cat >$WORK\b001\importcfg << 'EOF' # internal
  6536. # import config
  6537. importmap v=complex/vendor/v
  6538. packagefile complex/nest/sub/test12=$WORK\b002\_pkg_.a
  6539. packagefile complex/nest/sub/test23=$WORK\b005\_pkg_.a
  6540. packagefile complex/w=$WORK\b007\_pkg_.a
  6541. packagefile complex/vendor/v=$WORK\b008\_pkg_.a
  6542. packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
  6543. EOF
  6544. cd c:\dev\go\src\cmd\go\testdata\src\complex
  6545. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build440617934\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build440617934\\b001" -p main -complete -buildid ULokMhFBvuZDnOYc706V/ULokMhFBvuZDnOYc706V -D "" -importcfg "C:\\Windows\\TEMP\\go-build440617934\\b001\\importcfg" -pack -c=4 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\complex\\main.go"
  6546. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build440617934\\b001\\_pkg_.a" # internal
  6547. cat >$WORK\b001\importcfg.link << 'EOF' # internal
  6548. packagefile complex=$WORK\b001\_pkg_.a
  6549. packagefile complex/nest/sub/test12=$WORK\b002\_pkg_.a
  6550. packagefile complex/nest/sub/test23=$WORK\b005\_pkg_.a
  6551. packagefile complex/w=$WORK\b007\_pkg_.a
  6552. packagefile complex/vendor/v=$WORK\b008\_pkg_.a
  6553. packagefile runtime=c:\dev\go\pkg\windows_amd64\runtime.a
  6554. packagefile complex/nest/vendor/v1=$WORK\b003\_pkg_.a
  6555. packagefile complex/nest/sub/vendor/v2=$WORK\b004\_pkg_.a
  6556. packagefile complex/nest/vendor/v3=$WORK\b006\_pkg_.a
  6557. packagefile internal/bytealg=c:\dev\go\pkg\windows_amd64\internal\bytealg.a
  6558. packagefile internal/cpu=c:\dev\go\pkg\windows_amd64\internal\cpu.a
  6559. packagefile runtime/internal/atomic=c:\dev\go\pkg\windows_amd64\runtime\internal\atomic.a
  6560. packagefile runtime/internal/sys=c:\dev\go\pkg\windows_amd64\runtime\internal\sys.a
  6561. EOF
  6562. mkdir -p $WORK\b001\exe\
  6563. cd .
  6564. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\link.exe" -o "C:\\Windows\\TEMP\\go-build440617934\\b001\\exe\\a.out.exe" -importcfg "C:\\Windows\\TEMP\\go-build440617934\\b001\\importcfg.link" -buildmode=exe -buildid=vhtG-r1kaIhy2Ymt9rTp/ULokMhFBvuZDnOYc706V/z6ePwDzl3EaaJzC0pPon/vhtG-r1kaIhy2Ymt9rTp -extld=gcc "C:\\Windows\\TEMP\\go-build440617934\\b001\\_pkg_.a"
  6565. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build440617934\\b001\\exe\\a.out.exe" # internal
  6566.  
  6567. === CONT TestMatchesNoTestsDoesNotOverrideBuildFailure
  6568. --- PASS: TestLinkXImportPathEscape (0.63s)
  6569. go_test.go:4396: running testgo [build -o ./linkx.exe -ldflags -X=my.pkg.Text=linkXworked my.pkg/main]
  6570. === CONT TestGoEnv
  6571. --- PASS: TestMatchesNoTestsDoesNotOverrideBuildFailure (0.50s)
  6572. go_test.go:4253: running testgo [test -run ThisWillNotMatch syntaxerror]
  6573. go_test.go:4253: standard error:
  6574. go_test.go:4253: # syntaxerror
  6575. testdata\src\syntaxerror\x_test.go:3:11: expected identifier
  6576. FAIL syntaxerror [setup failed]
  6577.  
  6578. go_test.go:4253: testgo failed as expected: exit status 1
  6579. === CONT TestGoGetUpdateWithWildcard
  6580. --- PASS: TestGoEnv (1.33s)
  6581. go_test.go:4215: running testgo [env GOARCH]
  6582. go_test.go:4215: standard output:
  6583. go_test.go:4215: arm
  6584.  
  6585. go_test.go:4218: running testgo [env GCCGO]
  6586. go_test.go:4218: standard output:
  6587. go_test.go:4218: gccgo
  6588.  
  6589. go_test.go:4221: running testgo [env CGO_CFLAGS]
  6590. go_test.go:4221: standard output:
  6591. go_test.go:4221: -g -O2
  6592.  
  6593. go_test.go:4225: running testgo [env CGO_CFLAGS]
  6594. go_test.go:4225: standard output:
  6595. go_test.go:4225: -foobar
  6596.  
  6597. go_test.go:4229: running testgo [env CC]
  6598. go_test.go:4229: standard output:
  6599. go_test.go:4229: gcc
  6600.  
  6601. go_test.go:4231: running testgo [env GOGCCFLAGS]
  6602. go_test.go:4231: standard output:
  6603. go_test.go:4231: -fmust -fgo -ffaster -fPIC -marm -fmessage-length=0
  6604.  
  6605. === CONT TestAlwaysLinkSysoFiles
  6606. --- PASS: TestAlwaysLinkSysoFiles (0.13s)
  6607. go_test.go:4149: running testgo [list -f {{.SysoFiles}} syso]
  6608. go_test.go:4149: standard output:
  6609. go_test.go:4149: [a.syso]
  6610.  
  6611. go_test.go:4153: running testgo [list -f {{.SysoFiles}} syso]
  6612. go_test.go:4153: standard output:
  6613. go_test.go:4153: [a.syso]
  6614.  
  6615. === CONT TestBinaryOnlyPackages
  6616. --- PASS: TestFFLAGS (4.09s)
  6617. go_test.go:4476: running testgo [build -x p]
  6618. go_test.go:4476: standard error:
  6619. go_test.go:4476: WORK=C:\Windows\TEMP\go-build694459442
  6620. mkdir -p $WORK\b002\
  6621. cd c:\dev\go\src\runtime\cgo
  6622. CGO_LDFLAGS='"-g" "-O2"' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -objdir "C:\\Windows\\TEMP\\go-build694459442\\b002\\" -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false -- -I "C:\\Windows\\TEMP\\go-build694459442\\b002\\" -g -O2 -Wall -Werror "c:\\dev\\go\\src\\runtime\\cgo\\cgo.go"
  6623. cd $WORK
  6624. gcc -fno-caret-diagnostics -c -x c - || true
  6625. gcc -Qunused-arguments -c -x c - || true
  6626. gcc -fdebug-prefix-map=a=b -c -x c - || true
  6627. gcc -gno-record-gcc-switches -c -x c - || true
  6628. cd $WORK\b002
  6629. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build694459442\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build694459442\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build694459442\\b002\\_x001.o" -c _cgo_export.c
  6630. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build694459442\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build694459442\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build694459442\\b002\\_x002.o" -c cgo.cgo2.c
  6631. cd c:\dev\go\src\runtime\cgo
  6632. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build694459442\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build694459442\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build694459442\\b002\\_x003.o" -c gcc_context.c
  6633. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build694459442\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build694459442\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build694459442\\b002\\_x004.o" -c gcc_libinit_windows.c
  6634. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build694459442\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build694459442\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build694459442\\b002\\_x005.o" -c gcc_util.c
  6635. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build694459442\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build694459442\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build694459442\\b002\\_x006.o" -c gcc_windows_amd64.c
  6636. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build694459442\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build694459442\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build694459442\\b002\\_x007.o" -c gcc_amd64.S
  6637. cd $WORK\b002
  6638. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build694459442\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build694459442\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build694459442\\b002\\_cgo_main.o" -c _cgo_main.c
  6639. cd c:\dev\go\src\runtime\cgo
  6640. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build694459442\\b002=/tmp/go-build" -gno-record-gcc-switches -o "C:\\Windows\\TEMP\\go-build694459442\\b002\\_cgo_.o" "C:\\Windows\\TEMP\\go-build694459442\\b002\\_cgo_main.o" "C:\\Windows\\TEMP\\go-build694459442\\b002\\_x001.o" "C:\\Windows\\TEMP\\go-build694459442\\b002\\_x002.o" "C:\\Windows\\TEMP\\go-build694459442\\b002\\_x003.o" "C:\\Windows\\TEMP\\go-build694459442\\b002\\_x004.o" "C:\\Windows\\TEMP\\go-build694459442\\b002\\_x005.o" "C:\\Windows\\TEMP\\go-build694459442\\b002\\_x006.o" "C:\\Windows\\TEMP\\go-build694459442\\b002\\_x007.o" -g -O2
  6641. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -dynpackage cgo -dynimport "C:\\Windows\\TEMP\\go-build694459442\\b002\\_cgo_.o" -dynout "C:\\Windows\\TEMP\\go-build694459442\\b002\\_cgo_import.go" -dynlinker
  6642. cat >$WORK\b002\importcfg << 'EOF' # internal
  6643. # import config
  6644. EOF
  6645. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build694459442\\b002\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build694459442\\b002" -p runtime/cgo -std -buildid Co4SQ_995kMNKxWBmqFY/Co4SQ_995kMNKxWBmqFY -D "" -importcfg "C:\\Windows\\TEMP\\go-build694459442\\b002\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build694459442\\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-build694459442\\b002\\_cgo_gotypes.go" "C:\\Windows\\TEMP\\go-build694459442\\b002\\cgo.cgo1.go" "C:\\Windows\\TEMP\\go-build694459442\\b002\\_cgo_import.go"
  6646. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build694459442\\b002" -I "C:\\Windows\\TEMP\\go-build694459442\\b002\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build694459442\\b002\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\cgo\\asm_amd64.s"
  6647. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build694459442\\b002\\_pkg_.a" "C:\\Windows\\TEMP\\go-build694459442\\b002\\asm_amd64.o" "C:\\Windows\\TEMP\\go-build694459442\\b002\\_x001.o" "C:\\Windows\\TEMP\\go-build694459442\\b002\\_x002.o" "C:\\Windows\\TEMP\\go-build694459442\\b002\\_x003.o" "C:\\Windows\\TEMP\\go-build694459442\\b002\\_x004.o" "C:\\Windows\\TEMP\\go-build694459442\\b002\\_x005.o" "C:\\Windows\\TEMP\\go-build694459442\\b002\\_x006.o" "C:\\Windows\\TEMP\\go-build694459442\\b002\\_x007.o" # internal
  6648. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build694459442\\b002\\_pkg_.a" # internal
  6649. mkdir -p $WORK\b001\
  6650. go build p: invalid flag in #cgo FFLAGS: -no-such-fortran-flag
  6651.  
  6652. === CONT TestIssue17119
  6653. --- PASS: TestCgoAsmError (4.10s)
  6654. go_test.go:2765: running testgo [build cgoasm]
  6655. go_test.go:2765: standard error:
  6656. go_test.go:2765: go build cgoasm: package using cgo has Go assembly file p.s
  6657.  
  6658. go_test.go:2765: testgo failed as expected: exit status 1
  6659. === CONT TestCgoConsistentResults
  6660. --- PASS: TestIssue17119 (0.12s)
  6661. go_test.go:4037: running testgo [build dupload]
  6662. go_test.go:4037: standard error:
  6663. go_test.go:4037: testdata\src\dupload\p2\p2.go:3:8: must be imported as p
  6664.  
  6665. go_test.go:4037: testgo failed as expected: exit status 1
  6666. === CONT TestParallelTest
  6667. --- PASS: TestParallelTest (1.67s)
  6668. go_test.go:3980: running testgo [test -p=4 p1 p2 p3 p4]
  6669. go_test.go:3980: standard output:
  6670. go_test.go:3980: ok p1 0.047s
  6671. ok p2 0.118s
  6672. ok p3 0.053s
  6673. ok p4 0.080s
  6674.  
  6675. === CONT TestGoTestRaceFailures
  6676. --- PASS: TestBinaryOnlyPackages (6.64s)
  6677. go_test.go:4063: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
  6678. go_test.go:4063: standard output:
  6679. go_test.go:4063: true:missing or invalid binary-only package
  6680.  
  6681. go_test.go:4064: running testgo [install p1]
  6682. go_test.go:4064: standard error:
  6683. go_test.go:4064: go build p1: missing or invalid binary-only package
  6684.  
  6685. go_test.go:4064: testgo failed as expected: exit status 1
  6686. go_test.go:4072: running testgo [install p1]
  6687. go_test.go:4082: running testgo [install p2]
  6688. go_test.go:4082: standard error:
  6689. go_test.go:4082: C:\Windows\TEMP\gotest128981260\src\p2\p2.go:5:8: no Go files in C:\Windows\TEMP\gotest128981260\src\p1
  6690.  
  6691. go_test.go:4082: testgo failed as expected: exit status 1
  6692. go_test.go:4091: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
  6693. go_test.go:4091: standard output:
  6694. go_test.go:4091: false:binary-only package
  6695.  
  6696. go_test.go:4092: running testgo [install -x p1]
  6697. go_test.go:4092: standard error:
  6698. go_test.go:4092: WORK=C:\Windows\TEMP\go-build176103174
  6699.  
  6700. go_test.go:4094: running testgo [install p2]
  6701. go_test.go:4095: running testgo [list -f {{.Stale}}:{{.StaleReason}} p2]
  6702. go_test.go:4095: standard output:
  6703. go_test.go:4095: false:
  6704.  
  6705. go_test.go:4103: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
  6706. go_test.go:4103: standard output:
  6707. go_test.go:4103: false:binary-only package
  6708.  
  6709. go_test.go:4104: running testgo [list -f {{.Stale}}:{{.StaleReason}} p2]
  6710. go_test.go:4104: standard output:
  6711. go_test.go:4104: false:
  6712.  
  6713. go_test.go:4117: running testgo [install p3]
  6714. go_test.go:4119: running testgo [run C:\Windows\TEMP\gotest128981260\src\p3\p3.go]
  6715. go_test.go:4119: standard output:
  6716. go_test.go:4119: hello from p1
  6717. hello from p1
  6718. hello from p1
  6719.  
  6720. go_test.go:4131: running testgo [list -f {{.BinaryOnly}} p4]
  6721. go_test.go:4131: standard output:
  6722. go_test.go:4131: false
  6723.  
  6724. === CONT TestGoInstallPkgdir
  6725. --- SKIP: TestCgoConsistentResults (11.07s)
  6726. go_test.go:4002: running testgo [build -o C:\Windows\TEMP\gotest849981179\cgotest1.exe cgotest]
  6727. go_test.go:4003: running testgo [build -x -o C:\Windows\TEMP\gotest849981179\cgotest2.exe cgotest]
  6728. go_test.go:4003: standard error:
  6729. go_test.go:4003: WORK=C:\Windows\TEMP\go-build470502686
  6730. mkdir -p $WORK\b002\
  6731. cd c:\dev\go\src\runtime\cgo
  6732. CGO_LDFLAGS='"-g" "-O2"' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -objdir "C:\\Windows\\TEMP\\go-build470502686\\b002\\" -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false -- -I "C:\\Windows\\TEMP\\go-build470502686\\b002\\" -g -O2 -Wall -Werror "c:\\dev\\go\\src\\runtime\\cgo\\cgo.go"
  6733. cd $WORK
  6734. gcc -fno-caret-diagnostics -c -x c - || true
  6735. gcc -Qunused-arguments -c -x c - || true
  6736. gcc -fdebug-prefix-map=a=b -c -x c - || true
  6737. gcc -gno-record-gcc-switches -c -x c - || true
  6738. cd $WORK\b002
  6739. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build470502686\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build470502686\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build470502686\\b002\\_x001.o" -c _cgo_export.c
  6740. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build470502686\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build470502686\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build470502686\\b002\\_x002.o" -c cgo.cgo2.c
  6741. cd c:\dev\go\src\runtime\cgo
  6742. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build470502686\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build470502686\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build470502686\\b002\\_x003.o" -c gcc_context.c
  6743. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build470502686\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build470502686\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build470502686\\b002\\_x004.o" -c gcc_libinit_windows.c
  6744. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build470502686\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build470502686\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build470502686\\b002\\_x005.o" -c gcc_util.c
  6745. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build470502686\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build470502686\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build470502686\\b002\\_x006.o" -c gcc_windows_amd64.c
  6746. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build470502686\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build470502686\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build470502686\\b002\\_x007.o" -c gcc_amd64.S
  6747. cd $WORK\b002
  6748. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build470502686\\b002=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build470502686\\b002\\" -g -O2 -Wall -Werror -o "C:\\Windows\\TEMP\\go-build470502686\\b002\\_cgo_main.o" -c _cgo_main.c
  6749. cd c:\dev\go\src\runtime\cgo
  6750. gcc -I "c:\\dev\\go\\src\\runtime\\cgo" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build470502686\\b002=/tmp/go-build" -gno-record-gcc-switches -o "C:\\Windows\\TEMP\\go-build470502686\\b002\\_cgo_.o" "C:\\Windows\\TEMP\\go-build470502686\\b002\\_cgo_main.o" "C:\\Windows\\TEMP\\go-build470502686\\b002\\_x001.o" "C:\\Windows\\TEMP\\go-build470502686\\b002\\_x002.o" "C:\\Windows\\TEMP\\go-build470502686\\b002\\_x003.o" "C:\\Windows\\TEMP\\go-build470502686\\b002\\_x004.o" "C:\\Windows\\TEMP\\go-build470502686\\b002\\_x005.o" "C:\\Windows\\TEMP\\go-build470502686\\b002\\_x006.o" "C:\\Windows\\TEMP\\go-build470502686\\b002\\_x007.o" -g -O2
  6751. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -dynpackage cgo -dynimport "C:\\Windows\\TEMP\\go-build470502686\\b002\\_cgo_.o" -dynout "C:\\Windows\\TEMP\\go-build470502686\\b002\\_cgo_import.go" -dynlinker
  6752. cat >$WORK\b002\importcfg << 'EOF' # internal
  6753. # import config
  6754. EOF
  6755. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build470502686\\b002\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build470502686\\b002" -p runtime/cgo -std -buildid Co4SQ_995kMNKxWBmqFY/Co4SQ_995kMNKxWBmqFY -D "" -importcfg "C:\\Windows\\TEMP\\go-build470502686\\b002\\importcfg" -pack -asmhdr "C:\\Windows\\TEMP\\go-build470502686\\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-build470502686\\b002\\_cgo_gotypes.go" "C:\\Windows\\TEMP\\go-build470502686\\b002\\cgo.cgo1.go" "C:\\Windows\\TEMP\\go-build470502686\\b002\\_cgo_import.go"
  6756. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\asm.exe" -trimpath "C:\\Windows\\TEMP\\go-build470502686\\b002" -I "C:\\Windows\\TEMP\\go-build470502686\\b002\\" -I "c:\\dev\\go\\pkg\\include" -D GOOS_windows -D GOARCH_amd64 -o "C:\\Windows\\TEMP\\go-build470502686\\b002\\asm_amd64.o" "c:\\dev\\go\\src\\runtime\\cgo\\asm_amd64.s"
  6757. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build470502686\\b002\\_pkg_.a" "C:\\Windows\\TEMP\\go-build470502686\\b002\\asm_amd64.o" "C:\\Windows\\TEMP\\go-build470502686\\b002\\_x001.o" "C:\\Windows\\TEMP\\go-build470502686\\b002\\_x002.o" "C:\\Windows\\TEMP\\go-build470502686\\b002\\_x003.o" "C:\\Windows\\TEMP\\go-build470502686\\b002\\_x004.o" "C:\\Windows\\TEMP\\go-build470502686\\b002\\_x005.o" "C:\\Windows\\TEMP\\go-build470502686\\b002\\_x006.o" "C:\\Windows\\TEMP\\go-build470502686\\b002\\_x007.o" # internal
  6758. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build470502686\\b002\\_pkg_.a" # internal
  6759. mkdir -p $WORK\b001\
  6760. cd c:\dev\go\src\cmd\go\testdata\src\cgotest
  6761. CGO_LDFLAGS='"-g" "-O2"' "c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -objdir "C:\\Windows\\TEMP\\go-build470502686\\b001\\" -importpath cgotest -- -I "C:\\Windows\\TEMP\\go-build470502686\\b001\\" -g -O2 "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\cgotest\\m.go"
  6762. cd $WORK\b001
  6763. gcc -I "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\cgotest" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build470502686\\b001=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build470502686\\b001\\" -g -O2 -o "C:\\Windows\\TEMP\\go-build470502686\\b001\\_x001.o" -c _cgo_export.c
  6764. gcc -I "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\cgotest" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build470502686\\b001=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build470502686\\b001\\" -g -O2 -o "C:\\Windows\\TEMP\\go-build470502686\\b001\\_x002.o" -c m.cgo2.c
  6765. gcc -I "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\cgotest" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build470502686\\b001=/tmp/go-build" -gno-record-gcc-switches -I "C:\\Windows\\TEMP\\go-build470502686\\b001\\" -g -O2 -o "C:\\Windows\\TEMP\\go-build470502686\\b001\\_cgo_main.o" -c _cgo_main.c
  6766. cd c:\dev\go\src\cmd\go\testdata\src\cgotest
  6767. gcc -I "c:\\dev\\go\\src\\cmd\\go\\testdata\\src\\cgotest" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=C:\\Windows\\TEMP\\go-build470502686\\b001=/tmp/go-build" -gno-record-gcc-switches -o "C:\\Windows\\TEMP\\go-build470502686\\b001\\_cgo_.o" "C:\\Windows\\TEMP\\go-build470502686\\b001\\_cgo_main.o" "C:\\Windows\\TEMP\\go-build470502686\\b001\\_x001.o" "C:\\Windows\\TEMP\\go-build470502686\\b001\\_x002.o" -g -O2
  6768. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\cgo.exe" -dynpackage cgotest -dynimport "C:\\Windows\\TEMP\\go-build470502686\\b001\\_cgo_.o" -dynout "C:\\Windows\\TEMP\\go-build470502686\\b001\\_cgo_import.go"
  6769. cat >$WORK\b001\importcfg << 'EOF' # internal
  6770. # import config
  6771. packagefile runtime/cgo=$WORK\b002\_pkg_.a
  6772. packagefile syscall=c:\dev\go\pkg\windows_amd64\syscall.a
  6773. EOF
  6774. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build470502686\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build470502686\\b001" -p cgotest -buildid nkWa95eUMcys7Z1Bw_Ql/nkWa95eUMcys7Z1Bw_Ql -D "" -importcfg "C:\\Windows\\TEMP\\go-build470502686\\b001\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\go-build470502686\\b001\\_cgo_gotypes.go" "C:\\Windows\\TEMP\\go-build470502686\\b001\\m.cgo1.go" "C:\\Windows\\TEMP\\go-build470502686\\b001\\_cgo_import.go"
  6775. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\pack.exe" r "C:\\Windows\\TEMP\\go-build470502686\\b001\\_pkg_.a" "C:\\Windows\\TEMP\\go-build470502686\\b001\\_x001.o" "C:\\Windows\\TEMP\\go-build470502686\\b001\\_x002.o" # internal
  6776. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build470502686\\b001\\_pkg_.a" # internal
  6777. mkdir -p C:\Windows\TEMP\gotest849981179\
  6778. cp $WORK\b001\_pkg_.a C:\Windows\TEMP\gotest849981179\cgotest2.exe
  6779. rm -r $WORK\b001\
  6780.  
  6781. go_test.go:4010: skipping because C compiler does not support -fdebug-prefix-map
  6782. === CONT TestImportLocal
  6783. --- PASS: TestGoInstallPkgdir (8.60s)
  6784. go_test.go:3643: running testgo [install -pkgdir C:\Windows\TEMP\gotest685586149 sync]
  6785. go_test.go:3646: running testgo [install -i -pkgdir C:\Windows\TEMP\gotest685586149 sync]
  6786. === CONT TestImportMain
  6787. --- PASS: TestImportLocal (3.76s)
  6788. go_test.go:3427: running testgo [build dir/x]
  6789. go_test.go:3434: running testgo [build dir/p0]
  6790. go_test.go:3441: running testgo [build dir/p1]
  6791. go_test.go:3441: standard error:
  6792. go_test.go:3441: C:\Windows\TEMP\gotest401588480\src\dir\p1\p.go:3:8: local import "../x" in non-local package
  6793.  
  6794. go_test.go:3441: testgo failed as expected: exit status 1
  6795. go_test.go:3453: running testgo [build dir/p2]
  6796. go_test.go:3454: running testgo [test dir/p2]
  6797. go_test.go:3454: standard error:
  6798. go_test.go:3454: # dir/p2
  6799. C:\Windows\TEMP\gotest401588480\src\dir\p2\p_test.go:3:8: local import "../x" in non-local package
  6800. FAIL dir/p2 [setup failed]
  6801.  
  6802. go_test.go:3454: testgo failed as expected: exit status 1
  6803. go_test.go:3464: running testgo [build dir/p2]
  6804. go_test.go:3465: running testgo [test dir/p2]
  6805. go_test.go:3465: standard error:
  6806. go_test.go:3465: # dir/p2
  6807. C:\Windows\TEMP\gotest401588480\src\dir\p2\p_test.go:3:8: local import "../x" in non-local package
  6808. FAIL dir/p2 [setup failed]
  6809.  
  6810. go_test.go:3465: testgo failed as expected: exit status 1
  6811. go_test.go:3473: running testgo [build dir]
  6812. go_test.go:3473: standard error:
  6813. go_test.go:3473: C:\Windows\TEMP\gotest401588480\src\dir\d.go:3:8: local import "./x" in non-local package
  6814.  
  6815. go_test.go:3473: testgo failed as expected: exit status 1
  6816. go_test.go:3485: running testgo [build dir]
  6817. go_test.go:3486: running testgo [test dir]
  6818. go_test.go:3486: standard error:
  6819. go_test.go:3486: # dir
  6820. C:\Windows\TEMP\gotest401588480\src\dir\d_test.go:3:8: local import "./x" in non-local package
  6821. FAIL dir [setup failed]
  6822.  
  6823. go_test.go:3486: testgo failed as expected: exit status 1
  6824. go_test.go:3496: running testgo [build dir]
  6825. go_test.go:3497: running testgo [test dir]
  6826. go_test.go:3497: standard error:
  6827. go_test.go:3497: # dir
  6828. C:\Windows\TEMP\gotest401588480\src\dir\d_test.go:3:8: local import "./x" in non-local package
  6829. FAIL dir [setup failed]
  6830.  
  6831. go_test.go:3497: testgo failed as expected: exit status 1
  6832. go_test.go:3505: running testgo [build dir/x/y]
  6833. go_test.go:3505: standard error:
  6834. go_test.go:3505: C:\Windows\TEMP\gotest401588480\src\dir\x\y\y.go:3:8: local import ".." in non-local package
  6835.  
  6836. go_test.go:3505: testgo failed as expected: exit status 1
  6837. go_test.go:3517: running testgo [build dir/x/y]
  6838. go_test.go:3518: running testgo [test dir/x/y]
  6839. go_test.go:3518: standard error:
  6840. go_test.go:3518: # dir/x/y
  6841. C:\Windows\TEMP\gotest401588480\src\dir\x\y\y_test.go:3:8: local import ".." in non-local package
  6842. FAIL dir/x/y [setup failed]
  6843.  
  6844. go_test.go:3518: testgo failed as expected: exit status 1
  6845. go_test.go:3528: running testgo [build dir/x/y]
  6846. go_test.go:3529: running testgo [test dir/x/y]
  6847. go_test.go:3529: standard error:
  6848. go_test.go:3529: # dir/x/y
  6849. C:\Windows\TEMP\gotest401588480\src\dir\x\y\y_test.go:3:8: local import ".." in non-local package
  6850. FAIL dir/x/y [setup failed]
  6851.  
  6852. go_test.go:3529: testgo failed as expected: exit status 1
  6853. go_test.go:3537: running testgo [build dir/x]
  6854. go_test.go:3537: standard error:
  6855. go_test.go:3537: C:\Windows\TEMP\gotest401588480\src\dir\x\xx.go:3:8: local import "." in non-local package
  6856.  
  6857. go_test.go:3537: testgo failed as expected: exit status 1
  6858. go_test.go:3549: running testgo [build dir/x]
  6859. go_test.go:3550: running testgo [test dir/x]
  6860. go_test.go:3550: standard error:
  6861. go_test.go:3550: # dir/x
  6862. C:\Windows\TEMP\gotest401588480\src\dir\x\xx_test.go:3:8: local import "." in non-local package
  6863. FAIL dir/x [setup failed]
  6864.  
  6865. go_test.go:3550: testgo failed as expected: exit status 1
  6866. go_test.go:3562: running testgo [build dir/x]
  6867. go_test.go:3563: running testgo [test dir/x]
  6868. go_test.go:3563: standard error:
  6869. go_test.go:3563: # dir/x
  6870. C:\Windows\TEMP\gotest401588480\src\dir\x\xx_test.go:3:8: local import "." in non-local package
  6871. FAIL dir/x [setup failed]
  6872.  
  6873. go_test.go:3563: testgo failed as expected: exit status 1
  6874. === CONT TestVetWithOnlyCgoFiles
  6875. --- PASS: TestVetWithOnlyCgoFiles (12.63s)
  6876. go_test.go:3293: running testgo [vet p]
  6877. === CONT TestGoVetWithOnlyTestFiles
  6878. --- PASS: TestGoVetWithOnlyTestFiles (4.31s)
  6879. go_test.go:3279: running testgo [vet p]
  6880. === CONT TestBuildDashIInstallsDependencies
  6881. --- PASS: TestImportMain (25.19s)
  6882. go_test.go:3345: running testgo [build x]
  6883. go_test.go:3346: running testgo [test x]
  6884. go_test.go:3346: standard output:
  6885. go_test.go:3346: ok x 0.255s
  6886.  
  6887. go_test.go:3353: running testgo [build p1]
  6888. go_test.go:3353: standard error:
  6889. go_test.go:3353: C:\Windows\TEMP\gotest548495967\src\p1\p.go:3:8: import "x" is a program, not an importable package
  6890.  
  6891. go_test.go:3353: testgo failed as expected: exit status 1
  6892. go_test.go:3365: running testgo [build p2]
  6893. go_test.go:3366: running testgo [test p2]
  6894. go_test.go:3366: standard error:
  6895. go_test.go:3366: # p2
  6896. C:\Windows\TEMP\gotest548495967\src\p2\p_test.go:3:8: import "x" is a program, not an importable package
  6897. FAIL p2 [setup failed]
  6898.  
  6899. go_test.go:3366: testgo failed as expected: exit status 1
  6900. go_test.go:3378: running testgo [build p3]
  6901. go_test.go:3379: running testgo [test p3]
  6902. go_test.go:3379: standard error:
  6903. go_test.go:3379: # p3
  6904. C:\Windows\TEMP\gotest548495967\src\p3\p_test.go:3:8: import "x" is a program, not an importable package
  6905. FAIL p3 [setup failed]
  6906.  
  6907. go_test.go:3379: testgo failed as expected: exit status 1
  6908. go_test.go:3393: running testgo [build p4]
  6909. go_test.go:3394: running testgo [test p4]
  6910. go_test.go:3394: standard error:
  6911. go_test.go:3394: # p4
  6912. C:\Windows\TEMP\gotest548495967\src\p4\p_test.go:3:8: import "x" is a program, not an importable package
  6913. FAIL p4 [setup failed]
  6914.  
  6915. go_test.go:3394: testgo failed as expected: exit status 1
  6916. go_test.go:3408: running testgo [build p5]
  6917. go_test.go:3409: running testgo [test p5]
  6918. go_test.go:3409: standard error:
  6919. go_test.go:3409: # p5
  6920. C:\Windows\TEMP\gotest548495967\src\p5\p_test.go:3:8: import "x" is a program, not an importable package
  6921. FAIL p5 [setup failed]
  6922.  
  6923. go_test.go:3409: testgo failed as expected: exit status 1
  6924. === CONT TestListTemplateContextFunction
  6925. === RUN TestListTemplateContextFunction/GOARCH
  6926. === PAUSE TestListTemplateContextFunction/GOARCH
  6927. === RUN TestListTemplateContextFunction/GOOS
  6928. === PAUSE TestListTemplateContextFunction/GOOS
  6929. === RUN TestListTemplateContextFunction/GOROOT
  6930. === PAUSE TestListTemplateContextFunction/GOROOT
  6931. === RUN TestListTemplateContextFunction/GOPATH
  6932. === PAUSE TestListTemplateContextFunction/GOPATH
  6933. === RUN TestListTemplateContextFunction/CgoEnabled
  6934. === PAUSE TestListTemplateContextFunction/CgoEnabled
  6935. === RUN TestListTemplateContextFunction/UseAllFiles
  6936. === PAUSE TestListTemplateContextFunction/UseAllFiles
  6937. === RUN TestListTemplateContextFunction/Compiler
  6938. === PAUSE TestListTemplateContextFunction/Compiler
  6939. === RUN TestListTemplateContextFunction/BuildTags
  6940. === PAUSE TestListTemplateContextFunction/BuildTags
  6941. === RUN TestListTemplateContextFunction/ReleaseTags
  6942. === PAUSE TestListTemplateContextFunction/ReleaseTags
  6943. === RUN TestListTemplateContextFunction/InstallSuffix
  6944. === PAUSE TestListTemplateContextFunction/InstallSuffix
  6945. === CONT TestCgoPkgConfig
  6946. --- PASS: TestGoTestRaceFailures (38.17s)
  6947. go_test.go:3684: running testgo [test testrace]
  6948. go_test.go:3684: standard output:
  6949. go_test.go:3684: ok testrace 0.052s
  6950.  
  6951. go_test.go:3686: running testgo [test -race testrace]
  6952. go_test.go:3686: standard output:
  6953. go_test.go:3686: ==================
  6954. WARNING: DATA RACE
  6955. Write at 0x00c00000e140 by goroutine 7:
  6956. testrace.TestRace.func1()
  6957. c:/dev/go/src/cmd/go/testdata/src/testrace/race_test.go:10 +0x3f
  6958.  
  6959. Previous write at 0x00c00000e140 by goroutine 6:
  6960. testrace.TestRace()
  6961. c:/dev/go/src/cmd/go/testdata/src/testrace/race_test.go:13 +0xc8
  6962. testing.tRunner()
  6963. c:/dev/go/src/testing/testing.go:795 +0x15c
  6964.  
  6965. Goroutine 7 (running) created at:
  6966. testrace.TestRace()
  6967. c:/dev/go/src/cmd/go/testdata/src/testrace/race_test.go:9 +0xba
  6968. testing.tRunner()
  6969. c:/dev/go/src/testing/testing.go:795 +0x15c
  6970.  
  6971. Goroutine 6 (running) created at:
  6972. testing.(*T).Run()
  6973. c:/dev/go/src/testing/testing.go:840 +0x56f
  6974. testing.runTests.func1()
  6975. c:/dev/go/src/testing/testing.go:1081 +0xd0
  6976. testing.tRunner()
  6977. c:/dev/go/src/testing/testing.go:795 +0x15c
  6978. testing.runTests()
  6979. c:/dev/go/src/testing/testing.go:1079 +0x4ff
  6980. testing.(*M).Run()
  6981. c:/dev/go/src/testing/testing.go:996 +0x2f5
  6982. main.main()
  6983. _testmain.go:44 +0x228
  6984. ==================
  6985. --- FAIL: TestRace (0.00s)
  6986. testing.go:739: race detected during execution of test
  6987. FAIL
  6988. FAIL testrace 0.041s
  6989.  
  6990. go_test.go:3686: testgo failed as expected: exit status 1
  6991. go_test.go:3690: running testgo [test -race testrace -run XXX -bench .]
  6992. go_test.go:3690: standard output:
  6993. go_test.go:3690: ==================
  6994. WARNING: DATA RACE
  6995. Write at 0x00c000052010 by goroutine 12:
  6996. testrace.BenchmarkRace.func1()
  6997. c:/dev/go/src/cmd/go/testdata/src/testrace/race_test.go:24 +0x3f
  6998.  
  6999. Previous write at 0x00c000052010 by goroutine 11:
  7000. testrace.BenchmarkRace()
  7001. c:/dev/go/src/cmd/go/testdata/src/testrace/race_test.go:27 +0xc3
  7002. testing.(*B).runN()
  7003. c:/dev/go/src/testing/benchmark.go:141 +0x130
  7004. testing.(*B).run1.func1()
  7005. c:/dev/go/src/testing/benchmark.go:214 +0x72
  7006.  
  7007. Goroutine 12 (running) created at:
  7008. testrace.BenchmarkRace()
  7009. c:/dev/go/src/cmd/go/testdata/src/testrace/race_test.go:23 +0xb5
  7010. testing.(*B).runN()
  7011. c:/dev/go/src/testing/benchmark.go:141 +0x130
  7012. testing.(*B).run1.func1()
  7013. c:/dev/go/src/testing/benchmark.go:214 +0x72
  7014.  
  7015. Goroutine 11 (running) created at:
  7016. testing.(*B).run1()
  7017. c:/dev/go/src/testing/benchmark.go:207 +0x95
  7018. testing.(*B).Run()
  7019. c:/dev/go/src/testing/benchmark.go:511 +0x52c
  7020. testing.runBenchmarks.func1()
  7021. c:/dev/go/src/testing/benchmark.go:416 +0xd0
  7022. testing.(*B).runN()
  7023. c:/dev/go/src/testing/benchmark.go:141 +0x130
  7024. testing.runBenchmarks()
  7025. c:/dev/go/src/testing/benchmark.go:422 +0x882
  7026. testing.(*M).Run()
  7027. c:/dev/go/src/testing/testing.go:1002 +0x5b5
  7028. main.main()
  7029. _testmain.go:44 +0x228
  7030. ==================
  7031. --- FAIL: BenchmarkRace
  7032. benchmark.go:147: race detected during execution of benchmark
  7033. FAIL
  7034. exit status 1
  7035. FAIL testrace 0.120s
  7036.  
  7037. go_test.go:3690: testgo failed as expected: exit status 1
  7038. === CONT TestCgoHandlesWlORIGIN
  7039. --- PASS: TestBuildDashIInstallsDependencies (9.65s)
  7040. go_test.go:3031: running testgo [list -f {{.Stale}}:{{.StaleReason}} runtime]
  7041. go_test.go:3031: standard output:
  7042. go_test.go:3031: false:
  7043.  
  7044. go_test.go:3034: running testgo [build -v -i x/y/bar]
  7045. go_test.go:3034: standard error:
  7046. go_test.go:3034: x/y/foo
  7047. x/y/bar
  7048.  
  7049. go_test.go:3036: running testgo [build -v -i x/y/bar]
  7050. go_test.go:3036: standard error:
  7051. go_test.go:3036: x/y/bar
  7052.  
  7053. go_test.go:3034: running testgo [build -v -i x/y/bar]
  7054. go_test.go:3034: standard error:
  7055. go_test.go:3034: x/y/foo
  7056. x/y/bar
  7057.  
  7058. go_test.go:3036: running testgo [build -v -i x/y/bar]
  7059. === CONT TestCgoShowsFullPathNames
  7060. --- PASS: TestCgoHandlesWlORIGIN (9.46s)
  7061. go_test.go:2827: running testgo [build origin]
  7062. === CONT TestTestCacheInputs
  7063. --- PASS: TestCgoShowsFullPathNames (8.88s)
  7064. go_test.go:2808: running testgo [build x/y/dirname]
  7065. go_test.go:2808: standard error:
  7066. go_test.go:2808: # x/y/dirname
  7067. C:\Windows\TEMP\gotest123431213\src\x\y\dirname\foo.go:4:13: expected '}', found 'EOF'
  7068.  
  7069. go_test.go:2808: testgo failed as expected: exit status 2
  7070. === CONT TestDontReportRemoveOfEmptyDir
  7071. --- PASS: TestDontReportRemoveOfEmptyDir (0.56s)
  7072. go_test.go:6020: running testgo [install -x a]
  7073. go_test.go:6020: standard error:
  7074. go_test.go:6020: WORK=C:\Windows\TEMP\go-build352616090
  7075. mkdir -p $WORK\b001\
  7076. cat >$WORK\b001\importcfg << 'EOF' # internal
  7077. # import config
  7078. EOF
  7079. cd C:\Windows\TEMP\gotest959748071\src\a
  7080. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\compile.exe" -o "C:\\Windows\\TEMP\\go-build352616090\\b001\\_pkg_.a" -trimpath "C:\\Windows\\TEMP\\go-build352616090\\b001" -p a -complete -buildid 9A0mJt3f1Hv-rWeeJCmf/9A0mJt3f1Hv-rWeeJCmf -D "" -importcfg "C:\\Windows\\TEMP\\go-build352616090\\b001\\importcfg" -pack -c=4 "C:\\Windows\\TEMP\\gotest959748071\\src\\a\\a.go"
  7081. "c:\\dev\\go\\pkg\\tool\\windows_amd64\\buildid.exe" -w "C:\\Windows\\TEMP\\go-build352616090\\b001\\_pkg_.a" # internal
  7082. mkdir -p C:\Windows\TEMP\gotest959748071\pkg\windows_amd64\
  7083. cp $WORK\b001\_pkg_.a C:\Windows\TEMP\gotest959748071\pkg\windows_amd64\a.a
  7084. rm -r $WORK\b001\
  7085.  
  7086. go_test.go:6021: running testgo [install -x a]
  7087. go_test.go:6021: standard error:
  7088. go_test.go:6021: WORK=C:\Windows\TEMP\go-build917026378
  7089.  
  7090. === CONT TestCoverpkgAllRuntime
  7091. --- PASS: TestCgoPkgConfig (15.14s)
  7092. go_test.go:2839: running testgo [env PKG_CONFIG]
  7093. go_test.go:2839: standard output:
  7094. go_test.go:2839: pkg-config
  7095.  
  7096. go_test.go:2874: running testgo [run C:\Windows\TEMP\gotest921386886\foo.go]
  7097. === CONT TestAtomicCoverpkgAll
  7098. *** Test killed: ran too long (10m0s).
  7099. FAIL cmd/go 600.072s
Add Comment
Please, Sign In to add comment