golang.org/x/build@v0.0.0-20240506185731-218518f32b70/internal/logparser/testdata/16.fail (about)

     1  Section: "Testing packages."
     2  Pkg: "cmd/go"
     3  Test: "TestScript"
     4  Mode: "test"
     5  Snippet:
     6  	go test proxy running at GOPROXY=http://127.0.0.1:43059/mod
     7  	panic: test timed out after 45m0s
     8  
     9  	runtime.gopark(0x4432e0?, 0xc001503800?, 0x20?, 0x55?, 0xa0f99b?)
    10  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000153b18 sp=0xc000153af8 pc=0x43ae76
    11  	runtime.chanrecv(0xc000e4f200, 0x0, 0x1)
    12  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000153ba8 sp=0xc000153b18 pc=0x40877d
    13  	runtime.chanrecv1(0xc0001cb900?, 0x0?)
    14  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000153bd0 sp=0xc000153ba8 pc=0x408278
    15  	cmd/go_test.(*testScript).cmdExec(0xc0001cb900, {0x0, 0x0}, {0xc000f56a80, 0x6, 0x6})
    16  		/workdir/go/src/cmd/go/script_test.go:823 +0x29f fp=0xc000153c40 sp=0xc000153bd0 pc=0xa0c05f
    17  	cmd/go_test.(*testScript).cmdGo(0xa7b780?, {0x0, 0x0}, {0xc000d9c680?, 0x5?, 0x1?})
    18  		/workdir/go/src/cmd/go/script_test.go:885 +0x105 fp=0xc000153cb0 sp=0xc000153c40 pc=0xa0c9e5
    19  	cmd/go_test.(*testScript).run(0xc0001cb900)
    20  		/workdir/go/src/cmd/go/script_test.go:462 +0x823 fp=0xc000153ed0 sp=0xc000153cb0 pc=0xa08763
    21  	cmd/go_test.TestScript.func1(0xc0000d5380)
    22  		/workdir/go/src/cmd/go/script_test.go:97 +0x20f fp=0xc000153f70 sp=0xc000153ed0 pc=0xa068af
    23  	testing.tRunner(0xc0000d5380, 0xc000638640)
    24  Output:
    25  	go test proxy running at GOPROXY=http://127.0.0.1:43059/mod
    26  	panic: test timed out after 45m0s
    27  
    28  	goroutine 22876 [running]:
    29  	panic({0xa58540, 0xc00074a000})
    30  		/workdir/go/src/runtime/panic.go:987 +0x3bb fp=0xc000305f98 sp=0xc000305ed8 pc=0x437d7b
    31  	testing.(*M).startAlarm.func1()
    32  		/workdir/go/src/testing/testing.go:2083 +0x8e fp=0xc000305fe0 sp=0xc000305f98 pc=0x529dae
    33  	runtime.goexit()
    34  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000305fe8 sp=0xc000305fe0 pc=0x46d601
    35  	created by time.goFunc
    36  		/workdir/go/src/time/sleep.go:176 +0x32
    37  
    38  	goroutine 1 [chan receive, 44 minutes]:
    39  	runtime.gopark(0x40f0aa?, 0x51f03e?, 0x18?, 0x78?, 0x40f0aa?)
    40  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000151798 sp=0xc000151778 pc=0x43ae76
    41  	runtime.chanrecv(0xc000358b60, 0xc000177897, 0x1)
    42  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000151828 sp=0xc000151798 pc=0x40877d
    43  	runtime.chanrecv1(0xc0002808c0?, 0x1?)
    44  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000151850 sp=0xc000151828 pc=0x408278
    45  	testing.(*T).Run(0xc00027b6c0, {0xb1b96b?, 0x5259e5?}, 0xb8aaf0)
    46  		/workdir/go/src/testing/testing.go:1529 +0x37a fp=0xc0001518f0 sp=0xc000151850 pc=0x526dda
    47  	testing.runTests.func1(0xc00027b6c0?)
    48  		/workdir/go/src/testing/testing.go:1893 +0x45 fp=0xc000151940 sp=0xc0001518f0 pc=0x528da5
    49  	testing.tRunner(0xc00027b6c0, 0xc000177a58)
    50  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc000151990 sp=0xc000151940 pc=0x52600b
    51  	testing.runTests(0xc00025edc0?, {0xf899e0, 0x47, 0x47}, {0x7f9a8cff45b8?, 0xd0?, 0xf919c0?})
    52  		/workdir/go/src/testing/testing.go:1891 +0x489 fp=0xc000151a88 sp=0xc000151990 pc=0x528c69
    53  	testing.(*M).Run(0xc00025edc0)
    54  		/workdir/go/src/testing/testing.go:1763 +0x5f7 fp=0xc000151c98 sp=0xc000151a88 pc=0x5276d7
    55  	cmd/go_test.TestMain(0xffffffffffffffff?)
    56  		/workdir/go/src/cmd/go/go_test.go:297 +0xf94 fp=0xc000151ec8 sp=0xc000151c98 pc=0x9ec494
    57  	main.main()
    58  		_testmain.go:193 +0x1d3 fp=0xc000151f80 sp=0xc000151ec8 pc=0xa14253
    59  	runtime.main()
    60  		/workdir/go/src/runtime/proc.go:250 +0x207 fp=0xc000151fe0 sp=0xc000151f80 pc=0x43aaa7
    61  	runtime.goexit()
    62  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000151fe8 sp=0xc000151fe0 pc=0x46d601
    63  
    64  	goroutine 2 [force gc (idle), 3 minutes]:
    65  	runtime.gopark(0x3ae0a42d549?, 0x0?, 0x0?, 0x0?, 0x0?)
    66  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000064fb0 sp=0xc000064f90 pc=0x43ae76
    67  	runtime.goparkunlock(...)
    68  		/workdir/go/src/runtime/proc.go:381
    69  	runtime.forcegchelper()
    70  		/workdir/go/src/runtime/proc.go:302 +0xb0 fp=0xc000064fe0 sp=0xc000064fb0 pc=0x43ad10
    71  	runtime.goexit()
    72  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000064fe8 sp=0xc000064fe0 pc=0x46d601
    73  	created by runtime.init.5
    74  		/workdir/go/src/runtime/proc.go:290 +0x25
    75  
    76  	goroutine 3 [GC sweep wait]:
    77  	runtime.gopark(0xf91401?, 0x0?, 0x0?, 0x0?, 0x0?)
    78  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000065780 sp=0xc000065760 pc=0x43ae76
    79  	runtime.goparkunlock(...)
    80  		/workdir/go/src/runtime/proc.go:381
    81  	runtime.bgsweep(0x0?)
    82  		/workdir/go/src/runtime/mgcsweep.go:320 +0xde fp=0xc0000657c8 sp=0xc000065780 pc=0x4258fe
    83  	runtime.gcenable.func1()
    84  		/workdir/go/src/runtime/mgc.go:178 +0x26 fp=0xc0000657e0 sp=0xc0000657c8 pc=0x41ab46
    85  	runtime.goexit()
    86  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000657e8 sp=0xc0000657e0 pc=0x46d601
    87  	created by runtime.gcenable
    88  		/workdir/go/src/runtime/mgc.go:178 +0x6b
    89  
    90  	goroutine 4 [GC scavenge wait]:
    91  	runtime.gopark(0x3ae0a5f7f98?, 0x4fec11?, 0x0?, 0x0?, 0x0?)
    92  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000065f70 sp=0xc000065f50 pc=0x43ae76
    93  	runtime.goparkunlock(...)
    94  		/workdir/go/src/runtime/proc.go:381
    95  	runtime.(*scavengerState).park(0xf91a40)
    96  		/workdir/go/src/runtime/mgcscavenge.go:400 +0x53 fp=0xc000065fa0 sp=0xc000065f70 pc=0x423913
    97  	runtime.bgscavenge(0x0?)
    98  		/workdir/go/src/runtime/mgcscavenge.go:633 +0x65 fp=0xc000065fc8 sp=0xc000065fa0 pc=0x423f05
    99  	runtime.gcenable.func2()
   100  		/workdir/go/src/runtime/mgc.go:179 +0x26 fp=0xc000065fe0 sp=0xc000065fc8 pc=0x41aae6
   101  	runtime.goexit()
   102  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000065fe8 sp=0xc000065fe0 pc=0x46d601
   103  	created by runtime.gcenable
   104  		/workdir/go/src/runtime/mgc.go:179 +0xaa
   105  
   106  	goroutine 18 [finalizer wait, 40 minutes]:
   107  	runtime.gopark(0x0?, 0xb8b3f0?, 0x0?, 0x80?, 0x2000000020?)
   108  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000064628 sp=0xc000064608 pc=0x43ae76
   109  	runtime.runfinq()
   110  		/workdir/go/src/runtime/mfinal.go:193 +0x107 fp=0xc0000647e0 sp=0xc000064628 pc=0x419be7
   111  	runtime.goexit()
   112  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000647e8 sp=0xc0000647e0 pc=0x46d601
   113  	created by runtime.createfing
   114  		/workdir/go/src/runtime/mfinal.go:163 +0x45
   115  
   116  	goroutine 90 [chan receive, 44 minutes]:
   117  	runtime.gopark(0xb19018?, 0xc000092000?, 0xa?, 0x0?, 0xc0002b8dd0?)
   118  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002b8d68 sp=0xc0002b8d48 pc=0x43ae76
   119  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   120  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002b8df8 sp=0xc0002b8d68 pc=0x40877d
   121  	runtime.chanrecv1(0xc0002b8e78?, 0x5247d4?)
   122  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002b8e20 sp=0xc0002b8df8 pc=0x408278
   123  	testing.(*T).Parallel(0xc00030f1e0)
   124  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002b8e88 sp=0xc0002b8e20 pc=0x525d3f
   125  	cmd/go_test.(*testgoData).parallel(0xc00036a370)
   126  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002b8f00 sp=0xc0002b8e88 pc=0x9ed1d7
   127  	cmd/go_test.TestTestCache(0xc00030f1e0)
   128  		/workdir/go/src/cmd/go/go_test.go:2456 +0xc5 fp=0xc0002b8f70 sp=0xc0002b8f00 pc=0x9fdf05
   129  	testing.tRunner(0xc00030f1e0, 0xb8ab00)
   130  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002b8fc0 sp=0xc0002b8f70 pc=0x52600b
   131  	testing.(*T).Run.func1()
   132  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002b8fe0 sp=0xc0002b8fc0 pc=0x526e8a
   133  	runtime.goexit()
   134  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002b8fe8 sp=0xc0002b8fe0 pc=0x46d601
   135  	created by testing.(*T).Run
   136  		/workdir/go/src/testing/testing.go:1528 +0x35f
   137  
   138  	goroutine 89 [chan receive, 44 minutes]:
   139  	runtime.gopark(0xb19018?, 0xc000092000?, 0xa?, 0x6a?, 0xc0000615a0?)
   140  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000061538 sp=0xc000061518 pc=0x43ae76
   141  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   142  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0000615c8 sp=0xc000061538 pc=0x40877d
   143  	runtime.chanrecv1(0xc000061648?, 0x5247d4?)
   144  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0000615f0 sp=0xc0000615c8 pc=0x408278
   145  	testing.(*T).Parallel(0xc00030f040)
   146  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000061658 sp=0xc0000615f0 pc=0x525d3f
   147  	cmd/go_test.(*testgoData).parallel(0xc00036a2c0)
   148  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0000616d0 sp=0xc000061658 pc=0x9ed1d7
   149  	cmd/go_test.TestIssue22596(0xc00030f040)
   150  		/workdir/go/src/cmd/go/go_test.go:2426 +0xe5 fp=0xc000061770 sp=0xc0000616d0 pc=0x9fda45
   151  	testing.tRunner(0xc00030f040, 0xb8aa70)
   152  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0000617c0 sp=0xc000061770 pc=0x52600b
   153  	testing.(*T).Run.func1()
   154  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0000617e0 sp=0xc0000617c0 pc=0x526e8a
   155  	runtime.goexit()
   156  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000617e8 sp=0xc0000617e0 pc=0x46d601
   157  	created by testing.(*T).Run
   158  		/workdir/go/src/testing/testing.go:1528 +0x35f
   159  
   160  	goroutine 87 [chan receive, 44 minutes]:
   161  	runtime.gopark(0x0?, 0xc000092000?, 0x0?, 0x0?, 0xc0002b85c0?)
   162  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002b8558 sp=0xc0002b8538 pc=0x43ae76
   163  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   164  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002b85e8 sp=0xc0002b8558 pc=0x40877d
   165  	runtime.chanrecv1(0xc0002b8668?, 0x5247d4?)
   166  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002b8610 sp=0xc0002b85e8 pc=0x408278
   167  	testing.(*T).Parallel(0xc00030ed00)
   168  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002b8678 sp=0xc0002b8610 pc=0x525d3f
   169  	cmd/go_test.(*testgoData).parallel(0xc00036a160)
   170  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002b86f0 sp=0xc0002b8678 pc=0x9ed1d7
   171  	cmd/go_test.TestIssue22588(0xc00030ed00)
   172  		/workdir/go/src/cmd/go/go_test.go:2377 +0x66 fp=0xc0002b8770 sp=0xc0002b86f0 pc=0x9fd1e6
   173  	testing.tRunner(0xc00030ed00, 0xb8aa68)
   174  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002b87c0 sp=0xc0002b8770 pc=0x52600b
   175  	testing.(*T).Run.func1()
   176  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002b87e0 sp=0xc0002b87c0 pc=0x526e8a
   177  	runtime.goexit()
   178  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002b87e8 sp=0xc0002b87e0 pc=0x46d601
   179  	created by testing.(*T).Run
   180  		/workdir/go/src/testing/testing.go:1528 +0x35f
   181  
   182  	goroutine 24 [chan receive, 44 minutes]:
   183  	runtime.gopark(0xb05100?, 0xc000092000?, 0x98?, 0xc9?, 0xc000072be0?)
   184  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000072b78 sp=0xc000072b58 pc=0x43ae76
   185  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   186  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000072c08 sp=0xc000072b78 pc=0x40877d
   187  	runtime.chanrecv1(0x0?, 0x5247d4?)
   188  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000072c30 sp=0xc000072c08 pc=0x408278
   189  	testing.(*T).Parallel(0xc00027b860)
   190  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000072c98 sp=0xc000072c30 pc=0x525d3f
   191  	cmd/go_test.(*testgoData).parallel(0xc000148370)
   192  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc000072d10 sp=0xc000072c98 pc=0x9ed1d7
   193  	cmd/go_test.TestNewReleaseRebuildsStalePackagesInGOPATH(0xc00027b860)
   194  		/workdir/go/src/cmd/go/go_test.go:873 +0xf5 fp=0xc000072f70 sp=0xc000072d10 pc=0x9f0cd5
   195  	testing.tRunner(0xc00027b860, 0xb8aad0)
   196  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc000072fc0 sp=0xc000072f70 pc=0x52600b
   197  	testing.(*T).Run.func1()
   198  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc000072fe0 sp=0xc000072fc0 pc=0x526e8a
   199  	runtime.goexit()
   200  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000072fe8 sp=0xc000072fe0 pc=0x46d601
   201  	created by testing.(*T).Run
   202  		/workdir/go/src/testing/testing.go:1528 +0x35f
   203  
   204  	goroutine 25 [chan receive, 44 minutes]:
   205  	runtime.gopark(0xb05100?, 0xc000092000?, 0x48?, 0xe6?, 0xc0000625c0?)
   206  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000062558 sp=0xc000062538 pc=0x43ae76
   207  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   208  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0000625e8 sp=0xc000062558 pc=0x40877d
   209  	runtime.chanrecv1(0xc0001207e0?, 0x5247d4?)
   210  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000062610 sp=0xc0000625e8 pc=0x408278
   211  	testing.(*T).Parallel(0xc00027bba0)
   212  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000062678 sp=0xc000062610 pc=0x525d3f
   213  	cmd/go_test.(*testgoData).parallel(0xc000148420)
   214  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0000626f0 sp=0xc000062678 pc=0x9ed1d7
   215  	cmd/go_test.TestIssue10952(0xc00027b860?)
   216  		/workdir/go/src/cmd/go/go_test.go:983 +0x95 fp=0xc000062770 sp=0xc0000626f0 pc=0x9f1cf5
   217  	testing.tRunner(0xc00027bba0, 0xb8aa50)
   218  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0000627c0 sp=0xc000062770 pc=0x52600b
   219  	testing.(*T).Run.func1()
   220  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0000627e0 sp=0xc0000627c0 pc=0x526e8a
   221  	runtime.goexit()
   222  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000627e8 sp=0xc0000627e0 pc=0x46d601
   223  	created by testing.(*T).Run
   224  		/workdir/go/src/testing/testing.go:1528 +0x35f
   225  
   226  	goroutine 26 [chan receive, 44 minutes]:
   227  	runtime.gopark(0xb05100?, 0xc000092000?, 0x68?, 0xd7?, 0xc000062db8?)
   228  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000062d50 sp=0xc000062d30 pc=0x43ae76
   229  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   230  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000062de0 sp=0xc000062d50 pc=0x40877d
   231  	runtime.chanrecv1(0xc0001ddf10?, 0x5247d4?)
   232  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000062e08 sp=0xc000062de0 pc=0x408278
   233  	testing.(*T).Parallel(0xc000292000)
   234  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000062e70 sp=0xc000062e08 pc=0x525d3f
   235  	cmd/go_test.(*testgoData).parallel(0xc0001484d0)
   236  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc000062ee8 sp=0xc000062e70 pc=0x9ed1d7
   237  	cmd/go_test.TestIssue11457(0xc000292000)
   238  		/workdir/go/src/cmd/go/go_test.go:1000 +0xa5 fp=0xc000062f70 sp=0xc000062ee8 pc=0x9f2005
   239  	testing.tRunner(0xc000292000, 0xb8aa58)
   240  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc000062fc0 sp=0xc000062f70 pc=0x52600b
   241  	testing.(*T).Run.func1()
   242  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc000062fe0 sp=0xc000062fc0 pc=0x526e8a
   243  	runtime.goexit()
   244  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000062fe8 sp=0xc000062fe0 pc=0x46d601
   245  	created by testing.(*T).Run
   246  		/workdir/go/src/testing/testing.go:1528 +0x35f
   247  
   248  	goroutine 27 [chan receive, 44 minutes]:
   249  	runtime.gopark(0x80?, 0xc000092000?, 0xb0?, 0x35?, 0xc0000635c0?)
   250  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000063558 sp=0xc000063538 pc=0x43ae76
   251  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   252  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0000635e8 sp=0xc000063558 pc=0x40877d
   253  	runtime.chanrecv1(0xc000063668?, 0x5247d4?)
   254  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000063610 sp=0xc0000635e8 pc=0x408278
   255  	testing.(*T).Parallel(0xc000292340)
   256  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000063678 sp=0xc000063610 pc=0x525d3f
   257  	cmd/go_test.(*testgoData).parallel(0xc000148580)
   258  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0000636f0 sp=0xc000063678 pc=0x9ed1d7
   259  	cmd/go_test.TestGetGitDefaultBranch(0x0?)
   260  		/workdir/go/src/cmd/go/go_test.go:1025 +0x95 fp=0xc000063770 sp=0xc0000636f0 pc=0x9f2375
   261  	testing.tRunner(0xc000292340, 0xb8a9b8)
   262  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0000637c0 sp=0xc000063770 pc=0x52600b
   263  	testing.(*T).Run.func1()
   264  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0000637e0 sp=0xc0000637c0 pc=0x526e8a
   265  	runtime.goexit()
   266  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000637e8 sp=0xc0000637e0 pc=0x46d601
   267  	created by testing.(*T).Run
   268  		/workdir/go/src/testing/testing.go:1528 +0x35f
   269  
   270  	goroutine 28 [chan receive, 44 minutes]:
   271  	runtime.gopark(0xb05100?, 0xc000092000?, 0x40?, 0xff?, 0xc000063de0?)
   272  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000063d78 sp=0xc000063d58 pc=0x43ae76
   273  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   274  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000063e08 sp=0xc000063d78 pc=0x40877d
   275  	runtime.chanrecv1(0xc0002154a0?, 0x5247d4?)
   276  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000063e30 sp=0xc000063e08 pc=0x408278
   277  	testing.(*T).Parallel(0xc000292680)
   278  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000063e98 sp=0xc000063e30 pc=0x525d3f
   279  	cmd/go_test.(*testgoData).parallel(0xc000148630)
   280  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc000063f10 sp=0xc000063e98 pc=0x9ed1d7
   281  	cmd/go_test.TestPackageMainTestCompilerFlags(0x0?)
   282  		/workdir/go/src/cmd/go/go_test.go:1047 +0x5e fp=0xc000063f70 sp=0xc000063f10 pc=0x9f26be
   283  	testing.tRunner(0xc000292680, 0xb8aae0)
   284  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc000063fc0 sp=0xc000063f70 pc=0x52600b
   285  	testing.(*T).Run.func1()
   286  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc000063fe0 sp=0xc000063fc0 pc=0x526e8a
   287  	runtime.goexit()
   288  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000063fe8 sp=0xc000063fe0 pc=0x46d601
   289  	created by testing.(*T).Run
   290  		/workdir/go/src/testing/testing.go:1528 +0x35f
   291  
   292  	goroutine 29 [chan receive, 44 minutes]:
   293  	runtime.gopark(0x525f00?, 0xc000092000?, 0xf0?, 0x85?, 0xc0002985d8?)
   294  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000298570 sp=0xc000298550 pc=0x43ae76
   295  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   296  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000298600 sp=0xc000298570 pc=0x40877d
   297  	runtime.chanrecv1(0xc000298680?, 0x5247d4?)
   298  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000298628 sp=0xc000298600 pc=0x408278
   299  	testing.(*T).Parallel(0xc0002929c0)
   300  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000298690 sp=0xc000298628 pc=0x525d3f
   301  	cmd/go_test.(*testgoData).parallel(0xc0001486e0)
   302  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc000298708 sp=0xc000298690 pc=0x9ed1d7
   303  	cmd/go_test.TestGoTestWithPackageListedMultipleTimes(0xc0002929c0)
   304  		/workdir/go/src/cmd/go/go_test.go:1062 +0x6d fp=0xc000298770 sp=0xc000298708 pc=0x9f290d
   305  	testing.tRunner(0xc0002929c0, 0xb8aa28)
   306  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002987c0 sp=0xc000298770 pc=0x52600b
   307  	testing.(*T).Run.func1()
   308  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002987e0 sp=0xc0002987c0 pc=0x526e8a
   309  	runtime.goexit()
   310  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002987e8 sp=0xc0002987e0 pc=0x46d601
   311  	created by testing.(*T).Run
   312  		/workdir/go/src/testing/testing.go:1528 +0x35f
   313  
   314  	goroutine 30 [chan receive, 44 minutes]:
   315  	runtime.gopark(0x525f34?, 0xc000092000?, 0x0?, 0x5f?, 0xc000298dc8?)
   316  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000298d60 sp=0xc000298d40 pc=0x43ae76
   317  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   318  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000298df0 sp=0xc000298d60 pc=0x40877d
   319  	runtime.chanrecv1(0xc000298e70?, 0x5247d4?)
   320  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000298e18 sp=0xc000298df0 pc=0x408278
   321  	testing.(*T).Parallel(0xc000292d00)
   322  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000298e80 sp=0xc000298e18 pc=0x525d3f
   323  	cmd/go_test.(*testgoData).parallel(0xc000148790)
   324  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc000298ef8 sp=0xc000298e80 pc=0x9ed1d7
   325  	cmd/go_test.TestGoListHasAConsistentOrder(0xc000292d00)
   326  		/workdir/go/src/cmd/go/go_test.go:1073 +0x6d fp=0xc000298f70 sp=0xc000298ef8 pc=0x9f2b0d
   327  	testing.tRunner(0xc000292d00, 0xb8a9f8)
   328  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc000298fc0 sp=0xc000298f70 pc=0x52600b
   329  	testing.(*T).Run.func1()
   330  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc000298fe0 sp=0xc000298fc0 pc=0x526e8a
   331  	runtime.goexit()
   332  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000298fe8 sp=0xc000298fe0 pc=0x46d601
   333  	created by testing.(*T).Run
   334  		/workdir/go/src/testing/testing.go:1528 +0x35f
   335  
   336  	goroutine 31 [chan receive, 44 minutes]:
   337  	runtime.gopark(0x525f00?, 0xc000092000?, 0xf0?, 0x95?, 0xc0002995d8?)
   338  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000299570 sp=0xc000299550 pc=0x43ae76
   339  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   340  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000299600 sp=0xc000299570 pc=0x40877d
   341  	runtime.chanrecv1(0xc000299680?, 0x5247d4?)
   342  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000299628 sp=0xc000299600 pc=0x408278
   343  	testing.(*T).Parallel(0xc000293040)
   344  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000299690 sp=0xc000299628 pc=0x525d3f
   345  	cmd/go_test.(*testgoData).parallel(0xc000148840)
   346  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc000299708 sp=0xc000299690 pc=0x9ed1d7
   347  	cmd/go_test.TestGoListStdDoesNotIncludeCommands(0x0?)
   348  		/workdir/go/src/cmd/go/go_test.go:1086 +0x6d fp=0xc000299770 sp=0xc000299708 pc=0x9f2d2d
   349  	testing.tRunner(0xc000293040, 0xb8aa00)
   350  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002997c0 sp=0xc000299770 pc=0x52600b
   351  	testing.(*T).Run.func1()
   352  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002997e0 sp=0xc0002997c0 pc=0x526e8a
   353  	runtime.goexit()
   354  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002997e8 sp=0xc0002997e0 pc=0x46d601
   355  	created by testing.(*T).Run
   356  		/workdir/go/src/testing/testing.go:1528 +0x35f
   357  
   358  	goroutine 32 [chan receive, 44 minutes]:
   359  	runtime.gopark(0xb05100?, 0xc000092000?, 0xe0?, 0x8?, 0xc000299db0?)
   360  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000299d48 sp=0xc000299d28 pc=0x43ae76
   361  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   362  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000299dd8 sp=0xc000299d48 pc=0x40877d
   363  	runtime.chanrecv1(0xc000280900?, 0x5247d4?)
   364  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000299e00 sp=0xc000299dd8 pc=0x408278
   365  	testing.(*T).Parallel(0xc000293380)
   366  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000299e68 sp=0xc000299e00 pc=0x525d3f
   367  	cmd/go_test.(*testgoData).parallel(0xc0001488f0)
   368  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc000299ee0 sp=0xc000299e68 pc=0x9ed1d7
   369  	cmd/go_test.TestGoListCmdOnlyShowsCommands(0xc000293380)
   370  		/workdir/go/src/cmd/go/go_test.go:1096 +0x85 fp=0xc000299f70 sp=0xc000299ee0 pc=0x9f2ec5
   371  	testing.tRunner(0xc000293380, 0xb8a9d8)
   372  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc000299fc0 sp=0xc000299f70 pc=0x52600b
   373  	testing.(*T).Run.func1()
   374  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc000299fe0 sp=0xc000299fc0 pc=0x526e8a
   375  	runtime.goexit()
   376  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000299fe8 sp=0xc000299fe0 pc=0x46d601
   377  	created by testing.(*T).Run
   378  		/workdir/go/src/testing/testing.go:1528 +0x35f
   379  
   380  	goroutine 33 [chan receive, 44 minutes]:
   381  	runtime.gopark(0x525f33?, 0xc000092000?, 0xa0?, 0x4?, 0xc00029a560?)
   382  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000073cf8 sp=0xc000073cd8 pc=0x43ae76
   383  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   384  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000073d88 sp=0xc000073cf8 pc=0x40877d
   385  	runtime.chanrecv1(0xc00029a608?, 0x5247d4?)
   386  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000073db0 sp=0xc000073d88 pc=0x408278
   387  	testing.(*T).Parallel(0xc0002936c0)
   388  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000073e18 sp=0xc000073db0 pc=0x525d3f
   389  	cmd/go_test.(*testgoData).parallel(0xc0001489a0)
   390  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc000073e90 sp=0xc000073e18 pc=0x9ed1d7
   391  	cmd/go_test.TestGoListDeps(0xc0002936c0)
   392  		/workdir/go/src/cmd/go/go_test.go:1110 +0x89 fp=0xc000073f70 sp=0xc000073e90 pc=0x9f3109
   393  	testing.tRunner(0xc0002936c0, 0xb8a9e8)
   394  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc000073fc0 sp=0xc000073f70 pc=0x52600b
   395  	testing.(*T).Run.func1()
   396  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc000073fe0 sp=0xc000073fc0 pc=0x526e8a
   397  	runtime.goexit()
   398  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000073fe8 sp=0xc000073fe0 pc=0x46d601
   399  	created by testing.(*T).Run
   400  		/workdir/go/src/testing/testing.go:1528 +0x35f
   401  
   402  	goroutine 34 [chan receive, 44 minutes]:
   403  	runtime.gopark(0x0?, 0xc000092000?, 0xaa?, 0xf0?, 0xc00029a5e0?)
   404  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc00029a578 sp=0xc00029a558 pc=0x43ae76
   405  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   406  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc00029a608 sp=0xc00029a578 pc=0x40877d
   407  	runtime.chanrecv1(0xc00029a688?, 0x5247d4?)
   408  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc00029a630 sp=0xc00029a608 pc=0x408278
   409  	testing.(*T).Parallel(0xc000293a00)
   410  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc00029a698 sp=0xc00029a630 pc=0x525d3f
   411  	cmd/go_test.(*testgoData).parallel(0xc000148a50)
   412  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc00029a710 sp=0xc00029a698 pc=0x9ed1d7
   413  	cmd/go_test.TestGoListTest(0xc0002936c0?)
   414  		/workdir/go/src/cmd/go/go_test.go:1142 +0x5e fp=0xc00029a770 sp=0xc00029a710 pc=0x9f365e
   415  	testing.tRunner(0xc000293a00, 0xb8aa08)
   416  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc00029a7c0 sp=0xc00029a770 pc=0x52600b
   417  	testing.(*T).Run.func1()
   418  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc00029a7e0 sp=0xc00029a7c0 pc=0x526e8a
   419  	runtime.goexit()
   420  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00029a7e8 sp=0xc00029a7e0 pc=0x46d601
   421  	created by testing.(*T).Run
   422  		/workdir/go/src/testing/testing.go:1528 +0x35f
   423  
   424  	goroutine 35 [chan receive, 44 minutes]:
   425  	runtime.gopark(0xa8f?, 0xc000092000?, 0x59?, 0x72?, 0xc00029acd0?)
   426  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000074c68 sp=0xc000074c48 pc=0x43ae76
   427  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   428  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000074cf8 sp=0xc000074c68 pc=0x40877d
   429  	runtime.chanrecv1(0xc00029ad78?, 0x5247d4?)
   430  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000074d20 sp=0xc000074cf8 pc=0x408278
   431  	testing.(*T).Parallel(0xc000293d40)
   432  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000074d88 sp=0xc000074d20 pc=0x525d3f
   433  	cmd/go_test.(*testgoData).parallel(0xc000148b00)
   434  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc000074e00 sp=0xc000074d88 pc=0x9ed1d7
   435  	cmd/go_test.TestGoListCompiledCgo(0xc000293d40)
   436  		/workdir/go/src/cmd/go/go_test.go:1179 +0x99 fp=0xc000074f70 sp=0xc000074e00 pc=0x9f3c39
   437  	testing.tRunner(0xc000293d40, 0xb8a9e0)
   438  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc000074fc0 sp=0xc000074f70 pc=0x52600b
   439  	testing.(*T).Run.func1()
   440  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc000074fe0 sp=0xc000074fc0 pc=0x526e8a
   441  	runtime.goexit()
   442  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000074fe8 sp=0xc000074fe0 pc=0x46d601
   443  	created by testing.(*T).Run
   444  		/workdir/go/src/testing/testing.go:1528 +0x35f
   445  
   446  	goroutine 36 [chan receive, 44 minutes]:
   447  	runtime.gopark(0x53e00000006?, 0xc000092000?, 0x40?, 0xef?, 0xc00029ad58?)
   448  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc00029acf0 sp=0xc00029acd0 pc=0x43ae76
   449  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   450  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc00029ad80 sp=0xc00029acf0 pc=0x40877d
   451  	runtime.chanrecv1(0xc00029ae00?, 0x5247d4?)
   452  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc00029ada8 sp=0xc00029ad80 pc=0x408278
   453  	testing.(*T).Parallel(0xc00029e1a0)
   454  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc00029ae10 sp=0xc00029ada8 pc=0x525d3f
   455  	cmd/go_test.(*testgoData).parallel(0xc000148bb0)
   456  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc00029ae88 sp=0xc00029ae10 pc=0x9ed1d7
   457  	cmd/go_test.TestGoListExport(0xc00029e1a0)
   458  		/workdir/go/src/cmd/go/go_test.go:1216 +0x89 fp=0xc00029af70 sp=0xc00029ae88 pc=0x9f4329
   459  	testing.tRunner(0xc00029e1a0, 0xb8a9f0)
   460  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc00029afc0 sp=0xc00029af70 pc=0x52600b
   461  	testing.(*T).Run.func1()
   462  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc00029afe0 sp=0xc00029afc0 pc=0x526e8a
   463  	runtime.goexit()
   464  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00029afe8 sp=0xc00029afe0 pc=0x46d601
   465  	created by testing.(*T).Run
   466  		/workdir/go/src/testing/testing.go:1528 +0x35f
   467  
   468  	goroutine 37 [chan receive, 44 minutes]:
   469  	runtime.gopark(0x525f00?, 0xc000092000?, 0xf0?, 0xb5?, 0xc00029b5d8?)
   470  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc00029b570 sp=0xc00029b550 pc=0x43ae76
   471  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   472  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc00029b600 sp=0xc00029b570 pc=0x40877d
   473  	runtime.chanrecv1(0xc00029b680?, 0x5247d4?)
   474  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc00029b628 sp=0xc00029b600 pc=0x408278
   475  	testing.(*T).Parallel(0xc00029e4e0)
   476  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc00029b690 sp=0xc00029b628 pc=0x525d3f
   477  	cmd/go_test.(*testgoData).parallel(0xc000148c60)
   478  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc00029b708 sp=0xc00029b690 pc=0x9ed1d7
   479  	cmd/go_test.TestUnsuccessfulGoInstallShouldMentionMissingPackage(0xc00029e4e0)
   480  		/workdir/go/src/cmd/go/go_test.go:1250 +0x65 fp=0xc00029b770 sp=0xc00029b708 pc=0x9f49a5
   481  	testing.tRunner(0xc00029e4e0, 0xb8ab20)
   482  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc00029b7c0 sp=0xc00029b770 pc=0x52600b
   483  	testing.(*T).Run.func1()
   484  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc00029b7e0 sp=0xc00029b7c0 pc=0x526e8a
   485  	runtime.goexit()
   486  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00029b7e8 sp=0xc00029b7e0 pc=0x46d601
   487  	created by testing.(*T).Run
   488  		/workdir/go/src/testing/testing.go:1528 +0x35f
   489  
   490  	goroutine 38 [chan receive, 44 minutes]:
   491  	runtime.gopark(0x0?, 0xc000092000?, 0x0?, 0x0?, 0xc00029bdb0?)
   492  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc00029bd48 sp=0xc00029bd28 pc=0x43ae76
   493  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   494  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc00029bdd8 sp=0xc00029bd48 pc=0x40877d
   495  	runtime.chanrecv1(0xc00029be58?, 0x5247d4?)
   496  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc00029be00 sp=0xc00029bdd8 pc=0x408278
   497  	testing.(*T).Parallel(0xc00029e820)
   498  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc00029be68 sp=0xc00029be00 pc=0x525d3f
   499  	cmd/go_test.(*testgoData).parallel(0xc000148d10)
   500  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc00029bee0 sp=0xc00029be68 pc=0x9ed1d7
   501  	cmd/go_test.TestGOROOTSearchFailureReporting(0xc00029e820)
   502  		/workdir/go/src/cmd/go/go_test.go:1260 +0x75 fp=0xc00029bf70 sp=0xc00029bee0 pc=0x9f4b75
   503  	testing.tRunner(0xc00029e820, 0xb8a9a8)
   504  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc00029bfc0 sp=0xc00029bf70 pc=0x52600b
   505  	testing.(*T).Run.func1()
   506  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc00029bfe0 sp=0xc00029bfc0 pc=0x526e8a
   507  	runtime.goexit()
   508  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00029bfe8 sp=0xc00029bfe0 pc=0x46d601
   509  	created by testing.(*T).Run
   510  		/workdir/go/src/testing/testing.go:1528 +0x35f
   511  
   512  	goroutine 39 [chan receive, 44 minutes]:
   513  	runtime.gopark(0x0?, 0xc000092000?, 0x33?, 0x5f?, 0xc000294550?)
   514  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002944e8 sp=0xc0002944c8 pc=0x43ae76
   515  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   516  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000294578 sp=0xc0002944e8 pc=0x40877d
   517  	runtime.chanrecv1(0xc0002945f8?, 0x5247d4?)
   518  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002945a0 sp=0xc000294578 pc=0x408278
   519  	testing.(*T).Parallel(0xc00029eb60)
   520  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000294608 sp=0xc0002945a0 pc=0x525d3f
   521  	cmd/go_test.(*testgoData).parallel(0xc000148dc0)
   522  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc000294680 sp=0xc000294608 pc=0x9ed1d7
   523  	cmd/go_test.TestMultipleGOPATHEntriesReportedSeparately(0xc00029eb60)
   524  		/workdir/go/src/cmd/go/go_test.go:1270 +0x7a fp=0xc000294770 sp=0xc000294680 pc=0x9f4d9a
   525  	testing.tRunner(0xc00029eb60, 0xb8aac0)
   526  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002947c0 sp=0xc000294770 pc=0x52600b
   527  	testing.(*T).Run.func1()
   528  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002947e0 sp=0xc0002947c0 pc=0x526e8a
   529  	runtime.goexit()
   530  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002947e8 sp=0xc0002947e0 pc=0x46d601
   531  	created by testing.(*T).Run
   532  		/workdir/go/src/testing/testing.go:1528 +0x35f
   533  
   534  	goroutine 40 [chan receive, 44 minutes]:
   535  	runtime.gopark(0xb05100?, 0xc000092000?, 0x48?, 0x7?, 0xc000294d00?)
   536  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000075c98 sp=0xc000075c78 pc=0x43ae76
   537  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   538  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000075d28 sp=0xc000075c98 pc=0x40877d
   539  	runtime.chanrecv1(0xc000165300?, 0x5247d4?)
   540  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000075d50 sp=0xc000075d28 pc=0x408278
   541  	testing.(*T).Parallel(0xc00029eea0)
   542  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000075db8 sp=0xc000075d50 pc=0x525d3f
   543  	cmd/go_test.(*testgoData).parallel(0xc000148e70)
   544  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc000075e30 sp=0xc000075db8 pc=0x9ed1d7
   545  	cmd/go_test.TestMentionGOPATHInFirstGOPATHEntry(0xc00029eea0)
   546  		/workdir/go/src/cmd/go/go_test.go:1283 +0x7d fp=0xc000075f70 sp=0xc000075e30 pc=0x9f50bd
   547  	testing.tRunner(0xc00029eea0, 0xb8aaa8)
   548  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc000075fc0 sp=0xc000075f70 pc=0x52600b
   549  	testing.(*T).Run.func1()
   550  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc000075fe0 sp=0xc000075fc0 pc=0x526e8a
   551  	runtime.goexit()
   552  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000075fe8 sp=0xc000075fe0 pc=0x46d601
   553  	created by testing.(*T).Run
   554  		/workdir/go/src/testing/testing.go:1528 +0x35f
   555  
   556  	goroutine 41 [chan receive, 44 minutes]:
   557  	runtime.gopark(0xcb4571?, 0xc000092000?, 0x10?, 0x4d?, 0xc000294d00?)
   558  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000302c98 sp=0xc000302c78 pc=0x43ae76
   559  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   560  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000302d28 sp=0xc000302c98 pc=0x40877d
   561  	runtime.chanrecv1(0xc000294da8?, 0x5247d4?)
   562  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000302d50 sp=0xc000302d28 pc=0x408278
   563  	testing.(*T).Parallel(0xc00029f1e0)
   564  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000302db8 sp=0xc000302d50 pc=0x525d3f
   565  	cmd/go_test.(*testgoData).parallel(0xc000148f20)
   566  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc000302e30 sp=0xc000302db8 pc=0x9ed1d7
   567  	cmd/go_test.TestMentionGOPATHNotOnSecondEntry(0xc00029f1e0)
   568  		/workdir/go/src/cmd/go/go_test.go:1296 +0x7d fp=0xc000302f70 sp=0xc000302e30 pc=0x9f54bd
   569  	testing.tRunner(0xc00029f1e0, 0xb8aab0)
   570  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc000302fc0 sp=0xc000302f70 pc=0x52600b
   571  	testing.(*T).Run.func1()
   572  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc000302fe0 sp=0xc000302fc0 pc=0x526e8a
   573  	runtime.goexit()
   574  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000302fe8 sp=0xc000302fe0 pc=0x46d601
   575  	created by testing.(*T).Run
   576  		/workdir/go/src/testing/testing.go:1528 +0x35f
   577  
   578  	goroutine 42 [chan receive, 44 minutes]:
   579  	runtime.gopark(0x0?, 0xc000092000?, 0xaa?, 0xf0?, 0xc000294de0?)
   580  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000294d78 sp=0xc000294d58 pc=0x43ae76
   581  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   582  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000294e08 sp=0xc000294d78 pc=0x40877d
   583  	runtime.chanrecv1(0xc000294e88?, 0x5247d4?)
   584  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000294e30 sp=0xc000294e08 pc=0x408278
   585  	testing.(*T).Parallel(0xc00029f520)
   586  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000294e98 sp=0xc000294e30 pc=0x525d3f
   587  	cmd/go_test.(*testgoData).parallel(0xc000148fd0)
   588  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc000294f10 sp=0xc000294e98 pc=0x9ed1d7
   589  	cmd/go_test.TestDefaultGOPATH(0xc00029f1e0?)
   590  		/workdir/go/src/cmd/go/go_test.go:1339 +0x5e fp=0xc000294f70 sp=0xc000294f10 pc=0x9f589e
   591  	testing.tRunner(0xc00029f520, 0xb8a968)
   592  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc000294fc0 sp=0xc000294f70 pc=0x52600b
   593  	testing.(*T).Run.func1()
   594  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc000294fe0 sp=0xc000294fc0 pc=0x526e8a
   595  	runtime.goexit()
   596  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000294fe8 sp=0xc000294fe0 pc=0x46d601
   597  	created by testing.(*T).Run
   598  		/workdir/go/src/testing/testing.go:1528 +0x35f
   599  
   600  	goroutine 43 [chan receive, 44 minutes]:
   601  	runtime.gopark(0x525f34?, 0xc000092000?, 0x0?, 0x5f?, 0xc0002955c8?)
   602  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000295560 sp=0xc000295540 pc=0x43ae76
   603  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   604  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002955f0 sp=0xc000295560 pc=0x40877d
   605  	runtime.chanrecv1(0xc000295670?, 0x5247d4?)
   606  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000295618 sp=0xc0002955f0 pc=0x408278
   607  	testing.(*T).Parallel(0xc00029f860)
   608  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000295680 sp=0xc000295618 pc=0x525d3f
   609  	cmd/go_test.(*testgoData).parallel(0xc000149080)
   610  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002956f8 sp=0xc000295680 pc=0x9ed1d7
   611  	cmd/go_test.TestDefaultGOPATHGet(0x0?)
   612  		/workdir/go/src/cmd/go/go_test.go:1361 +0x95 fp=0xc000295770 sp=0xc0002956f8 pc=0x9f5bf5
   613  	testing.tRunner(0xc00029f860, 0xb8a958)
   614  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002957c0 sp=0xc000295770 pc=0x52600b
   615  	testing.(*T).Run.func1()
   616  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002957e0 sp=0xc0002957c0 pc=0x526e8a
   617  	runtime.goexit()
   618  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002957e8 sp=0xc0002957e0 pc=0x46d601
   619  	created by testing.(*T).Run
   620  		/workdir/go/src/testing/testing.go:1528 +0x35f
   621  
   622  	goroutine 44 [chan receive, 44 minutes]:
   623  	runtime.gopark(0x0?, 0xc000092000?, 0xaa?, 0xf0?, 0xc000295de0?)
   624  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000295d78 sp=0xc000295d58 pc=0x43ae76
   625  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   626  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000295e08 sp=0xc000295d78 pc=0x40877d
   627  	runtime.chanrecv1(0xc000295e88?, 0x5247d4?)
   628  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000295e30 sp=0xc000295e08 pc=0x408278
   629  	testing.(*T).Parallel(0xc00029fba0)
   630  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000295e98 sp=0xc000295e30 pc=0x525d3f
   631  	cmd/go_test.(*testgoData).parallel(0xc000149130)
   632  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc000295f10 sp=0xc000295e98 pc=0x9ed1d7
   633  	cmd/go_test.TestDefaultGOPATHPrintedSearchList(0x0?)
   634  		/workdir/go/src/cmd/go/go_test.go:1386 +0x5e fp=0xc000295f70 sp=0xc000295f10 pc=0x9f5f7e
   635  	testing.tRunner(0xc00029fba0, 0xb8a960)
   636  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc000295fc0 sp=0xc000295f70 pc=0x52600b
   637  	testing.(*T).Run.func1()
   638  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc000295fe0 sp=0xc000295fc0 pc=0x526e8a
   639  	runtime.goexit()
   640  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000295fe8 sp=0xc000295fe0 pc=0x46d601
   641  	created by testing.(*T).Run
   642  		/workdir/go/src/testing/testing.go:1528 +0x35f
   643  
   644  	goroutine 45 [chan receive, 44 minutes]:
   645  	runtime.gopark(0x525f34?, 0xc000092000?, 0x0?, 0x5f?, 0xc0002965c8?)
   646  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000296560 sp=0xc000296540 pc=0x43ae76
   647  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   648  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002965f0 sp=0xc000296560 pc=0x40877d
   649  	runtime.chanrecv1(0xc000296670?, 0x5247d4?)
   650  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000296618 sp=0xc0002965f0 pc=0x408278
   651  	testing.(*T).Parallel(0xc0002a4000)
   652  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000296680 sp=0xc000296618 pc=0x525d3f
   653  	cmd/go_test.(*testgoData).parallel(0xc0001491e0)
   654  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002966f8 sp=0xc000296680 pc=0x9ed1d7
   655  	cmd/go_test.TestLdflagsArgumentsWithSpacesIssue3941(0x0?)
   656  		/workdir/go/src/cmd/go/go_test.go:1400 +0x6d fp=0xc000296770 sp=0xc0002966f8 pc=0x9f61ad
   657  	testing.tRunner(0xc0002a4000, 0xb8aa88)
   658  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002967c0 sp=0xc000296770 pc=0x52600b
   659  	testing.(*T).Run.func1()
   660  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002967e0 sp=0xc0002967c0 pc=0x526e8a
   661  	runtime.goexit()
   662  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002967e8 sp=0xc0002967e0 pc=0x46d601
   663  	created by testing.(*T).Run
   664  		/workdir/go/src/testing/testing.go:1528 +0x35f
   665  
   666  	goroutine 46 [chan receive, 44 minutes]:
   667  	runtime.gopark(0x525f33?, 0xc000092000?, 0xa0?, 0x4?, 0xc000296d60?)
   668  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000296cf8 sp=0xc000296cd8 pc=0x43ae76
   669  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   670  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000296d88 sp=0xc000296cf8 pc=0x40877d
   671  	runtime.chanrecv1(0xc000296e08?, 0x5247d4?)
   672  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000296db0 sp=0xc000296d88 pc=0x408278
   673  	testing.(*T).Parallel(0xc0002a4340)
   674  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000296e18 sp=0xc000296db0 pc=0x525d3f
   675  	cmd/go_test.(*testgoData).parallel(0xc000149290)
   676  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc000296e90 sp=0xc000296e18 pc=0x9ed1d7
   677  	cmd/go_test.TestLdFlagsLongArgumentsIssue42295(0xc0002a4340)
   678  		/workdir/go/src/cmd/go/go_test.go:1417 +0x93 fp=0xc000296f70 sp=0xc000296e90 pc=0x9f63d3
   679  	testing.tRunner(0xc0002a4340, 0xb8aa80)
   680  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc000296fc0 sp=0xc000296f70 pc=0x52600b
   681  	testing.(*T).Run.func1()
   682  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc000296fe0 sp=0xc000296fc0 pc=0x526e8a
   683  	runtime.goexit()
   684  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000296fe8 sp=0xc000296fe0 pc=0x46d601
   685  	created by testing.(*T).Run
   686  		/workdir/go/src/testing/testing.go:1528 +0x35f
   687  
   688  	goroutine 47 [chan receive, 44 minutes]:
   689  	runtime.gopark(0x525f34?, 0xc000092000?, 0x0?, 0x5f?, 0xc0002975c8?)
   690  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000297560 sp=0xc000297540 pc=0x43ae76
   691  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   692  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002975f0 sp=0xc000297560 pc=0x40877d
   693  	runtime.chanrecv1(0xc000297670?, 0x5247d4?)
   694  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000297618 sp=0xc0002975f0 pc=0x408278
   695  	testing.(*T).Parallel(0xc0002a4680)
   696  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000297680 sp=0xc000297618 pc=0x525d3f
   697  	cmd/go_test.(*testgoData).parallel(0xc000149340)
   698  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002976f8 sp=0xc000297680 pc=0x9ed1d7
   699  	cmd/go_test.TestGoTestDashCDashOControlsBinaryLocation(0x0?)
   700  		/workdir/go/src/cmd/go/go_test.go:1439 +0x6d fp=0xc000297770 sp=0xc0002976f8 pc=0x9f680d
   701  	testing.tRunner(0xc0002a4680, 0xb8aa10)
   702  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002977c0 sp=0xc000297770 pc=0x52600b
   703  	testing.(*T).Run.func1()
   704  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002977e0 sp=0xc0002977c0 pc=0x526e8a
   705  	runtime.goexit()
   706  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002977e8 sp=0xc0002977e0 pc=0x46d601
   707  	created by testing.(*T).Run
   708  		/workdir/go/src/testing/testing.go:1528 +0x35f
   709  
   710  	goroutine 48 [chan receive, 44 minutes]:
   711  	runtime.gopark(0x525f34?, 0xc000092000?, 0x0?, 0x5f?, 0xc000297dc8?)
   712  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000297d60 sp=0xc000297d40 pc=0x43ae76
   713  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   714  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000297df0 sp=0xc000297d60 pc=0x40877d
   715  	runtime.chanrecv1(0xc000297e70?, 0x5247d4?)
   716  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000297e18 sp=0xc000297df0 pc=0x408278
   717  	testing.(*T).Parallel(0xc0002a49c0)
   718  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000297e80 sp=0xc000297e18 pc=0x525d3f
   719  	cmd/go_test.(*testgoData).parallel(0xc0001493f0)
   720  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc000297ef8 sp=0xc000297e80 pc=0x9ed1d7
   721  	cmd/go_test.TestGoTestDashOWritesBinary(0x0?)
   722  		/workdir/go/src/cmd/go/go_test.go:1450 +0x6d fp=0xc000297f70 sp=0xc000297ef8 pc=0x9f6a4d
   723  	testing.tRunner(0xc0002a49c0, 0xb8aa20)
   724  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc000297fc0 sp=0xc000297f70 pc=0x52600b
   725  	testing.(*T).Run.func1()
   726  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc000297fe0 sp=0xc000297fc0 pc=0x526e8a
   727  	runtime.goexit()
   728  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000297fe8 sp=0xc000297fe0 pc=0x46d601
   729  	created by testing.(*T).Run
   730  		/workdir/go/src/testing/testing.go:1528 +0x35f
   731  
   732  	goroutine 49 [chan receive, 44 minutes]:
   733  	runtime.gopark(0x0?, 0xc000092000?, 0x34?, 0x5f?, 0xc0002aa5b8?)
   734  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002aa550 sp=0xc0002aa530 pc=0x43ae76
   735  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   736  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002aa5e0 sp=0xc0002aa550 pc=0x40877d
   737  	runtime.chanrecv1(0xc0002aa660?, 0x5247d4?)
   738  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002aa608 sp=0xc0002aa5e0 pc=0x408278
   739  	testing.(*T).Parallel(0xc0002a4d00)
   740  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002aa670 sp=0xc0002aa608 pc=0x525d3f
   741  	cmd/go_test.(*testgoData).parallel(0xc0001494a0)
   742  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002aa6e8 sp=0xc0002aa670 pc=0x9ed1d7
   743  	cmd/go_test.TestGoTestDashIDashOWritesBinary(0x0?)
   744  		/workdir/go/src/cmd/go/go_test.go:1461 +0x6d fp=0xc0002aa770 sp=0xc0002aa6e8 pc=0x9f6c8d
   745  	testing.tRunner(0xc0002a4d00, 0xb8aa18)
   746  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002aa7c0 sp=0xc0002aa770 pc=0x52600b
   747  	testing.(*T).Run.func1()
   748  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002aa7e0 sp=0xc0002aa7c0 pc=0x526e8a
   749  	runtime.goexit()
   750  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002aa7e8 sp=0xc0002aa7e0 pc=0x46d601
   751  	created by testing.(*T).Run
   752  		/workdir/go/src/testing/testing.go:1528 +0x35f
   753  
   754  	goroutine 50 [chan receive, 44 minutes]:
   755  	runtime.gopark(0x0?, 0xc000092000?, 0x0?, 0x0?, 0xc0002aadd0?)
   756  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002aad68 sp=0xc0002aad48 pc=0x43ae76
   757  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   758  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002aadf8 sp=0xc0002aad68 pc=0x40877d
   759  	runtime.chanrecv1(0xc0002aae78?, 0x5247d4?)
   760  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002aae20 sp=0xc0002aadf8 pc=0x408278
   761  	testing.(*T).Parallel(0xc0002a5040)
   762  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002aae88 sp=0xc0002aae20 pc=0x525d3f
   763  	cmd/go_test.(*testgoData).parallel(0xc000149550)
   764  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002aaf00 sp=0xc0002aae88 pc=0x9ed1d7
   765  	cmd/go_test.TestInstallWithTags(0xc0002a5040)
   766  		/workdir/go/src/cmd/go/go_test.go:1477 +0x6d fp=0xc0002aaf70 sp=0xc0002aaf00 pc=0x9f6f2d
   767  	testing.tRunner(0xc0002a5040, 0xb8aa48)
   768  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002aafc0 sp=0xc0002aaf70 pc=0x52600b
   769  	testing.(*T).Run.func1()
   770  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002aafe0 sp=0xc0002aafc0 pc=0x526e8a
   771  	runtime.goexit()
   772  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002aafe8 sp=0xc0002aafe0 pc=0x46d601
   773  	created by testing.(*T).Run
   774  		/workdir/go/src/testing/testing.go:1528 +0x35f
   775  
   776  	goroutine 51 [chan receive, 44 minutes]:
   777  	runtime.gopark(0x0?, 0xc000092000?, 0x34?, 0x5f?, 0xc0002ab5b8?)
   778  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002ab550 sp=0xc0002ab530 pc=0x43ae76
   779  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   780  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002ab5e0 sp=0xc0002ab550 pc=0x40877d
   781  	runtime.chanrecv1(0xc0002ab660?, 0x5247d4?)
   782  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002ab608 sp=0xc0002ab5e0 pc=0x408278
   783  	testing.(*T).Parallel(0xc0002a5380)
   784  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002ab670 sp=0xc0002ab608 pc=0x525d3f
   785  	cmd/go_test.(*testgoData).parallel(0xc000149600)
   786  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002ab6e8 sp=0xc0002ab670 pc=0x9ed1d7
   787  	cmd/go_test.TestSymlinkWarning(0xc0002a5380)
   788  		/workdir/go/src/cmd/go/go_test.go:1504 +0x66 fp=0xc0002ab770 sp=0xc0002ab6e8 pc=0x9f7466
   789  	testing.tRunner(0xc0002a5380, 0xb8aaf8)
   790  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002ab7c0 sp=0xc0002ab770 pc=0x52600b
   791  	testing.(*T).Run.func1()
   792  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002ab7e0 sp=0xc0002ab7c0 pc=0x526e8a
   793  	runtime.goexit()
   794  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002ab7e8 sp=0xc0002ab7e0 pc=0x46d601
   795  	created by testing.(*T).Run
   796  		/workdir/go/src/testing/testing.go:1528 +0x35f
   797  
   798  	goroutine 52 [chan receive, 44 minutes]:
   799  	runtime.gopark(0x0?, 0xc000092000?, 0x0?, 0x0?, 0xc0002abdd0?)
   800  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002abd68 sp=0xc0002abd48 pc=0x43ae76
   801  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   802  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002abdf8 sp=0xc0002abd68 pc=0x40877d
   803  	runtime.chanrecv1(0xc0002abe78?, 0x5247d4?)
   804  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002abe20 sp=0xc0002abdf8 pc=0x408278
   805  	testing.(*T).Parallel(0xc0002a56c0)
   806  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002abe88 sp=0xc0002abe20 pc=0x525d3f
   807  	cmd/go_test.(*testgoData).parallel(0xc0001496b0)
   808  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002abf00 sp=0xc0002abe88 pc=0x9ed1d7
   809  	cmd/go_test.TestCgoShowsFullPathNames(0x0?)
   810  		/workdir/go/src/cmd/go/go_test.go:1532 +0xa5 fp=0xc0002abf70 sp=0xc0002abf00 pc=0x9f7825
   811  	testing.tRunner(0xc0002a56c0, 0xb8a940)
   812  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002abfc0 sp=0xc0002abf70 pc=0x52600b
   813  	testing.(*T).Run.func1()
   814  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002abfe0 sp=0xc0002abfc0 pc=0x526e8a
   815  	runtime.goexit()
   816  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002abfe8 sp=0xc0002abfe0 pc=0x46d601
   817  	created by testing.(*T).Run
   818  		/workdir/go/src/testing/testing.go:1528 +0x35f
   819  
   820  	goroutine 53 [chan receive, 44 minutes]:
   821  	runtime.gopark(0xc0002ac580?, 0xc000092000?, 0x0?, 0x0?, 0xc0002ac5d0?)
   822  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002ac568 sp=0xc0002ac548 pc=0x43ae76
   823  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   824  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002ac5f8 sp=0xc0002ac568 pc=0x40877d
   825  	runtime.chanrecv1(0xc0002ac678?, 0x5247d4?)
   826  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002ac620 sp=0xc0002ac5f8 pc=0x408278
   827  	testing.(*T).Parallel(0xc0002a5a00)
   828  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002ac688 sp=0xc0002ac620 pc=0x525d3f
   829  	cmd/go_test.(*testgoData).parallel(0xc000149760)
   830  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002ac700 sp=0xc0002ac688 pc=0x9ed1d7
   831  	cmd/go_test.TestCgoHandlesWlORIGIN(0xc0002a5a00)
   832  		/workdir/go/src/cmd/go/go_test.go:1550 +0xad fp=0xc0002ac770 sp=0xc0002ac700 pc=0x9f7a4d
   833  	testing.tRunner(0xc0002a5a00, 0xb8a930)
   834  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002ac7c0 sp=0xc0002ac770 pc=0x52600b
   835  	testing.(*T).Run.func1()
   836  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002ac7e0 sp=0xc0002ac7c0 pc=0x526e8a
   837  	runtime.goexit()
   838  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002ac7e8 sp=0xc0002ac7e0 pc=0x46d601
   839  	created by testing.(*T).Run
   840  		/workdir/go/src/testing/testing.go:1528 +0x35f
   841  
   842  	goroutine 54 [chan receive, 44 minutes]:
   843  	runtime.gopark(0x58b38?, 0xc000092000?, 0x0?, 0x0?, 0xc0002acd30?)
   844  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000303cc8 sp=0xc000303ca8 pc=0x43ae76
   845  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   846  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000303d58 sp=0xc000303cc8 pc=0x40877d
   847  	runtime.chanrecv1(0xc0002acdd8?, 0x5247d4?)
   848  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000303d80 sp=0xc000303d58 pc=0x408278
   849  	testing.(*T).Parallel(0xc0002a5d40)
   850  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000303de8 sp=0xc000303d80 pc=0x525d3f
   851  	cmd/go_test.(*testgoData).parallel(0xc000149810)
   852  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc000303e60 sp=0xc000303de8 pc=0x9ed1d7
   853  	cmd/go_test.TestCgoPkgConfig(0xc0002a5d40)
   854  		/workdir/go/src/cmd/go/go_test.go:1567 +0xe5 fp=0xc000303f70 sp=0xc000303e60 pc=0x9f7c85
   855  	testing.tRunner(0xc0002a5d40, 0xb8a938)
   856  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc000303fc0 sp=0xc000303f70 pc=0x52600b
   857  	testing.(*T).Run.func1()
   858  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc000303fe0 sp=0xc000303fc0 pc=0x526e8a
   859  	runtime.goexit()
   860  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000303fe8 sp=0xc000303fe0 pc=0x46d601
   861  	created by testing.(*T).Run
   862  		/workdir/go/src/testing/testing.go:1528 +0x35f
   863  
   864  	goroutine 55 [chan receive, 44 minutes]:
   865  	runtime.gopark(0xc0002acd10?, 0xc000092000?, 0xa0?, 0x4?, 0xc0002acd10?)
   866  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000304ca8 sp=0xc000304c88 pc=0x43ae76
   867  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   868  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000304d38 sp=0xc000304ca8 pc=0x40877d
   869  	runtime.chanrecv1(0x525f34?, 0xf91901?)
   870  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000304d60 sp=0xc000304d38 pc=0x408278
   871  	testing.(*T).Parallel(0xc0002b01a0)
   872  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000304dc8 sp=0xc000304d60 pc=0x525d3f
   873  	cmd/go_test.TestListTemplateContextFunction(0xc0002a5d40?)
   874  		/workdir/go/src/cmd/go/go_test.go:1609 +0x33 fp=0xc000304f70 sp=0xc000304dc8 pc=0x9f8033
   875  	testing.tRunner(0xc0002b01a0, 0xb8aaa0)
   876  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc000304fc0 sp=0xc000304f70 pc=0x52600b
   877  	testing.(*T).Run.func1()
   878  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc000304fe0 sp=0xc000304fc0 pc=0x526e8a
   879  	runtime.goexit()
   880  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000304fe8 sp=0xc000304fe0 pc=0x46d601
   881  	created by testing.(*T).Run
   882  		/workdir/go/src/testing/testing.go:1528 +0x35f
   883  
   884  	goroutine 56 [chan receive, 44 minutes]:
   885  	runtime.gopark(0xb05100?, 0xc000092000?, 0xc0?, 0x6?, 0xc0002acdd8?)
   886  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002acd70 sp=0xc0002acd50 pc=0x43ae76
   887  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   888  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002ace00 sp=0xc0002acd70 pc=0x40877d
   889  	runtime.chanrecv1(0xc00016a500?, 0x5247d4?)
   890  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002ace28 sp=0xc0002ace00 pc=0x408278
   891  	testing.(*T).Parallel(0xc0002b04e0)
   892  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002ace90 sp=0xc0002ace28 pc=0x525d3f
   893  	cmd/go_test.(*testgoData).parallel(0xc0001498c0)
   894  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002acf08 sp=0xc0002ace90 pc=0x9ed1d7
   895  	cmd/go_test.TestImportLocal(0xc0002a5d40?)
   896  		/workdir/go/src/cmd/go/go_test.go:1649 +0x47 fp=0xc0002acf70 sp=0xc0002acf08 pc=0x9f8527
   897  	testing.tRunner(0xc0002b04e0, 0xb8aa30)
   898  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002acfc0 sp=0xc0002acf70 pc=0x52600b
   899  	testing.(*T).Run.func1()
   900  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002acfe0 sp=0xc0002acfc0 pc=0x526e8a
   901  	runtime.goexit()
   902  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002acfe8 sp=0xc0002acfe0 pc=0x46d601
   903  	created by testing.(*T).Run
   904  		/workdir/go/src/testing/testing.go:1528 +0x35f
   905  
   906  	goroutine 57 [chan receive, 44 minutes]:
   907  	runtime.gopark(0x0?, 0xc000092000?, 0x33?, 0x5f?, 0xc0002ad550?)
   908  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002ad4e8 sp=0xc0002ad4c8 pc=0x43ae76
   909  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   910  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002ad578 sp=0xc0002ad4e8 pc=0x40877d
   911  	runtime.chanrecv1(0xc0002ad5f8?, 0x5247d4?)
   912  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002ad5a0 sp=0xc0002ad578 pc=0x408278
   913  	testing.(*T).Parallel(0xc0002b0820)
   914  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002ad608 sp=0xc0002ad5a0 pc=0x525d3f
   915  	cmd/go_test.(*testgoData).parallel(0xc000149970)
   916  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002ad680 sp=0xc0002ad608 pc=0x9ed1d7
   917  	cmd/go_test.TestGoInstallPkgdir(0x0?)
   918  		/workdir/go/src/cmd/go/go_test.go:1801 +0x59 fp=0xc0002ad770 sp=0xc0002ad680 pc=0x9f90b9
   919  	testing.tRunner(0xc0002b0820, 0xb8a9d0)
   920  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002ad7c0 sp=0xc0002ad770 pc=0x52600b
   921  	testing.(*T).Run.func1()
   922  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002ad7e0 sp=0xc0002ad7c0 pc=0x526e8a
   923  	runtime.goexit()
   924  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002ad7e8 sp=0xc0002ad7e0 pc=0x46d601
   925  	created by testing.(*T).Run
   926  		/workdir/go/src/testing/testing.go:1528 +0x35f
   927  
   928  	goroutine 58 [chan receive, 44 minutes]:
   929  	runtime.gopark(0x525f34?, 0xc000092000?, 0x0?, 0x5f?, 0xc0002addc8?)
   930  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002add60 sp=0xc0002add40 pc=0x43ae76
   931  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   932  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002addf0 sp=0xc0002add60 pc=0x40877d
   933  	runtime.chanrecv1(0xc0002ade70?, 0x5247d4?)
   934  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002ade18 sp=0xc0002addf0 pc=0x408278
   935  	testing.(*T).Parallel(0xc0002b0b60)
   936  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002ade80 sp=0xc0002ade18 pc=0x525d3f
   937  	cmd/go_test.(*testgoData).parallel(0xc000149a20)
   938  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002adef8 sp=0xc0002ade80 pc=0x9ed1d7
   939  	cmd/go_test.TestParallelTest(0x0?)
   940  		/workdir/go/src/cmd/go/go_test.go:1817 +0x47 fp=0xc0002adf70 sp=0xc0002adef8 pc=0x9f94c7
   941  	testing.tRunner(0xc0002b0b60, 0xb8aae8)
   942  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002adfc0 sp=0xc0002adf70 pc=0x52600b
   943  	testing.(*T).Run.func1()
   944  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002adfe0 sp=0xc0002adfc0 pc=0x526e8a
   945  	runtime.goexit()
   946  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002adfe8 sp=0xc0002adfe0 pc=0x46d601
   947  	created by testing.(*T).Run
   948  		/workdir/go/src/testing/testing.go:1528 +0x35f
   949  
   950  	goroutine 59 [chan receive, 44 minutes]:
   951  	runtime.gopark(0x525f34?, 0xc000092000?, 0x0?, 0x5f?, 0xc0002a65c8?)
   952  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002a6560 sp=0xc0002a6540 pc=0x43ae76
   953  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   954  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002a65f0 sp=0xc0002a6560 pc=0x40877d
   955  	runtime.chanrecv1(0xc0002a6670?, 0x5247d4?)
   956  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002a6618 sp=0xc0002a65f0 pc=0x408278
   957  	testing.(*T).Parallel(0xc0002b0ea0)
   958  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002a6680 sp=0xc0002a6618 pc=0x525d3f
   959  	cmd/go_test.(*testgoData).parallel(0xc000149ad0)
   960  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002a66f8 sp=0xc0002a6680 pc=0x9ed1d7
   961  	cmd/go_test.TestBinaryOnlyPackages(0x0?)
   962  		/workdir/go/src/cmd/go/go_test.go:1839 +0x6d fp=0xc0002a6770 sp=0xc0002a66f8 pc=0x9f980d
   963  	testing.tRunner(0xc0002b0ea0, 0xb8a8f8)
   964  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002a67c0 sp=0xc0002a6770 pc=0x52600b
   965  	testing.(*T).Run.func1()
   966  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002a67e0 sp=0xc0002a67c0 pc=0x526e8a
   967  	runtime.goexit()
   968  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002a67e8 sp=0xc0002a67e0 pc=0x46d601
   969  	created by testing.(*T).Run
   970  		/workdir/go/src/testing/testing.go:1528 +0x35f
   971  
   972  	goroutine 60 [chan receive, 44 minutes]:
   973  	runtime.gopark(0x0?, 0xc000092000?, 0xaa?, 0xf0?, 0xc0002a6de0?)
   974  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002a6d78 sp=0xc0002a6d58 pc=0x43ae76
   975  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   976  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002a6e08 sp=0xc0002a6d78 pc=0x40877d
   977  	runtime.chanrecv1(0xc0002a6e88?, 0x5247d4?)
   978  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002a6e30 sp=0xc0002a6e08 pc=0x408278
   979  	testing.(*T).Parallel(0xc0002b11e0)
   980  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002a6e98 sp=0xc0002a6e30 pc=0x525d3f
   981  	cmd/go_test.(*testgoData).parallel(0xc000149b80)
   982  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002a6f10 sp=0xc0002a6e98 pc=0x9ed1d7
   983  	cmd/go_test.TestLinkSysoFiles(0x0?)
   984  		/workdir/go/src/cmd/go/go_test.go:1892 +0x5e fp=0xc0002a6f70 sp=0xc0002a6f10 pc=0x9f9cde
   985  	testing.tRunner(0xc0002b11e0, 0xb8aa90)
   986  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002a6fc0 sp=0xc0002a6f70 pc=0x52600b
   987  	testing.(*T).Run.func1()
   988  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002a6fe0 sp=0xc0002a6fc0 pc=0x526e8a
   989  	runtime.goexit()
   990  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002a6fe8 sp=0xc0002a6fe0 pc=0x46d601
   991  	created by testing.(*T).Run
   992  		/workdir/go/src/testing/testing.go:1528 +0x35f
   993  
   994  	goroutine 61 [chan receive, 44 minutes]:
   995  	runtime.gopark(0x0?, 0xc000092000?, 0xaa?, 0xf0?, 0xc0002a75e0?)
   996  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002a7578 sp=0xc0002a7558 pc=0x43ae76
   997  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
   998  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002a7608 sp=0xc0002a7578 pc=0x40877d
   999  	runtime.chanrecv1(0xc0002a7688?, 0x5247d4?)
  1000  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002a7630 sp=0xc0002a7608 pc=0x408278
  1001  	testing.(*T).Parallel(0xc0002b1520)
  1002  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002a7698 sp=0xc0002a7630 pc=0x525d3f
  1003  	cmd/go_test.(*testgoData).parallel(0xc000149c30)
  1004  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002a7710 sp=0xc0002a7698 pc=0x9ed1d7
  1005  	cmd/go_test.TestGenerateUsesBuildContext(0x0?)
  1006  		/workdir/go/src/cmd/go/go_test.go:1922 +0x5e fp=0xc0002a7770 sp=0xc0002a7710 pc=0x9fa09e
  1007  	testing.tRunner(0xc0002b1520, 0xb8a9b0)
  1008  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002a77c0 sp=0xc0002a7770 pc=0x52600b
  1009  	testing.(*T).Run.func1()
  1010  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002a77e0 sp=0xc0002a77c0 pc=0x526e8a
  1011  	runtime.goexit()
  1012  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002a77e8 sp=0xc0002a77e0 pc=0x46d601
  1013  	created by testing.(*T).Run
  1014  		/workdir/go/src/testing/testing.go:1528 +0x35f
  1015  
  1016  	goroutine 62 [chan receive, 44 minutes]:
  1017  	runtime.gopark(0x0?, 0xc000092000?, 0x0?, 0x0?, 0xc0002a7d98?)
  1018  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002a7d30 sp=0xc0002a7d10 pc=0x43ae76
  1019  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
  1020  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002a7dc0 sp=0xc0002a7d30 pc=0x40877d
  1021  	runtime.chanrecv1(0xc0002a7e40?, 0x5247d4?)
  1022  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002a7de8 sp=0xc0002a7dc0 pc=0x408278
  1023  	testing.(*T).Parallel(0xc0002b1860)
  1024  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002a7e50 sp=0xc0002a7de8 pc=0x525d3f
  1025  	cmd/go_test.(*testgoData).parallel(0xc000149ce0)
  1026  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002a7ec8 sp=0xc0002a7e50 pc=0x9ed1d7
  1027  	cmd/go_test.TestGoEnv(0xc0002b1860)
  1028  		/workdir/go/src/cmd/go/go_test.go:1940 +0x51 fp=0xc0002a7f70 sp=0xc0002a7ec8 pc=0x9fa371
  1029  	testing.tRunner(0xc0002b1860, 0xb8a9c8)
  1030  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002a7fc0 sp=0xc0002a7f70 pc=0x52600b
  1031  	testing.(*T).Run.func1()
  1032  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002a7fe0 sp=0xc0002a7fc0 pc=0x526e8a
  1033  	runtime.goexit()
  1034  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002a7fe8 sp=0xc0002a7fe0 pc=0x46d601
  1035  	created by testing.(*T).Run
  1036  		/workdir/go/src/testing/testing.go:1528 +0x35f
  1037  
  1038  	goroutine 63 [chan receive, 44 minutes]:
  1039  	runtime.gopark(0x0?, 0xc000092000?, 0xaa?, 0xf0?, 0xc0002a85e0?)
  1040  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002a8578 sp=0xc0002a8558 pc=0x43ae76
  1041  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
  1042  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002a8608 sp=0xc0002a8578 pc=0x40877d
  1043  	runtime.chanrecv1(0xc0002a8688?, 0x5247d4?)
  1044  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002a8630 sp=0xc0002a8608 pc=0x408278
  1045  	testing.(*T).Parallel(0xc0002b1ba0)
  1046  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002a8698 sp=0xc0002a8630 pc=0x525d3f
  1047  	cmd/go_test.(*testgoData).parallel(0xc000149d90)
  1048  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002a8710 sp=0xc0002a8698 pc=0x9ed1d7
  1049  	cmd/go_test.TestLdBindNow(0x0?)
  1050  		/workdir/go/src/cmd/go/go_test.go:1985 +0x5e fp=0xc0002a8770 sp=0xc0002a8710 pc=0x9fa97e
  1051  	testing.tRunner(0xc0002b1ba0, 0xb8aa78)
  1052  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002a87c0 sp=0xc0002a8770 pc=0x52600b
  1053  	testing.(*T).Run.func1()
  1054  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002a87e0 sp=0xc0002a87c0 pc=0x526e8a
  1055  	runtime.goexit()
  1056  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002a87e8 sp=0xc0002a87e0 pc=0x46d601
  1057  	created by testing.(*T).Run
  1058  		/workdir/go/src/testing/testing.go:1528 +0x35f
  1059  
  1060  	goroutine 64 [chan receive, 44 minutes]:
  1061  	runtime.gopark(0x0?, 0xc000092000?, 0xaa?, 0xf0?, 0xc0002a8de0?)
  1062  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002a8d78 sp=0xc0002a8d58 pc=0x43ae76
  1063  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
  1064  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002a8e08 sp=0xc0002a8d78 pc=0x40877d
  1065  	runtime.chanrecv1(0xc0002a8e88?, 0x5247d4?)
  1066  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002a8e30 sp=0xc0002a8e08 pc=0x408278
  1067  	testing.(*T).Parallel(0xc0002b4000)
  1068  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002a8e98 sp=0xc0002a8e30 pc=0x525d3f
  1069  	cmd/go_test.(*testgoData).parallel(0xc000149e40)
  1070  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002a8f10 sp=0xc0002a8e98 pc=0x9ed1d7
  1071  	cmd/go_test.TestConcurrentAsm(0x0?)
  1072  		/workdir/go/src/cmd/go/go_test.go:1996 +0x5e fp=0xc0002a8f70 sp=0xc0002a8f10 pc=0x9faade
  1073  	testing.tRunner(0xc0002b4000, 0xb8a948)
  1074  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002a8fc0 sp=0xc0002a8f70 pc=0x52600b
  1075  	testing.(*T).Run.func1()
  1076  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002a8fe0 sp=0xc0002a8fc0 pc=0x526e8a
  1077  	runtime.goexit()
  1078  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002a8fe8 sp=0xc0002a8fe0 pc=0x46d601
  1079  	created by testing.(*T).Run
  1080  		/workdir/go/src/testing/testing.go:1528 +0x35f
  1081  
  1082  	goroutine 65 [chan receive, 44 minutes]:
  1083  	runtime.gopark(0x0?, 0xc000092000?, 0x0?, 0x0?, 0xc0002a95d0?)
  1084  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002a9568 sp=0xc0002a9548 pc=0x43ae76
  1085  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
  1086  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002a95f8 sp=0xc0002a9568 pc=0x40877d
  1087  	runtime.chanrecv1(0xc0002a9678?, 0x5247d4?)
  1088  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002a9620 sp=0xc0002a95f8 pc=0x408278
  1089  	testing.(*T).Parallel(0xc0002b4340)
  1090  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002a9688 sp=0xc0002a9620 pc=0x525d3f
  1091  	cmd/go_test.(*testgoData).parallel(0xc000149ef0)
  1092  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002a9700 sp=0xc0002a9688 pc=0x9ed1d7
  1093  	cmd/go_test.TestFFLAGS(0x0?)
  1094  		/workdir/go/src/cmd/go/go_test.go:2015 +0xa5 fp=0xc0002a9770 sp=0xc0002a9700 pc=0x9fad25
  1095  	testing.tRunner(0xc0002b4340, 0xb8a998)
  1096  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002a97c0 sp=0xc0002a9770 pc=0x52600b
  1097  	testing.(*T).Run.func1()
  1098  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002a97e0 sp=0xc0002a97c0 pc=0x526e8a
  1099  	runtime.goexit()
  1100  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002a97e8 sp=0xc0002a97e0 pc=0x46d601
  1101  	created by testing.(*T).Run
  1102  		/workdir/go/src/testing/testing.go:1528 +0x35f
  1103  
  1104  	goroutine 66 [chan receive, 44 minutes]:
  1105  	runtime.gopark(0x7f9a642e8fc0?, 0xc000092000?, 0xc0?, 0x97?, 0xc0002a9dc0?)
  1106  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002a9d58 sp=0xc0002a9d38 pc=0x43ae76
  1107  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
  1108  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002a9de8 sp=0xc0002a9d58 pc=0x40877d
  1109  	runtime.chanrecv1(0xc0002a9e68?, 0x5247d4?)
  1110  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002a9e10 sp=0xc0002a9de8 pc=0x408278
  1111  	testing.(*T).Parallel(0xc0002b4680)
  1112  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002a9e78 sp=0xc0002a9e10 pc=0x525d3f
  1113  	cmd/go_test.(*testgoData).parallel(0xc0002b6000)
  1114  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002a9ef0 sp=0xc0002a9e78 pc=0x9ed1d7
  1115  	cmd/go_test.TestDuplicateGlobalAsmSymbols(0xc0002b4680)
  1116  		/workdir/go/src/cmd/go/go_test.go:2047 +0xb6 fp=0xc0002a9f70 sp=0xc0002a9ef0 pc=0x9faf76
  1117  	testing.tRunner(0xc0002b4680, 0xb8a988)
  1118  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002a9fc0 sp=0xc0002a9f70 pc=0x52600b
  1119  	testing.(*T).Run.func1()
  1120  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002a9fe0 sp=0xc0002a9fc0 pc=0x526e8a
  1121  	runtime.goexit()
  1122  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002a9fe8 sp=0xc0002a9fe0 pc=0x46d601
  1123  	created by testing.(*T).Run
  1124  		/workdir/go/src/testing/testing.go:1528 +0x35f
  1125  
  1126  	goroutine 67 [chan receive, 44 minutes]:
  1127  	runtime.gopark(0x0?, 0xc000092000?, 0x0?, 0x0?, 0xc0002bc5d0?)
  1128  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002bc568 sp=0xc0002bc548 pc=0x43ae76
  1129  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
  1130  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002bc5f8 sp=0xc0002bc568 pc=0x40877d
  1131  	runtime.chanrecv1(0xc0002bc678?, 0x5247d4?)
  1132  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002bc620 sp=0xc0002bc5f8 pc=0x408278
  1133  	testing.(*T).Parallel(0xc0002b49c0)
  1134  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002bc688 sp=0xc0002bc620 pc=0x525d3f
  1135  	cmd/go_test.(*testgoData).parallel(0xc0002b60b0)
  1136  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002bc700 sp=0xc0002bc688 pc=0x9ed1d7
  1137  	cmd/go_test.TestNeedVersion(0x0?)
  1138  		/workdir/go/src/cmd/go/go_test.go:2103 +0x5e fp=0xc0002bc770 sp=0xc0002bc700 pc=0x9fb4de
  1139  	testing.tRunner(0xc0002b49c0, 0xb8aac8)
  1140  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002bc7c0 sp=0xc0002bc770 pc=0x52600b
  1141  	testing.(*T).Run.func1()
  1142  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002bc7e0 sp=0xc0002bc7c0 pc=0x526e8a
  1143  	runtime.goexit()
  1144  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002bc7e8 sp=0xc0002bc7e0 pc=0x46d601
  1145  	created by testing.(*T).Run
  1146  		/workdir/go/src/testing/testing.go:1528 +0x35f
  1147  
  1148  	goroutine 85 [chan receive, 44 minutes]:
  1149  	runtime.gopark(0xb19018?, 0xc000092000?, 0xa?, 0x0?, 0xc0002bcdd0?)
  1150  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002bcd68 sp=0xc0002bcd48 pc=0x43ae76
  1151  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
  1152  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002bcdf8 sp=0xc0002bcd68 pc=0x40877d
  1153  	runtime.chanrecv1(0xc0002bce78?, 0x5247d4?)
  1154  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002bce20 sp=0xc0002bcdf8 pc=0x408278
  1155  	testing.(*T).Parallel(0xc00030e9c0)
  1156  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002bce88 sp=0xc0002bce20 pc=0x525d3f
  1157  	cmd/go_test.(*testgoData).parallel(0xc00036a000)
  1158  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002bcf00 sp=0xc0002bce88 pc=0x9ed1d7
  1159  	cmd/go_test.TestCacheListStale(0xc00030e9c0)
  1160  		/workdir/go/src/cmd/go/go_test.go:2340 +0xc5 fp=0xc0002bcf70 sp=0xc0002bcf00 pc=0x9fcb65
  1161  	testing.tRunner(0xc00030e9c0, 0xb8a920)
  1162  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002bcfc0 sp=0xc0002bcf70 pc=0x52600b
  1163  	testing.(*T).Run.func1()
  1164  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002bcfe0 sp=0xc0002bcfc0 pc=0x526e8a
  1165  	runtime.goexit()
  1166  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002bcfe8 sp=0xc0002bcfe0 pc=0x46d601
  1167  	created by testing.(*T).Run
  1168  		/workdir/go/src/testing/testing.go:1528 +0x35f
  1169  
  1170  	goroutine 10 [GC worker (idle), 42 minutes]:
  1171  	runtime.gopark(0x16ede04c2fe?, 0x1?, 0xc8?, 0x2e?, 0x0?)
  1172  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000066750 sp=0xc000066730 pc=0x43ae76
  1173  	runtime.gcBgMarkWorker()
  1174  		/workdir/go/src/runtime/mgc.go:1266 +0xf1 fp=0xc0000667e0 sp=0xc000066750 pc=0x41c811
  1175  	runtime.goexit()
  1176  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000667e8 sp=0xc0000667e0 pc=0x46d601
  1177  	created by runtime.gcBgMarkStartWorkers
  1178  		/workdir/go/src/runtime/mgc.go:1190 +0x25
  1179  
  1180  	goroutine 86 [chan receive, 44 minutes]:
  1181  	runtime.gopark(0xb19018?, 0xc000092000?, 0xa?, 0x4?, 0xc000060db0?)
  1182  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000060d48 sp=0xc000060d28 pc=0x43ae76
  1183  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
  1184  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000060dd8 sp=0xc000060d48 pc=0x40877d
  1185  	runtime.chanrecv1(0xc000060e58?, 0x5247d4?)
  1186  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000060e00 sp=0xc000060dd8 pc=0x408278
  1187  	testing.(*T).Parallel(0xc00030eb60)
  1188  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000060e68 sp=0xc000060e00 pc=0x525d3f
  1189  	cmd/go_test.(*testgoData).parallel(0xc00036a0b0)
  1190  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc000060ee0 sp=0xc000060e68 pc=0x9ed1d7
  1191  	cmd/go_test.TestCacheCoverage(0xc00030eb60)
  1192  		/workdir/go/src/cmd/go/go_test.go:2364 +0xd9 fp=0xc000060f70 sp=0xc000060ee0 pc=0x9fcf19
  1193  	testing.tRunner(0xc00030eb60, 0xb8a918)
  1194  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc000060fc0 sp=0xc000060f70 pc=0x52600b
  1195  	testing.(*T).Run.func1()
  1196  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc000060fe0 sp=0xc000060fc0 pc=0x526e8a
  1197  	runtime.goexit()
  1198  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000060fe8 sp=0xc000060fe0 pc=0x46d601
  1199  	created by testing.(*T).Run
  1200  		/workdir/go/src/testing/testing.go:1528 +0x35f
  1201  
  1202  	goroutine 88 [chan receive, 44 minutes]:
  1203  	runtime.gopark(0xb19018?, 0xc000092000?, 0xa?, 0x23?, 0xc0002bd5c0?)
  1204  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002bd558 sp=0xc0002bd538 pc=0x43ae76
  1205  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
  1206  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002bd5e8 sp=0xc0002bd558 pc=0x40877d
  1207  	runtime.chanrecv1(0xc0002bd668?, 0x5247d4?)
  1208  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002bd610 sp=0xc0002bd5e8 pc=0x408278
  1209  	testing.(*T).Parallel(0xc00030eea0)
  1210  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002bd678 sp=0xc0002bd610 pc=0x525d3f
  1211  	cmd/go_test.(*testgoData).parallel(0xc00036a210)
  1212  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002bd6f0 sp=0xc0002bd678 pc=0x9ed1d7
  1213  	cmd/go_test.TestIssue22531(0xc00030eea0)
  1214  		/workdir/go/src/cmd/go/go_test.go:2397 +0xc9 fp=0xc0002bd770 sp=0xc0002bd6f0 pc=0x9fd4c9
  1215  	testing.tRunner(0xc00030eea0, 0xb8aa60)
  1216  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002bd7c0 sp=0xc0002bd770 pc=0x52600b
  1217  	testing.(*T).Run.func1()
  1218  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002bd7e0 sp=0xc0002bd7c0 pc=0x526e8a
  1219  	runtime.goexit()
  1220  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002bd7e8 sp=0xc0002bd7e0 pc=0x46d601
  1221  	created by testing.(*T).Run
  1222  		/workdir/go/src/testing/testing.go:1528 +0x35f
  1223  
  1224  	goroutine 91 [chan receive, 44 minutes]:
  1225  	runtime.gopark(0x0?, 0xc000092000?, 0x0?, 0x0?, 0xc0002b95d0?)
  1226  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002b9568 sp=0xc0002b9548 pc=0x43ae76
  1227  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
  1228  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002b95f8 sp=0xc0002b9568 pc=0x40877d
  1229  	runtime.chanrecv1(0xc0002b9678?, 0x5247d4?)
  1230  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002b9620 sp=0xc0002b95f8 pc=0x408278
  1231  	testing.(*T).Parallel(0xc00030f380)
  1232  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002b9688 sp=0xc0002b9620 pc=0x525d3f
  1233  	cmd/go_test.(*testgoData).parallel(0xc00036a420)
  1234  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002b9700 sp=0xc0002b9688 pc=0x9ed1d7
  1235  	cmd/go_test.TestTestSkipVetAfterFailedBuild(0x0?)
  1236  		/workdir/go/src/cmd/go/go_test.go:2543 +0x5e fp=0xc0002b9770 sp=0xc0002b9700 pc=0x9fe83e
  1237  	testing.tRunner(0xc00030f380, 0xb8ab08)
  1238  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002b97c0 sp=0xc0002b9770 pc=0x52600b
  1239  	testing.(*T).Run.func1()
  1240  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002b97e0 sp=0xc0002b97c0 pc=0x526e8a
  1241  	runtime.goexit()
  1242  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002b97e8 sp=0xc0002b97e0 pc=0x46d601
  1243  	created by testing.(*T).Run
  1244  		/workdir/go/src/testing/testing.go:1528 +0x35f
  1245  
  1246  	goroutine 92 [chan receive, 44 minutes]:
  1247  	runtime.gopark(0x525f00?, 0xc000092000?, 0xf0?, 0x9d?, 0xc0002b9dd8?)
  1248  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002b9d70 sp=0xc0002b9d50 pc=0x43ae76
  1249  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
  1250  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002b9e00 sp=0xc0002b9d70 pc=0x40877d
  1251  	runtime.chanrecv1(0xc0002b9e80?, 0x5247d4?)
  1252  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002b9e28 sp=0xc0002b9e00 pc=0x408278
  1253  	testing.(*T).Parallel(0xc00030f6c0)
  1254  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002b9e90 sp=0xc0002b9e28 pc=0x525d3f
  1255  	cmd/go_test.(*testgoData).parallel(0xc00036a4d0)
  1256  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002b9f08 sp=0xc0002b9e90 pc=0x9ed1d7
  1257  	cmd/go_test.TestTestVetRebuild(0x0?)
  1258  		/workdir/go/src/cmd/go/go_test.go:2559 +0x6d fp=0xc0002b9f70 sp=0xc0002b9f08 pc=0x9fea2d
  1259  	testing.tRunner(0xc00030f6c0, 0xb8ab10)
  1260  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002b9fc0 sp=0xc0002b9f70 pc=0x52600b
  1261  	testing.(*T).Run.func1()
  1262  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002b9fe0 sp=0xc0002b9fc0 pc=0x526e8a
  1263  	runtime.goexit()
  1264  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002b9fe8 sp=0xc0002b9fe0 pc=0x46d601
  1265  	created by testing.(*T).Run
  1266  		/workdir/go/src/testing/testing.go:1528 +0x35f
  1267  
  1268  	goroutine 93 [chan receive, 44 minutes]:
  1269  	runtime.gopark(0x0?, 0xc000092000?, 0x0?, 0x0?, 0xc0002ba598?)
  1270  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002ba530 sp=0xc0002ba510 pc=0x43ae76
  1271  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
  1272  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002ba5c0 sp=0xc0002ba530 pc=0x40877d
  1273  	runtime.chanrecv1(0xc0002ba640?, 0x5247d4?)
  1274  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002ba5e8 sp=0xc0002ba5c0 pc=0x408278
  1275  	testing.(*T).Parallel(0xc00030fa00)
  1276  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002ba650 sp=0xc0002ba5e8 pc=0x525d3f
  1277  	cmd/go_test.(*testgoData).parallel(0xc00036a580)
  1278  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002ba6c8 sp=0xc0002ba650 pc=0x9ed1d7
  1279  	cmd/go_test.TestInstallDeps(0x0?)
  1280  		/workdir/go/src/cmd/go/go_test.go:2599 +0x8e fp=0xc0002ba770 sp=0xc0002ba6c8 pc=0x9fecae
  1281  	testing.tRunner(0xc00030fa00, 0xb8aa40)
  1282  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002ba7c0 sp=0xc0002ba770 pc=0x52600b
  1283  	testing.(*T).Run.func1()
  1284  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002ba7e0 sp=0xc0002ba7c0 pc=0x526e8a
  1285  	runtime.goexit()
  1286  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002ba7e8 sp=0xc0002ba7e0 pc=0x46d601
  1287  	created by testing.(*T).Run
  1288  		/workdir/go/src/testing/testing.go:1528 +0x35f
  1289  
  1290  	goroutine 94 [chan receive, 44 minutes]:
  1291  	runtime.gopark(0x525f34?, 0xc000092000?, 0x0?, 0x5f?, 0xc0002badc8?)
  1292  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002bad60 sp=0xc0002bad40 pc=0x43ae76
  1293  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
  1294  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002badf0 sp=0xc0002bad60 pc=0x40877d
  1295  	runtime.chanrecv1(0xc0002bae70?, 0x5247d4?)
  1296  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002bae18 sp=0xc0002badf0 pc=0x408278
  1297  	testing.(*T).Parallel(0xc00030fd40)
  1298  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002bae80 sp=0xc0002bae18 pc=0x525d3f
  1299  	cmd/go_test.(*testgoData).parallel(0xc00036a630)
  1300  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002baef8 sp=0xc0002bae80 pc=0x9ed1d7
  1301  	cmd/go_test.TestImportPath(0x0?)
  1302  		/workdir/go/src/cmd/go/go_test.go:2640 +0x6d fp=0xc0002baf70 sp=0xc0002baef8 pc=0x9ff1cd
  1303  	testing.tRunner(0xc00030fd40, 0xb8aa38)
  1304  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002bafc0 sp=0xc0002baf70 pc=0x52600b
  1305  	testing.(*T).Run.func1()
  1306  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002bafe0 sp=0xc0002bafc0 pc=0x526e8a
  1307  	runtime.goexit()
  1308  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002bafe8 sp=0xc0002bafe0 pc=0x46d601
  1309  	created by testing.(*T).Run
  1310  		/workdir/go/src/testing/testing.go:1528 +0x35f
  1311  
  1312  	goroutine 95 [chan receive, 44 minutes]:
  1313  	runtime.gopark(0x0?, 0xc000092000?, 0xaa?, 0xf0?, 0xc0002bb5e0?)
  1314  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002bb578 sp=0xc0002bb558 pc=0x43ae76
  1315  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
  1316  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002bb608 sp=0xc0002bb578 pc=0x40877d
  1317  	runtime.chanrecv1(0xc0002bb688?, 0x5247d4?)
  1318  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002bb630 sp=0xc0002bb608 pc=0x408278
  1319  	testing.(*T).Parallel(0xc00036c1a0)
  1320  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002bb698 sp=0xc0002bb630 pc=0x525d3f
  1321  	cmd/go_test.(*testgoData).parallel(0xc00036a6e0)
  1322  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002bb710 sp=0xc0002bb698 pc=0x9ed1d7
  1323  	cmd/go_test.TestBadCommandLines(0x0?)
  1324  		/workdir/go/src/cmd/go/go_test.go:2686 +0x5e fp=0xc0002bb770 sp=0xc0002bb710 pc=0x9ff45e
  1325  	testing.tRunner(0xc00036c1a0, 0xb8a8f0)
  1326  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002bb7c0 sp=0xc0002bb770 pc=0x52600b
  1327  	testing.(*T).Run.func1()
  1328  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002bb7e0 sp=0xc0002bb7c0 pc=0x526e8a
  1329  	runtime.goexit()
  1330  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002bb7e8 sp=0xc0002bb7e0 pc=0x46d601
  1331  	created by testing.(*T).Run
  1332  		/workdir/go/src/testing/testing.go:1528 +0x35f
  1333  
  1334  	goroutine 96 [chan receive, 44 minutes]:
  1335  	runtime.gopark(0x0?, 0xc000092000?, 0x33?, 0x5f?, 0xc0002bbd50?)
  1336  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0002bbce8 sp=0xc0002bbcc8 pc=0x43ae76
  1337  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
  1338  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0002bbd78 sp=0xc0002bbce8 pc=0x40877d
  1339  	runtime.chanrecv1(0xc0002bbdf8?, 0x5247d4?)
  1340  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0002bbda0 sp=0xc0002bbd78 pc=0x408278
  1341  	testing.(*T).Parallel(0xc00036c4e0)
  1342  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc0002bbe08 sp=0xc0002bbda0 pc=0x525d3f
  1343  	cmd/go_test.(*testgoData).parallel(0xc00036a790)
  1344  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0002bbe80 sp=0xc0002bbe08 pc=0x9ed1d7
  1345  	cmd/go_test.TestTwoPkgConfigs(0xc00036c4e0)
  1346  		/workdir/go/src/cmd/go/go_test.go:2741 +0xe7 fp=0xc0002bbf70 sp=0xc0002bbe80 pc=0x9ffba7
  1347  	testing.tRunner(0xc00036c4e0, 0xb8ab18)
  1348  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0002bbfc0 sp=0xc0002bbf70 pc=0x52600b
  1349  	testing.(*T).Run.func1()
  1350  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0002bbfe0 sp=0xc0002bbfc0 pc=0x526e8a
  1351  	runtime.goexit()
  1352  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0002bbfe8 sp=0xc0002bbfe0 pc=0x46d601
  1353  	created by testing.(*T).Run
  1354  		/workdir/go/src/testing/testing.go:1528 +0x35f
  1355  
  1356  	goroutine 97 [chan receive, 44 minutes]:
  1357  	runtime.gopark(0x0?, 0xc000092000?, 0x0?, 0x0?, 0xc0003725c0?)
  1358  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000372558 sp=0xc000372538 pc=0x43ae76
  1359  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
  1360  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0003725e8 sp=0xc000372558 pc=0x40877d
  1361  	runtime.chanrecv1(0xc000372668?, 0x5247d4?)
  1362  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000372610 sp=0xc0003725e8 pc=0x408278
  1363  	testing.(*T).Parallel(0xc00036c820)
  1364  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000372678 sp=0xc000372610 pc=0x525d3f
  1365  	cmd/go_test.(*testgoData).parallel(0xc00036a840)
  1366  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0003726f0 sp=0xc000372678 pc=0x9ed1d7
  1367  	cmd/go_test.TestCgoCache(0xc00036c820)
  1368  		/workdir/go/src/cmd/go/go_test.go:2773 +0xb6 fp=0xc000372770 sp=0xc0003726f0 pc=0x9ffff6
  1369  	testing.tRunner(0xc00036c820, 0xb8a928)
  1370  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0003727c0 sp=0xc000372770 pc=0x52600b
  1371  	testing.(*T).Run.func1()
  1372  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0003727e0 sp=0xc0003727c0 pc=0x526e8a
  1373  	runtime.goexit()
  1374  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0003727e8 sp=0xc0003727e0 pc=0x46d601
  1375  	created by testing.(*T).Run
  1376  		/workdir/go/src/testing/testing.go:1528 +0x35f
  1377  
  1378  	goroutine 98 [chan receive, 44 minutes]:
  1379  	runtime.gopark(0x0?, 0xc000092000?, 0xaa?, 0xf0?, 0xc000372de0?)
  1380  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000372d78 sp=0xc000372d58 pc=0x43ae76
  1381  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
  1382  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000372e08 sp=0xc000372d78 pc=0x40877d
  1383  	runtime.chanrecv1(0xc000372e88?, 0x5247d4?)
  1384  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000372e30 sp=0xc000372e08 pc=0x408278
  1385  	testing.(*T).Parallel(0xc00036cb60)
  1386  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000372e98 sp=0xc000372e30 pc=0x525d3f
  1387  	cmd/go_test.(*testgoData).parallel(0xc00036a8f0)
  1388  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc000372f10 sp=0xc000372e98 pc=0x9ed1d7
  1389  	cmd/go_test.TestFilepathUnderCwdFormat(0x0?)
  1390  		/workdir/go/src/cmd/go/go_test.go:2795 +0x5e fp=0xc000372f70 sp=0xc000372f10 pc=0xa002be
  1391  	testing.tRunner(0xc00036cb60, 0xb8a9a0)
  1392  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc000372fc0 sp=0xc000372f70 pc=0x52600b
  1393  	testing.(*T).Run.func1()
  1394  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc000372fe0 sp=0xc000372fc0 pc=0x526e8a
  1395  	runtime.goexit()
  1396  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000372fe8 sp=0xc000372fe0 pc=0x46d601
  1397  	created by testing.(*T).Run
  1398  		/workdir/go/src/testing/testing.go:1528 +0x35f
  1399  
  1400  	goroutine 99 [chan receive, 44 minutes]:
  1401  	runtime.gopark(0x0?, 0xc000092000?, 0x0?, 0x0?, 0xc0003735c0?)
  1402  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000373558 sp=0xc000373538 pc=0x43ae76
  1403  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
  1404  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0003735e8 sp=0xc000373558 pc=0x40877d
  1405  	runtime.chanrecv1(0xc000373668?, 0x5247d4?)
  1406  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000373610 sp=0xc0003735e8 pc=0x408278
  1407  	testing.(*T).Parallel(0xc00036cea0)
  1408  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000373678 sp=0xc000373610 pc=0x525d3f
  1409  	cmd/go_test.(*testgoData).parallel(0xc00036a9a0)
  1410  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc0003736f0 sp=0xc000373678 pc=0x9ed1d7
  1411  	cmd/go_test.TestDontReportRemoveOfEmptyDir(0xc00036cea0)
  1412  		/workdir/go/src/cmd/go/go_test.go:2804 +0x66 fp=0xc000373770 sp=0xc0003736f0 pc=0xa00466
  1413  	testing.tRunner(0xc00036cea0, 0xb8a980)
  1414  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0003737c0 sp=0xc000373770 pc=0x52600b
  1415  	testing.(*T).Run.func1()
  1416  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0003737e0 sp=0xc0003737c0 pc=0x526e8a
  1417  	runtime.goexit()
  1418  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0003737e8 sp=0xc0003737e0 pc=0x46d601
  1419  	created by testing.(*T).Run
  1420  		/workdir/go/src/testing/testing.go:1528 +0x35f
  1421  
  1422  	goroutine 100 [chan receive, 44 minutes]:
  1423  	runtime.gopark(0x0?, 0xc000092000?, 0x33?, 0x5f?, 0xc000373d50?)
  1424  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000373ce8 sp=0xc000373cc8 pc=0x43ae76
  1425  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
  1426  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000373d78 sp=0xc000373ce8 pc=0x40877d
  1427  	runtime.chanrecv1(0xc000373df8?, 0x5247d4?)
  1428  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000373da0 sp=0xc000373d78 pc=0x408278
  1429  	testing.(*T).Parallel(0xc00036d1e0)
  1430  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000373e08 sp=0xc000373da0 pc=0x525d3f
  1431  	cmd/go_test.(*testgoData).parallel(0xc00036aa50)
  1432  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc000373e80 sp=0xc000373e08 pc=0x9ed1d7
  1433  	cmd/go_test.TestLinkerTmpDirIsDeleted(0xc00036d1e0)
  1434  		/workdir/go/src/cmd/go/go_test.go:2826 +0xe5 fp=0xc000373f70 sp=0xc000373e80 pc=0xa00825
  1435  	testing.tRunner(0xc00036d1e0, 0xb8aa98)
  1436  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc000373fc0 sp=0xc000373f70 pc=0x52600b
  1437  	testing.(*T).Run.func1()
  1438  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc000373fe0 sp=0xc000373fc0 pc=0x526e8a
  1439  	runtime.goexit()
  1440  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000373fe8 sp=0xc000373fe0 pc=0x46d601
  1441  	created by testing.(*T).Run
  1442  		/workdir/go/src/testing/testing.go:1528 +0x35f
  1443  
  1444  	goroutine 101 [chan receive, 44 minutes]:
  1445  	runtime.gopark(0x525f00?, 0xc000092000?, 0xf0?, 0x45?, 0xc0003745d8?)
  1446  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000374570 sp=0xc000374550 pc=0x43ae76
  1447  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
  1448  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000374600 sp=0xc000374570 pc=0x40877d
  1449  	runtime.chanrecv1(0xc000374680?, 0x5247d4?)
  1450  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000374628 sp=0xc000374600 pc=0x408278
  1451  	testing.(*T).Parallel(0xc00036d520)
  1452  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc000374690 sp=0xc000374628 pc=0x525d3f
  1453  	cmd/go_test.(*testgoData).parallel(0xc00036ab00)
  1454  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc000374708 sp=0xc000374690 pc=0x9ed1d7
  1455  	cmd/go_test.TestCoverpkgTestOnly(0x0?)
  1456  		/workdir/go/src/cmd/go/go_test.go:2872 +0x6d fp=0xc000374770 sp=0xc000374708 pc=0xa00dcd
  1457  	testing.tRunner(0xc00036d520, 0xb8a950)
  1458  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc0003747c0 sp=0xc000374770 pc=0x52600b
  1459  	testing.(*T).Run.func1()
  1460  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc0003747e0 sp=0xc0003747c0 pc=0x526e8a
  1461  	runtime.goexit()
  1462  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0003747e8 sp=0xc0003747e0 pc=0x46d601
  1463  	created by testing.(*T).Run
  1464  		/workdir/go/src/testing/testing.go:1528 +0x35f
  1465  
  1466  	goroutine 113 [chan receive, 44 minutes]:
  1467  	runtime.gopark(0xd0?, 0xc000092000?, 0x40?, 0xef?, 0xc00036f600?)
  1468  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc00036f598 sp=0xc00036f578 pc=0x43ae76
  1469  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
  1470  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc00036f628 sp=0xc00036f598 pc=0x40877d
  1471  	runtime.chanrecv1(0x22?, 0x53e?)
  1472  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc00036f650 sp=0xc00036f628 pc=0x408278
  1473  	testing.(*T).Parallel(0xc00037e820)
  1474  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc00036f6b8 sp=0xc00036f650 pc=0x525d3f
  1475  	cmd/go_test.TestDocsUpToDate(0xc00037e820)
  1476  		/workdir/go/src/cmd/go/help_test.go:19 +0x33 fp=0xc00036f770 sp=0xc00036f6b8 pc=0xa01933
  1477  	testing.tRunner(0xc00037e820, 0xb8a978)
  1478  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc00036f7c0 sp=0xc00036f770 pc=0x52600b
  1479  	testing.(*T).Run.func1()
  1480  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc00036f7e0 sp=0xc00036f7c0 pc=0x526e8a
  1481  	runtime.goexit()
  1482  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00036f7e8 sp=0xc00036f7e0 pc=0x46d601
  1483  	created by testing.(*T).Run
  1484  		/workdir/go/src/testing/testing.go:1528 +0x35f
  1485  
  1486  	goroutine 8 [GC worker (idle), 3 minutes]:
  1487  	runtime.gopark(0x3ae0a569105?, 0x1?, 0x32?, 0xd8?, 0x0?)
  1488  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000374f50 sp=0xc000374f30 pc=0x43ae76
  1489  	runtime.gcBgMarkWorker()
  1490  		/workdir/go/src/runtime/mgc.go:1266 +0xf1 fp=0xc000374fe0 sp=0xc000374f50 pc=0x41c811
  1491  	runtime.goexit()
  1492  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000374fe8 sp=0xc000374fe0 pc=0x46d601
  1493  	created by runtime.gcBgMarkStartWorkers
  1494  		/workdir/go/src/runtime/mgc.go:1190 +0x25
  1495  
  1496  	goroutine 9 [GC worker (idle), 3 minutes]:
  1497  	runtime.gopark(0x3ae0a57c167?, 0x1?, 0xac?, 0xf8?, 0x0?)
  1498  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000375750 sp=0xc000375730 pc=0x43ae76
  1499  	runtime.gcBgMarkWorker()
  1500  		/workdir/go/src/runtime/mgc.go:1266 +0xf1 fp=0xc0003757e0 sp=0xc000375750 pc=0x41c811
  1501  	runtime.goexit()
  1502  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0003757e8 sp=0xc0003757e0 pc=0x46d601
  1503  	created by runtime.gcBgMarkStartWorkers
  1504  		/workdir/go/src/runtime/mgc.go:1190 +0x25
  1505  
  1506  	goroutine 115 [chan receive, 42 minutes]:
  1507  	runtime.gopark(0xc00029cde0?, 0x0?, 0x0?, 0x60?, 0xc000486df8?)
  1508  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000486d50 sp=0xc000486d30 pc=0x43ae76
  1509  	runtime.chanrecv(0xc00007fea0, 0x0, 0x1)
  1510  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000486de0 sp=0xc000486d50 pc=0x40877d
  1511  	runtime.chanrecv1(0xc000356a80?, 0xc000486e77?)
  1512  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000486e08 sp=0xc000486de0 pc=0x408278
  1513  	testing.tRunner.func1()
  1514  		/workdir/go/src/testing/testing.go:1447 +0x4a5 fp=0xc000486f70 sp=0xc000486e08 pc=0x526565
  1515  	testing.tRunner(0xc00037eb60, 0xb8aaf0)
  1516  		/workdir/go/src/testing/testing.go:1487 +0x144 fp=0xc000486fc0 sp=0xc000486f70 pc=0x526044
  1517  	testing.(*T).Run.func1()
  1518  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc000486fe0 sp=0xc000486fc0 pc=0x526e8a
  1519  	runtime.goexit()
  1520  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000486fe8 sp=0xc000486fe0 pc=0x46d601
  1521  	created by testing.(*T).Run
  1522  		/workdir/go/src/testing/testing.go:1528 +0x35f
  1523  
  1524  	goroutine 73 [GC worker (idle), 3 minutes]:
  1525  	runtime.gopark(0x3ae0a56ba95?, 0x1?, 0xb2?, 0x7f?, 0xc00036e7a8?)
  1526  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc00036e750 sp=0xc00036e730 pc=0x43ae76
  1527  	runtime.gcBgMarkWorker()
  1528  		/workdir/go/src/runtime/mgc.go:1266 +0xf1 fp=0xc00036e7e0 sp=0xc00036e750 pc=0x41c811
  1529  	runtime.goexit()
  1530  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00036e7e8 sp=0xc00036e7e0 pc=0x46d601
  1531  	created by runtime.gcBgMarkStartWorkers
  1532  		/workdir/go/src/runtime/mgc.go:1190 +0x25
  1533  
  1534  	goroutine 114 [chan receive, 44 minutes]:
  1535  	runtime.gopark(0xf4ef40?, 0xc000092000?, 0x18?, 0xfe?, 0xc00036fd68?)
  1536  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc00036fd00 sp=0xc00036fce0 pc=0x43ae76
  1537  	runtime.chanrecv(0xc00010e300, 0x0, 0x1)
  1538  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc00036fd90 sp=0xc00036fd00 pc=0x40877d
  1539  	runtime.chanrecv1(0xc00036fe10?, 0x5247d4?)
  1540  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc00036fdb8 sp=0xc00036fd90 pc=0x408278
  1541  	testing.(*T).Parallel(0xc00037e9c0)
  1542  		/workdir/go/src/testing/testing.go:1306 +0x1bf fp=0xc00036fe20 sp=0xc00036fdb8 pc=0x525d3f
  1543  	cmd/go_test.(*testgoData).parallel(0xc00036ae70)
  1544  		/workdir/go/src/cmd/go/go_test.go:395 +0x2b7 fp=0xc00036fe98 sp=0xc00036fe20 pc=0x9ed1d7
  1545  	cmd/go_test.TestNoteReading(0xc00037e9c0)
  1546  		/workdir/go/src/cmd/go/note_test.go:21 +0x86 fp=0xc00036ff70 sp=0xc00036fe98 pc=0xa02166
  1547  	testing.tRunner(0xc00037e9c0, 0xb8aad8)
  1548  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc00036ffc0 sp=0xc00036ff70 pc=0x52600b
  1549  	testing.(*T).Run.func1()
  1550  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc00036ffe0 sp=0xc00036ffc0 pc=0x526e8a
  1551  	runtime.goexit()
  1552  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00036ffe8 sp=0xc00036ffe0 pc=0x46d601
  1553  	created by testing.(*T).Run
  1554  		/workdir/go/src/testing/testing.go:1528 +0x35f
  1555  
  1556  	goroutine 6921 [chan receive, 3 minutes]:
  1557  	runtime.gopark(0xa87ee0?, 0xc000a2a720?, 0x20?, 0x2d?, 0x40f205?)
  1558  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000a2a610 sp=0xc000a2a5f0 pc=0x43ae76
  1559  	runtime.chanrecv(0xc000f56de0, 0xc000a2a720, 0x1)
  1560  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000a2a6a0 sp=0xc000a2a610 pc=0x40877d
  1561  	runtime.chanrecv1(0xc000782810?, 0x7f9a6428b000?)
  1562  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000a2a6c8 sp=0xc000a2a6a0 pc=0x408278
  1563  	os/exec.(*Cmd).Wait(0xc000366f20)
  1564  		/workdir/go/src/os/exec/exec.go:608 +0x1ca fp=0xc000a2a740 sp=0xc000a2a6c8 pc=0x56976a
  1565  	cmd/go_test.waitOrStop({0xc1bbb8?, 0xc000780e80}, 0xc000366f20, {0xc1a3f8?, 0xc13438}, 0x1f6bbbdd9c)
  1566  		/workdir/go/src/cmd/go/script_test.go:1370 +0x137 fp=0xc000a2a790 sp=0xc000a2a740 pc=0xa0fdd7
  1567  	cmd/go_test.(*testScript).startBackground.func1()
  1568  		/workdir/go/src/cmd/go/script_test.go:1248 +0x4d fp=0xc000a2a7e0 sp=0xc000a2a790 pc=0xa0fa8d
  1569  	runtime.goexit()
  1570  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000a2a7e8 sp=0xc000a2a7e0 pc=0x46d601
  1571  	created by cmd/go_test.(*testScript).startBackground
  1572  		/workdir/go/src/cmd/go/script_test.go:1247 +0x41b
  1573  
  1574  	goroutine 572 [GC worker (idle), 44 minutes]:
  1575  	runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
  1576  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000690750 sp=0xc000690730 pc=0x43ae76
  1577  	runtime.gcBgMarkWorker()
  1578  		/workdir/go/src/runtime/mgc.go:1266 +0xf1 fp=0xc0006907e0 sp=0xc000690750 pc=0x41c811
  1579  	runtime.goexit()
  1580  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006907e8 sp=0xc0006907e0 pc=0x46d601
  1581  	created by runtime.gcBgMarkStartWorkers
  1582  		/workdir/go/src/runtime/mgc.go:1190 +0x25
  1583  
  1584  	goroutine 573 [GC worker (idle), 44 minutes]:
  1585  	runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
  1586  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000690f50 sp=0xc000690f30 pc=0x43ae76
  1587  	runtime.gcBgMarkWorker()
  1588  		/workdir/go/src/runtime/mgc.go:1266 +0xf1 fp=0xc000690fe0 sp=0xc000690f50 pc=0x41c811
  1589  	runtime.goexit()
  1590  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000690fe8 sp=0xc000690fe0 pc=0x46d601
  1591  	created by runtime.gcBgMarkStartWorkers
  1592  		/workdir/go/src/runtime/mgc.go:1190 +0x25
  1593  
  1594  	goroutine 574 [GC worker (idle), 44 minutes]:
  1595  	runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
  1596  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000691750 sp=0xc000691730 pc=0x43ae76
  1597  	runtime.gcBgMarkWorker()
  1598  		/workdir/go/src/runtime/mgc.go:1266 +0xf1 fp=0xc0006917e0 sp=0xc000691750 pc=0x41c811
  1599  	runtime.goexit()
  1600  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006917e8 sp=0xc0006917e0 pc=0x46d601
  1601  	created by runtime.gcBgMarkStartWorkers
  1602  		/workdir/go/src/runtime/mgc.go:1190 +0x25
  1603  
  1604  	goroutine 578 [GC worker (idle), 44 minutes]:
  1605  	runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0xc000326108?)
  1606  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc00036ef50 sp=0xc00036ef30 pc=0x43ae76
  1607  	runtime.gcBgMarkWorker()
  1608  		/workdir/go/src/runtime/mgc.go:1266 +0xf1 fp=0xc00036efe0 sp=0xc00036ef50 pc=0x41c811
  1609  	runtime.goexit()
  1610  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00036efe8 sp=0xc00036efe0 pc=0x46d601
  1611  	created by runtime.gcBgMarkStartWorkers
  1612  		/workdir/go/src/runtime/mgc.go:1190 +0x25
  1613  
  1614  	goroutine 575 [GC worker (idle), 44 minutes]:
  1615  	runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
  1616  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000691f50 sp=0xc000691f30 pc=0x43ae76
  1617  	runtime.gcBgMarkWorker()
  1618  		/workdir/go/src/runtime/mgc.go:1266 +0xf1 fp=0xc000691fe0 sp=0xc000691f50 pc=0x41c811
  1619  	runtime.goexit()
  1620  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000691fe8 sp=0xc000691fe0 pc=0x46d601
  1621  	created by runtime.gcBgMarkStartWorkers
  1622  		/workdir/go/src/runtime/mgc.go:1190 +0x25
  1623  
  1624  	goroutine 579 [GC worker (idle), 44 minutes]:
  1625  	runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
  1626  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000492750 sp=0xc000492730 pc=0x43ae76
  1627  	runtime.gcBgMarkWorker()
  1628  		/workdir/go/src/runtime/mgc.go:1266 +0xf1 fp=0xc0004927e0 sp=0xc000492750 pc=0x41c811
  1629  	runtime.goexit()
  1630  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0004927e8 sp=0xc0004927e0 pc=0x46d601
  1631  	created by runtime.gcBgMarkStartWorkers
  1632  		/workdir/go/src/runtime/mgc.go:1190 +0x25
  1633  
  1634  	goroutine 580 [GC worker (idle), 44 minutes]:
  1635  	runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
  1636  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000492f50 sp=0xc000492f30 pc=0x43ae76
  1637  	runtime.gcBgMarkWorker()
  1638  		/workdir/go/src/runtime/mgc.go:1266 +0xf1 fp=0xc000492fe0 sp=0xc000492f50 pc=0x41c811
  1639  	runtime.goexit()
  1640  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000492fe8 sp=0xc000492fe0 pc=0x46d601
  1641  	created by runtime.gcBgMarkStartWorkers
  1642  		/workdir/go/src/runtime/mgc.go:1190 +0x25
  1643  
  1644  	goroutine 576 [GC worker (idle), 44 minutes]:
  1645  	runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
  1646  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc00048e750 sp=0xc00048e730 pc=0x43ae76
  1647  	runtime.gcBgMarkWorker()
  1648  		/workdir/go/src/runtime/mgc.go:1266 +0xf1 fp=0xc00048e7e0 sp=0xc00048e750 pc=0x41c811
  1649  	runtime.goexit()
  1650  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00048e7e8 sp=0xc00048e7e0 pc=0x46d601
  1651  	created by runtime.gcBgMarkStartWorkers
  1652  		/workdir/go/src/runtime/mgc.go:1190 +0x25
  1653  
  1654  	goroutine 581 [GC worker (idle), 42 minutes]:
  1655  	runtime.gopark(0xfc2c20?, 0x1?, 0xc9?, 0xeb?, 0x0?)
  1656  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000493750 sp=0xc000493730 pc=0x43ae76
  1657  	runtime.gcBgMarkWorker()
  1658  		/workdir/go/src/runtime/mgc.go:1266 +0xf1 fp=0xc0004937e0 sp=0xc000493750 pc=0x41c811
  1659  	runtime.goexit()
  1660  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0004937e8 sp=0xc0004937e0 pc=0x46d601
  1661  	created by runtime.gcBgMarkStartWorkers
  1662  		/workdir/go/src/runtime/mgc.go:1190 +0x25
  1663  
  1664  	goroutine 594 [GC worker (idle), 44 minutes]:
  1665  	runtime.gopark(0xfc2c20?, 0x1?, 0xbf?, 0x16?, 0xc000014030?)
  1666  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000061f50 sp=0xc000061f30 pc=0x43ae76
  1667  	runtime.gcBgMarkWorker()
  1668  		/workdir/go/src/runtime/mgc.go:1266 +0xf1 fp=0xc000061fe0 sp=0xc000061f50 pc=0x41c811
  1669  	runtime.goexit()
  1670  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000061fe8 sp=0xc000061fe0 pc=0x46d601
  1671  	created by runtime.gcBgMarkStartWorkers
  1672  		/workdir/go/src/runtime/mgc.go:1190 +0x25
  1673  
  1674  	goroutine 595 [GC worker (idle), 42 minutes]:
  1675  	runtime.gopark(0xfc2c20?, 0x3?, 0xa9?, 0x4c?, 0x0?)
  1676  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc00038a750 sp=0xc00038a730 pc=0x43ae76
  1677  	runtime.gcBgMarkWorker()
  1678  		/workdir/go/src/runtime/mgc.go:1266 +0xf1 fp=0xc00038a7e0 sp=0xc00038a750 pc=0x41c811
  1679  	runtime.goexit()
  1680  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00038a7e8 sp=0xc00038a7e0 pc=0x46d601
  1681  	created by runtime.gcBgMarkStartWorkers
  1682  		/workdir/go/src/runtime/mgc.go:1190 +0x25
  1683  
  1684  	goroutine 11 [GC worker (idle)]:
  1685  	runtime.gopark(0x3ae0a56b484?, 0x1?, 0xe0?, 0x71?, 0x0?)
  1686  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000066f50 sp=0xc000066f30 pc=0x43ae76
  1687  	runtime.gcBgMarkWorker()
  1688  		/workdir/go/src/runtime/mgc.go:1266 +0xf1 fp=0xc000066fe0 sp=0xc000066f50 pc=0x41c811
  1689  	runtime.goexit()
  1690  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000066fe8 sp=0xc000066fe0 pc=0x46d601
  1691  	created by runtime.gcBgMarkStartWorkers
  1692  		/workdir/go/src/runtime/mgc.go:1190 +0x25
  1693  
  1694  	goroutine 6922 [chan send, 3 minutes]:
  1695  	runtime.gopark(0x1?, 0x2?, 0x78?, 0xa6?, 0x481daa?)
  1696  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0000ca638 sp=0xc0000ca618 pc=0x43ae76
  1697  	runtime.chansend(0xc000e4f380, 0xc0000ca770, 0x1, 0xc0000ca6c8?)
  1698  		/workdir/go/src/runtime/chan.go:259 +0x42e fp=0xc0000ca6c0 sp=0xc0000ca638 pc=0x40796e
  1699  	runtime.chansend1(0xc0000ca790?, 0xc1a3f8?)
  1700  		/workdir/go/src/runtime/chan.go:145 +0x1d fp=0xc0000ca6f0 sp=0xc0000ca6c0 pc=0x40751d
  1701  	cmd/go_test.waitOrStop.func1()
  1702  		/workdir/go/src/cmd/go/script_test.go:1367 +0x285 fp=0xc0000ca7e0 sp=0xc0000ca6f0 pc=0xa10125
  1703  	runtime.goexit()
  1704  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000ca7e8 sp=0xc0000ca7e0 pc=0x46d601
  1705  	created by cmd/go_test.waitOrStop
  1706  		/workdir/go/src/cmd/go/script_test.go:1332 +0x12d
  1707  
  1708  	goroutine 731 [chan receive, 44 minutes]:
  1709  	runtime.gopark(0x4432e0?, 0xc001503800?, 0x20?, 0x55?, 0xa0f99b?)
  1710  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc000153b18 sp=0xc000153af8 pc=0x43ae76
  1711  	runtime.chanrecv(0xc000e4f200, 0x0, 0x1)
  1712  		/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000153ba8 sp=0xc000153b18 pc=0x40877d
  1713  	runtime.chanrecv1(0xc0001cb900?, 0x0?)
  1714  		/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000153bd0 sp=0xc000153ba8 pc=0x408278
  1715  	cmd/go_test.(*testScript).cmdExec(0xc0001cb900, {0x0, 0x0}, {0xc000f56a80, 0x6, 0x6})
  1716  		/workdir/go/src/cmd/go/script_test.go:823 +0x29f fp=0xc000153c40 sp=0xc000153bd0 pc=0xa0c05f
  1717  	cmd/go_test.(*testScript).cmdGo(0xa7b780?, {0x0, 0x0}, {0xc000d9c680?, 0x5?, 0x1?})
  1718  		/workdir/go/src/cmd/go/script_test.go:885 +0x105 fp=0xc000153cb0 sp=0xc000153c40 pc=0xa0c9e5
  1719  	cmd/go_test.(*testScript).run(0xc0001cb900)
  1720  		/workdir/go/src/cmd/go/script_test.go:462 +0x823 fp=0xc000153ed0 sp=0xc000153cb0 pc=0xa08763
  1721  	cmd/go_test.TestScript.func1(0xc0000d5380)
  1722  		/workdir/go/src/cmd/go/script_test.go:97 +0x20f fp=0xc000153f70 sp=0xc000153ed0 pc=0xa068af
  1723  	testing.tRunner(0xc0000d5380, 0xc000638640)
  1724  		/workdir/go/src/testing/testing.go:1481 +0x10b fp=0xc000153fc0 sp=0xc000153f70 pc=0x52600b
  1725  	testing.(*T).Run.func1()
  1726  		/workdir/go/src/testing/testing.go:1528 +0x2a fp=0xc000153fe0 sp=0xc000153fc0 pc=0x526e8a
  1727  	runtime.goexit()
  1728  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000153fe8 sp=0xc000153fe0 pc=0x46d601
  1729  	created by testing.(*T).Run
  1730  		/workdir/go/src/testing/testing.go:1528 +0x35f
  1731  
  1732  	goroutine 6919 [IO wait]:
  1733  	runtime.gopark(0x4182ad?, 0xb?, 0x0?, 0x0?, 0xb?)
  1734  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0000e5d40 sp=0xc0000e5d20 pc=0x43ae76
  1735  	runtime.netpollblock(0x481fe5?, 0x4052af?, 0x0?)
  1736  		/workdir/go/src/runtime/netpoll.go:527 +0xf7 fp=0xc0000e5d78 sp=0xc0000e5d40 pc=0x433797
  1737  	internal/poll.runtime_pollWait(0x7f9a64089668, 0x72)
  1738  		/workdir/go/src/runtime/netpoll.go:306 +0x89 fp=0xc0000e5d98 sp=0xc0000e5d78 pc=0x4679e9
  1739  	internal/poll.(*pollDesc).wait(0xc000f56c00?, 0xc000bc8000?, 0x1)
  1740  		/workdir/go/src/internal/poll/fd_poll_runtime.go:84 +0x32 fp=0xc0000e5dc0 sp=0xc0000e5d98 pc=0x4a54b2
  1741  	internal/poll.(*pollDesc).waitRead(...)
  1742  		/workdir/go/src/internal/poll/fd_poll_runtime.go:89
  1743  	internal/poll.(*FD).Read(0xc000f56c00, {0xc000bc8000, 0x8000, 0x8000})
  1744  		/workdir/go/src/internal/poll/fd_unix.go:167 +0x299 fp=0xc0000e5e58 sp=0xc0000e5dc0 pc=0x4a6899
  1745  	os.(*File).read(...)
  1746  		/workdir/go/src/os/file_posix.go:31
  1747  	os.(*File).Read(0xc0002d03a0, {0xc000bc8000?, 0x48?, 0xa06845?})
  1748  		/workdir/go/src/os/file.go:117 +0x5e fp=0xc0000e5eb0 sp=0xc0000e5e58 pc=0x4b24be
  1749  	io.copyBuffer({0xc17260, 0xc000d9c740}, {0xc17100, 0xc0002d03a0}, {0x0, 0x0, 0x0})
  1750  		/workdir/go/src/io/io.go:427 +0x1b2 fp=0xc0000e5f30 sp=0xc0000e5eb0 pc=0x4a0e12
  1751  	io.Copy(...)
  1752  		/workdir/go/src/io/io.go:386
  1753  	os/exec.(*Cmd).writerDescriptor.func1()
  1754  		/workdir/go/src/os/exec/exec.go:407 +0x3a fp=0xc0000e5f90 sp=0xc0000e5f30 pc=0x56887a
  1755  	os/exec.(*Cmd).Start.func1(0xc000638640?)
  1756  		/workdir/go/src/os/exec/exec.go:544 +0x25 fp=0xc0000e5fc8 sp=0xc0000e5f90 pc=0x569525
  1757  	os/exec.(*Cmd).Start.func2()
  1758  		/workdir/go/src/os/exec/exec.go:545 +0x2a fp=0xc0000e5fe0 sp=0xc0000e5fc8 pc=0x5694ca
  1759  	runtime.goexit()
  1760  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000e5fe8 sp=0xc0000e5fe0 pc=0x46d601
  1761  	created by os/exec.(*Cmd).Start
  1762  		/workdir/go/src/os/exec/exec.go:543 +0x715
  1763  
  1764  	goroutine 864 [IO wait, 42 minutes]:
  1765  	runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
  1766  		/workdir/go/src/runtime/proc.go:375 +0xd6 fp=0xc0006a4c00 sp=0xc0006a4be0 pc=0x43ae76
  1767  	runtime.netpollblock(0xc0006a4cc0?, 0x4052af?, 0x0?)
  1768  		/workdir/go/src/runtime/netpoll.go:527 +0xf7 fp=0xc0006a4c38 sp=0xc0006a4c00 pc=0x433797
  1769  	internal/poll.runtime_pollWait(0x7f9a642e5e28, 0x72)
  1770  		/workdir/go/src/runtime/netpoll.go:306 +0x89 fp=0xc0006a4c58 sp=0xc0006a4c38 pc=0x4679e9
  1771  	internal/poll.(*pollDesc).wait(0xc000164280?, 0x36?, 0x0)
  1772  		/workdir/go/src/internal/poll/fd_poll_runtime.go:84 +0x32 fp=0xc0006a4c80 sp=0xc0006a4c58 pc=0x4a54b2
  1773  	internal/poll.(*pollDesc).waitRead(...)
  1774  		/workdir/go/src/internal/poll/fd_poll_runtime.go:89
  1775  	internal/poll.(*FD).Accept(0xc000164280)
  1776  		/workdir/go/src/internal/poll/fd_unix.go:614 +0x2bd fp=0xc0006a4d28 sp=0xc0006a4c80 pc=0x4aad9d
  1777  	net.(*netFD).accept(0xc000164280)
  1778  		/workdir/go/src/net/fd_unix.go:172 +0x35 fp=0xc0006a4de0 sp=0xc0006a4d28 pc=0x6c7235
  1779  	net.(*TCPListener).accept(0xc00012d8c0)
  1780  		/workdir/go/src/net/tcpsock_posix.go:142 +0x28 fp=0xc0006a4e10 sp=0xc0006a4de0 pc=0x6db908
  1781  	net.(*TCPListener).Accept(0xc00012d8c0)
  1782  		/workdir/go/src/net/tcpsock.go:288 +0x3d fp=0xc0006a4e40 sp=0xc0006a4e10 pc=0x6daadd
  1783  	net/http.(*onceCloseListener).Accept(0xc000ce8240?)
  1784  		<autogenerated>:1 +0x2a fp=0xc0006a4e58 sp=0xc0006a4e40 pc=0x7d00ca
  1785  	net/http.(*Server).Serve(0xc00069c000, {0xc1b640, 0xc00012d8c0})
  1786  		/workdir/go/src/net/http/server.go:3042 +0x385 fp=0xc0006a4f88 sp=0xc0006a4e58 pc=0x7ab705
  1787  	net/http.Serve(...)
  1788  		/workdir/go/src/net/http/server.go:2564
  1789  	cmd/go_test.StartProxy.func1.1()
  1790  		/workdir/go/src/cmd/go/proxy_test.go:63 +0x5b fp=0xc0006a4fe0 sp=0xc0006a4f88 pc=0xa131fb
  1791  	runtime.goexit()
  1792  		/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006a4fe8 sp=0xc0006a4fe0 pc=0x46d601
  1793  	created by cmd/go_test.StartProxy.func1
  1794  		/workdir/go/src/cmd/go/proxy_test.go:62 +0x1b9