Skip to content

x/tools/gopls/internal/test/marker: Test/completion\issue60545.txt failures #73234

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
gopherbot opened this issue Apr 8, 2025 · 1 comment
Closed
Labels
gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/test/marker" && test == "Test/completion\\issue60545.txt"

Issue created automatically to collect these failures.

Example (log):

=== RUN   Test/completion\issue60545.txt
=== PAUSE Test/completion\issue60545.txt
=== CONT  Test/completion\issue60545.txt
    marker_test.go:1828: main.go:8:57 (completion\issue60545.txt:16:57): no diagnostic at main.go:8:2-5 (completion\issue60545.txt:16:2-5) matches "(undefined|undeclared)"
    marker_test.go:266: go.mod:1:1-16 (completion\issue60545.txt:4:1-16): unexpected diagnostic: "packages.Load error: err: exit status 2: stderr: fatal error: runtime: cannot allocate memory\n\nruntime stack:\nruntime.throw({0x7ff76da6d62f?, 0xfffffffffffff800?})\n\truntime/panic.go:1089 +0x34 fp=0x4ec15ff8a0 sp=0x4ec15ff870 pc=0x7ff76d4316f4\nruntime.persistentalloc1(0x1018, 0x400025b947?, 0x7ff76dfdaa98)\n\truntime/malloc.go:1938 +0x28c fp=0x4ec15ff900 sp=0x4ec15ff8a0 pc=0x7ff76d3d7f9c\nruntime.persistentalloc.func1()\n\truntime/malloc.go:1891 +0x28 fp=0x4ec15ff930 sp=0x4ec15ff900 pc=0x7ff76d3d7ce8\nruntime.systemstack(0x0)\n\truntime/asm_arm64.s:292 +0x6c fp=0x4ec15ff940 sp=0x4ec15ff930 pc=0x7ff76d43702c\n\ngoroutine 1 gp=0x400004c000 m=3 mp=0x4000059008 [running]:\nruntime.systemstack_switch()\n\truntime/asm_arm64.s:249 +0x8 fp=0x4000098990 sp=0x4000098980 pc=0x7ff76d436fa8\nruntime.persistentalloc(0x40000989d8?, 0x800?, 0x80?)\n\truntime/malloc.go:1890 +0x34 fp=0x40000989e0 sp=0x4000098990 pc=0x7ff76d3d7ca4\nruntime.(*spanSetBlockAlloc).alloc(0x5?)\n\truntime/mspanset.go:316 +0xa8 fp=0x4000098a10 sp=0x40000989e0 pc=0x7ff76d3f7708\nruntime.(*spanSet).push(0x7ff76dfa65f8, 0x212fe8c1cc8)\n\truntime/mspanset.go:125 +0x14c fp=0x4000098a90 sp=0x4000098a10 pc=0x7ff76d3f724c\nruntime.(*mcentral).uncacheSpan(0x4000098b18?, 0x7ff76d4b34a0?)\n\truntime/mcentral.go:244 +0x98 fp=0x4000098ac0 sp=0x4000098a90 pc=0x7ff76d3dac58\nruntime.(*mcache).refill(0x212b93c0a38, 0x11)\n\truntime/mcache.go:160 +0x90 fp=0x4000098b10 sp=0x4000098ac0 pc=0x7ff76d3d9f10\nruntime.(*mcache).nextFree(0x212b93c0a38, 0x11)\n\truntime/malloc.go:961 +0x84 fp=0x4000098b60 sp=0x4000098b10 pc=0x7ff76d3d6654\nruntime.mallocgcSmallNoscan(0x0?, 0x0?, 0x0)\n\truntime/malloc.go:1285 +0x190 fp=0x4000098bc0 sp=0x4000098b60 pc=0x7ff76d3d6c50\nruntime.mallocgc(0x60, 0x0, 0x0)\n\truntime/malloc.go:1052 +0xac fp=0x4000098bf0 sp=0x4000098bc0 pc=0x7ff76d42f11c\nruntime.growslice(0x400040dd10, 0x2f?, 0xfc000000000036?, 0xfc00bf00c0?, 0x4000098cc8?)\n\truntime/slice.go:264 +0x4c4 fp=0x4000098c50 sp=0x4000098bf0 pc=0x7ff76d433d64\nstrings.(*Builder).WriteString(...)\n\tstrings/builder.go:108\npath/filepath.join({0x40003d57e0?, 0x7ff76d97a280?, 0x400035a888?})\n\tpath/filepath/path_windows.go:106 +0x178 fp=0x4000098d30 sp=0x4000098c50 pc=0x7ff76d4ed248\npath/filepath.Join({0x40003d57e0?, 0x7ff76d97a280?, 0x7ff76da53d01?})\n\tpath/filepath/path.go:131 +0x20 fp=0x4000098d60 sp=0x4000098d30 pc=0x7ff76d4ebdc0\ngo/build.(*Context).joinPath(0x4000023c30?, {0x40003d57e0?, 0x7ff76da587b1?, 0x7ff76da53d81?})\n\tgo/build/build.go:121 +0x38 fp=0x4000098d90 sp=0x4000098d60 pc=0x7ff76d555208\ngo/build.(*Context).Import(0x40002c6c00, {0x7ff76db73aa8, 0x1}, {0x40002d1260, 0x36}, 0x0)\n\tgo/build/build.go:820 +0xc0c fp=0x40000994c0 sp=0x4000098d90 pc=0x7ff76d55716c\ngo/build.(*Context).ImportDir(...)\n\tgo/build/build.go:524\ncmd/go/internal/load.loadPackageData.func2()\n\tcmd/go/internal/load/pkg.go:940 +0x430 fp=0x40000996c0 sp=0x40000994c0 pc=0x7ff76d7f0150\ncmd/internal/par.(*ErrCache[...]).Do.func1()\n\tcmd/internal/par/work.go:119 +0x24 fp=0x40000996d0 sp=0x40000996c0 pc=0x7ff76d7331f4\ncmd/internal/par.(*Cache[...]).Do(0x7ff76db85220, {0x212fe981bd1, 0x6}, 0x4000099770)\n\tcmd/internal/par/work.go:160 +0x124 fp=0x4000099740 sp=0x40000996d0 pc=0x7ff76d733414\ncmd/internal/par.(*ErrCache[...]).Do(0x7ff76db852a0?, {0x212fe981bd1?, 0x6?}, 0x212fe9a13f1?)\n\tcmd/internal/par/work.go:118 +0x3c fp=0x4000099790 sp=0x4000099740 pc=0x7ff76d73319c\ncmd/go/internal/load.loadPackageData({0x7ff76db80460, 0x7ff76dfd5100}, {0x400025b8a1, 0x6}, {0x212fe9a13f1, 0xc}, {0x40003dc3c0, 0x3c}, {0x4000022480, 0x2b}, ...)\n\tcmd/go/internal/load/pkg.go:910 +0x2e8 fp=0x40000999b0 sp=0x4000099790 pc=0x7ff76d7efbf8\ncmd/go/internal/load.loadImport({0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, 0x0, {0x400025b8a1, ...}, ...)\n\tcmd/go/internal/load/pkg.go:721 +0x130 fp=0x4000099be0 sp=0x40000999b0 pc=0x7ff76d7ee8d0\ncmd/go/internal/load.(*Package).load(0x400025c008, {0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, {0x400025b0a1, ...}, ...)\n\tcmd/go/internal/load/pkg.go:2029 +0x1d5c fp=0x400009a340 sp=0x4000099be0 pc=0x7ff76d7f58dc\ncmd/go/internal/load.loadImport({0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, 0x0, {0x400025b0a1, ...}, ...)\n\tcmd/go/internal/load/pkg.go:774 +0x3d8 fp=0x400009a570 sp=0x400009a340 pc=0x7ff76d7eeb78\ncmd/go/internal/load.(*Package).load(0x40000dd808, {0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, {0x400035a301, ...}, ...)\n\tcmd/go/internal/load/pkg.go:2029 +0x1d5c fp=0x400009acd0 sp=0x400009a570 pc=0x7ff76d7f58dc\ncmd/go/internal/load.loadImport({0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, 0x0, {0x400035a301, ...}, ...)\n\tcmd/go/internal/load/pkg.go:774 +0x3d8 fp=0x400009af00 sp=0x400009acd0 pc=0x7ff76d7eeb78\ncmd/go/internal/load.(*Package).load(0x40000dd208, {0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, {0x400025a6b1, ...}, ...)\n\tcmd/go/internal/load/pkg.go:2029 +0x1d5c fp=0x400009b660 sp=0x400009af00 pc=0x7ff76d7f58dc\ncmd/go/internal/load.loadImport({0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, 0x0, {0x400025a6b1, ...}, ...)\n\tcmd/go/internal/load/pkg.go:774 +0x3d8 fp=0x400009b890 sp=0x400009b660 pc=0x7ff76d7eeb78\ncmd/go/internal/load.(*Package).load(0x40000dcc08, {0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, {0x400025a207, ...}, ...)\n\tcmd/go/internal/load/pkg.go:2029 +0x1d5c fp=0x400009bff0 sp=0x400009b890 pc=0x7ff76d7f58dc\ncmd/go/internal/load.loadImport({0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, 0x0, {0x400025a207, ...}, ...)\n\tcmd/go/internal/load/pkg.go:774 +0x3d8 fp=0x400009c220 sp=0x400009bff0 pc=0x7ff76d7eeb78\ncmd/go/internal/load.(*Package).load(0x40000dc608, {0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, {0x40001849a0, ...}, ...)\n\tcmd/go/internal/load/pkg.go:2029 +0x1d5c fp=0x400009c980 sp=0x400009c220 pc=0x7ff76d7f58dc\ncmd/go/internal/load.loadImport({0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, 0x400027a1a0, {0x40001849a0, ...}, ...)\n\tcmd/go/internal/load/pkg.go:774 +0x3d8 fp=0x400009cbb0 sp=0x400009c980 pc=0x7ff76d7eeb78\ncmd/go/internal/load.PackagesAndErrors({0x7ff76db80460?, 0x7ff76dfd5100?}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, {0x400010a0b0, 0x2, ...})\n\tcmd/go/internal/load/pkg.go:2939 +0x720 fp=0x400009ce80 sp=0x400009cbb0 pc=0x7ff76d7fd170\ncmd/go/internal/list.runList({0x7ff76db80460, 0x7ff76dfd5100}, 0x4000194ba0?, {0x400010a0b0, 0x2, 0x5})\n\tcmd/go/internal/list/list.go:616 +0xbdc fp=0x400009d9b0 sp=0x400009ce80 pc=0x7ff76d89da4c\nmain.invoke(0x7ff76df79620, {0x400010a010, 0xc, 0xf})\n\tcmd/go/main.go:341 +0x634 fp=0x400009dcc0 sp=0x400009d9b0 pc=0x7ff76d8e17c4\nmain.main()\n\tcmd/go/main.go:220 +0xd2c fp=0x400009df40 sp=0x400009dcc0 pc=0x7ff76d8e0b0c\nruntime.main()\n\truntime/proc.go:283 +0x25c fp=0x400009dfd0 sp=0x400009df40 pc=0x7ff76d4006fc\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x400009dfd0 sp=0x400009dfd0 pc=0x7ff76d439444\n\ngoroutine 2 gp=0x400004c700 m=nil [force gc (idle)]:\nruntime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x400004ff90 sp=0x400004ff70 pc=0x7ff76d431800\nruntime.goparkunlock(...)\n\truntime/proc.go:464\nruntime.forcegchelper()\n\truntime/proc.go:371 +0xb4 fp=0x400004ffd0 sp=0x400004ff90 pc=0x7ff76d400a24\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x400004ffd0 sp=0x400004ffd0 pc=0x7ff76d439444\ncreated by runtime.init.7 in goroutine 1\n\truntime/proc.go:359 +0x24\n\ngoroutine 3 gp=0x400004ca80 m=nil [GC sweep wait]:\nruntime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x4000051f60 sp=0x4000051f40 pc=0x7ff76d431800\nruntime.goparkunlock(...)\n\truntime/proc.go:464\nruntime.bgsweep(0x400005c000)\n\truntime/mgcsweep.go:316 +0x104 fp=0x4000051fb0 sp=0x4000051f60 pc=0x7ff76d3ea474\nruntime.gcenable.gowrap1()\n\truntime/mgc.go:203 +0x28 fp=0x4000051fd0 sp=0x4000051fb0 pc=0x7ff76d3de568\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x4000051fd0 sp=0x4000051fd0 pc=0x7ff76d439444\ncreated by runtime.gcenable in goroutine 1\n\truntime/mgc.go:203 +0x6c\n\ngoroutine 4 gp=0x400004cc40 m=nil [GC scavenge wait]:\nruntime.gopark(0x10000?, 0x7ff76db73978?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x4000063f60 sp=0x4000063f40 pc=0x7ff76d431800\nruntime.goparkunlock(...)\n\truntime/proc.go:464\nruntime.(*scavengerState).park(0x7ff76df875a0)\n\truntime/mgcscavenge.go:425 +0x5c fp=0x4000063f90 sp=0x4000063f60 pc=0x7ff76d3e7fdc\nruntime.bgscavenge(0x400005c000)\n\truntime/mgcscavenge.go:658 +0xac fp=0x4000063fb0 sp=0x4000063f90 pc=0x7ff76d3e854c\nruntime.gcenable.gowrap2()\n\truntime/mgc.go:204 +0x28 fp=0x4000063fd0 sp=0x4000063fb0 pc=0x7ff76d3de508\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x4000063fd0 sp=0x4000063fd0 pc=0x7ff76d439444\ncreated by runtime.gcenable in goroutine 1\n\truntime/mgc.go:204 +0xac\n\ngoroutine 5 gp=0x400004cfc0 m=nil [finalizer wait]:\nruntime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x4000065d90 sp=0x4000065d70 pc=0x7ff76d431800\nruntime.runFinalizersAndCleanups()\n\truntime/mfinal.go:197 +0x104 fp=0x4000065fd0 sp=0x4000065d90 pc=0x7ff76d3dd624\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x4000065fd0 sp=0x4000065fd0 pc=0x7ff76d439444\ncreated by runtime.createfing in goroutine 1\n\truntime/mfinal.go:167 +0x78\n\ngoroutine 6 gp=0x400004d180 m=nil [chan receive]:\nruntime.gopark(0x4000070460?, 0x40003b3f38?, 0x48?, 0x3f?, 0x7ff76d5f3438?)\n\truntime/proc.go:458 +0xc0 fp=0x4000053ef0 sp=0x4000053ed0 pc=0x7ff76d431800\nruntime.chanrecv(0x4000025b90, 0x0, 0x1)\n\truntime/chan.go:664 +0x410 fp=0x4000053f70 sp=0x4000053ef0 pc=0x7ff76d3cff70\nruntime.chanrecv1(0x7ff76df893c0?, 0x7ff76d400860?)\n\truntime/chan.go:506 +0x14 fp=0x4000053fa0 sp=0x4000053f70 pc=0x7ff76d3cfb24\nruntime.unique_runtime_registerUniqueMapCleanup.func2(...)\n\truntime/mgc.go:1804\nruntime.unique_runtime_registerUniqueMapCleanup.gowrap1()\n\truntime/mgc.go:1807 +0x3c fp=0x4000053fd0 sp=0x4000053fa0 pc=0x7ff76d3e16dc\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x4000053fd0 sp=0x4000053fd0 pc=0x7ff76d439444\ncreated by unique.runtime_registerUniqueMapCleanup in goroutine 1\n\truntime/mgc.go:1802 +0x74\n\ngoroutine 7 gp=0x400004d340 m=nil [GC worker (idle)]:\nruntime.gopark(0x40002e7f48?, 0x7ff76d589ab8?, 0x0?, 0xa0?, 0x7ff76db80460?)\n\truntime/proc.go:458 +0xc0 fp=0x40002e7f10 sp=0x40002e7ef0 pc=0x7ff76d431800\nruntime.gcBgMarkWorker(0x4000025c70)\n\truntime/mgc.go:1431 +0xdc fp=0x40002e7fb0 sp=0x40002e7f10 pc=0x7ff76d3e099c\nruntime.gcBgMarkStartWorkers.gowrap1()\n\truntime/mgc.go:1347 +0x28 fp=0x40002e7fd0 sp=0x40002e7fb0 pc=0x7ff76d3e0888\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x40002e7fd0 sp=0x40002e7fd0 pc=0x7ff76d439444\ncreated by runtime.gcBgMarkStartWorkers in goroutine 39\n\truntime/mgc.go:1347 +0x140\n\ngoroutine 8 gp=0x400004d500 m=nil [GC worker (idle)]:\nruntime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x40004a9f10 sp=0x40004a9ef0 pc=0x7ff76d431800\nruntime.gcBgMarkWorker(0x4000025c70)\n\truntime/mgc.go:1431 +0xdc fp=0x40004a9fb0 sp=0x40004a9f10 pc=0x7ff76d3e099c\nruntime.gcBgMarkStartWorkers.gowrap1()\n\truntime/mgc.go:1347 +0x28 fp=0x40004a9fd0 sp=0x40004a9fb0 pc=0x7ff76d3e0888\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x40004a9fd0 sp=0x40004a9fd0 pc=0x7ff76d439444\ncreated by runtime.gcBgMarkStartWorkers in goroutine 39\n\truntime/mgc.go:1347 +0x140\n\ngoroutine 9 gp=0x400004d6c0 m=nil [GC worker (idle)]:\nruntime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x40004abf10 sp=0x40004abef0 pc=0x7ff76d431800\nruntime.gcBgMarkWorker(0x4000025c70)\n\truntime/mgc.go:1431 +0xdc fp=0x40004abfb0 sp=0x40004abf10 pc=0x7ff76d3e099c\nruntime.gcBgMarkStartWorkers.gowrap1()\n\truntime/mgc.go:1347 +0x28 fp=0x40004abfd0 sp=0x40004abfb0 pc=0x7ff76d3e0888\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x40004abfd0 sp=0x40004abfd0 pc=0x7ff76d439444\ncreated by runtime.gcBgMarkStartWorkers in goroutine 39\n\truntime/mgc.go:1347 +0x140\n\ngoroutine 10 gp=0x400004d880 m=nil [GC worker (idle)]:\nruntime.gopark(0x97766995dccf0?, 0x0?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x400016bf10 sp=0x400016bef0 pc=0x7ff76d431800\nruntime.gcBgMarkWorker(0x4000025c70)\n\truntime/mgc.go:1431 +0xdc fp=0x400016bfb0 sp=0x400016bf10 pc=0x7ff76d3e099c\nruntime.gcBgMarkStartWorkers.gowrap1()\n\truntime/mgc.go:1347 +0x28 fp=0x400016bfd0 sp=0x400016bfb0 pc=0x7ff76d3e0888\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x400016bfd0 sp=0x400016bfd0 pc=0x7ff76d439444\ncreated by runtime.gcBgMarkStartWorkers in goroutine 39\n\truntime/mgc.go:1347 +0x140"
    marker_test.go:284: unmeetable expectation:
          once the following is met:
            completed work "diagnosing opened files" at least 3 times
          must have:
            no Error log messages
        reason:
          postcondition is not met:
            found matching log "2025/04/07 19:06:56 go/packages.Load #248: err: exit status 2: stderr: fatal error: runtime: cannot allocate memory\n\nruntime stack:\nruntime.throw({0x7ff76da6d62f?, 0xfffffffffffff800?})\n\truntime/panic.go:1089 +0x34 fp=0x4ec15ff8a0 sp=0x4ec15ff870 pc=0x7ff76d4316f4\nruntime.persistentalloc1(0x1018, 0x400025b947?, 0x7ff76dfdaa98)\n\truntime/malloc.go:1938 +0x28c fp=0x4ec15ff900 sp=0x4ec15ff8a0 pc=0x7ff76d3d7f9c\nruntime.persistentalloc.func1()\n\truntime/malloc.go:1891 +0x28 fp=0x4ec15ff930 sp=0x4ec15ff900 pc=0x7ff76d3d7ce8\nruntime.systemstack(0x0)\n\truntime/asm_arm64.s:292 +0x6c fp=0x4ec15ff940 sp=0x4ec15ff930 pc=0x7ff76d43702c\n\ngoroutine 1 gp=0x400004c000 m=3 mp=0x4000059008 [running]:\nruntime.systemstack_switch()\n\truntime/asm_arm64.s:249 +0x8 fp=0x4000098990 sp=0x4000098980 pc=0x7ff76d436fa8\nruntime.persistentalloc(0x40000989d8?, 0x800?, 0x80?)\n\truntime/malloc.go:1890 +0x34 fp=0x40000989e0 sp=0x4000098990 pc=0x7ff76d3d7ca4\nruntime.(*spanSetBlockAlloc).alloc(0x5?)\n\truntime/mspanset.go:316 +0xa8 fp=0x4000098a10 sp=0x40000989e0 pc=0x7ff76d3f7708\nruntime.(*spanSet).push(0x7ff76dfa65f8, 0x212fe8c1cc8)\n\truntime/mspanset.go:125 +0x14c fp=0x4000098a90 sp=0x4000098a10 pc=0x7ff76d3f724c\nruntime.(*mcentral).uncacheSpan(0x4000098b18?, 0x7ff76d4b34a0?)\n\truntime/mcentral.go:244 +0x98 fp=0x4000098ac0 sp=0x4000098a90 pc=0x7ff76d3dac58\nruntime.(*mcache).refill(0x212b93c0a38, 0x11)\n\truntime/mcache.go:160 +0x90 fp=0x4000098b10 sp=0x4000098ac0 pc=0x7ff76d3d9f10\nruntime.(*mcache).nextFree(0x212b93c0a38, 0x11)\n\truntime/malloc.go:961 +0x84 fp=0x4000098b60 sp=0x4000098b10 pc=0x7ff76d3d6654\nruntime.mallocgcSmallNoscan(0x0?, 0x0?, 0x0)\n\truntime/malloc.go:1285 +0x190 fp=0x4000098bc0 sp=0x4000098b60 pc=0x7ff76d3d6c50\nruntime.mallocgc(0x60, 0x0, 0x0)\n\truntime/malloc.go:1052 +0xac fp=0x4000098bf0 sp=0x4000098bc0 pc=0x7ff76d42f11c\nruntime.growslice(0x400040dd10, 0x2f?, 0xfc000000000036?, 0xfc00bf00c0?, 0x4000098cc8?)\n\truntime/slice.go:264 +0x4c4 fp=0x4000098c50 sp=0x4000098bf0 pc=0x7ff76d433d64\nstrings.(*Builder).WriteString(...)\n\tstrings/builder.go:108\npath/filepath.join({0x40003d57e0?, 0x7ff76d97a280?, 0x400035a888?})\n\tpath/filepath/path_windows.go:106 +0x178 fp=0x4000098d30 sp=0x4000098c50 pc=0x7ff76d4ed248\npath/filepath.Join({0x40003d57e0?, 0x7ff76d97a280?, 0x7ff76da53d01?})\n\tpath/filepath/path.go:131 +0x20 fp=0x4000098d60 sp=0x4000098d30 pc=0x7ff76d4ebdc0\ngo/build.(*Context).joinPath(0x4000023c30?, {0x40003d57e0?, 0x7ff76da587b1?, 0x7ff76da53d81?})\n\tgo/build/build.go:121 +0x38 fp=0x4000098d90 sp=0x4000098d60 pc=0x7ff76d555208\ngo/build.(*Context).Import(0x40002c6c00, {0x7ff76db73aa8, 0x1}, {0x40002d1260, 0x36}, 0x0)\n\tgo/build/build.go:820 +0xc0c fp=0x40000994c0 sp=0x4000098d90 pc=0x7ff76d55716c\ngo/build.(*Context).ImportDir(...)\n\tgo/build/build.go:524\ncmd/go/internal/load.loadPackageData.func2()\n\tcmd/go/internal/load/pkg.go:940 +0x430 fp=0x40000996c0 sp=0x40000994c0 pc=0x7ff76d7f0150\ncmd/internal/par.(*ErrCache[...]).Do.func1()\n\tcmd/internal/par/work.go:119 +0x24 fp=0x40000996d0 sp=0x40000996c0 pc=0x7ff76d7331f4\ncmd/internal/par.(*Cache[...]).Do(0x7ff76db85220, {0x212fe981bd1, 0x6}, 0x4000099770)\n\tcmd/internal/par/work.go:160 +0x124 fp=0x4000099740 sp=0x40000996d0 pc=0x7ff76d733414\ncmd/internal/par.(*ErrCache[...]).Do(0x7ff76db852a0?, {0x212fe981bd1?, 0x6?}, 0x212fe9a13f1?)\n\tcmd/internal/par/work.go:118 +0x3c fp=0x4000099790 sp=0x4000099740 pc=0x7ff76d73319c\ncmd/go/internal/load.loadPackageData({0x7ff76db80460, 0x7ff76dfd5100}, {0x400025b8a1, 0x6}, {0x212fe9a13f1, 0xc}, {0x40003dc3c0, 0x3c}, {0x4000022480, 0x2b}, ...)\n\tcmd/go/internal/load/pkg.go:910 +0x2e8 fp=0x40000999b0 sp=0x4000099790 pc=0x7ff76d7efbf8\ncmd/go/internal/load.loadImport({0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, 0x0, {0x400025b8a1, ...}, ...)\n\tcmd/go/internal/load/pkg.go:721 +0x130 fp=0x4000099be0 sp=0x40000999b0 pc=0x7ff76d7ee8d0\ncmd/go/internal/load.(*Package).load(0x400025c008, {0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, {0x400025b0a1, ...}, ...)\n\tcmd/go/internal/load/pkg.go:2029 +0x1d5c fp=0x400009a340 sp=0x4000099be0 pc=0x7ff76d7f58dc\ncmd/go/internal/load.loadImport({0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, 0x0, {0x400025b0a1, ...}, ...)\n\tcmd/go/internal/load/pkg.go:774 +0x3d8 fp=0x400009a570 sp=0x400009a340 pc=0x7ff76d7eeb78\ncmd/go/internal/load.(*Package).load(0x40000dd808, {0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, {0x400035a301, ...}, ...)\n\tcmd/go/internal/load/pkg.go:2029 +0x1d5c fp=0x400009acd0 sp=0x400009a570 pc=0x7ff76d7f58dc\ncmd/go/internal/load.loadImport({0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, 0x0, {0x400035a301, ...}, ...)\n\tcmd/go/internal/load/pkg.go:774 +0x3d8 fp=0x400009af00 sp=0x400009acd0 pc=0x7ff76d7eeb78\ncmd/go/internal/load.(*Package).load(0x40000dd208, {0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, {0x400025a6b1, ...}, ...)\n\tcmd/go/internal/load/pkg.go:2029 +0x1d5c fp=0x400009b660 sp=0x400009af00 pc=0x7ff76d7f58dc\ncmd/go/internal/load.loadImport({0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, 0x0, {0x400025a6b1, ...}, ...)\n\tcmd/go/internal/load/pkg.go:774 +0x3d8 fp=0x400009b890 sp=0x400009b660 pc=0x7ff76d7eeb78\ncmd/go/internal/load.(*Package).load(0x40000dcc08, {0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, {0x400025a207, ...}, ...)\n\tcmd/go/internal/load/pkg.go:2029 +0x1d5c fp=0x400009bff0 sp=0x400009b890 pc=0x7ff76d7f58dc\ncmd/go/internal/load.loadImport({0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, 0x0, {0x400025a207, ...}, ...)\n\tcmd/go/internal/load/pkg.go:774 +0x3d8 fp=0x400009c220 sp=0x400009bff0 pc=0x7ff76d7eeb78\ncmd/go/internal/load.(*Package).load(0x40000dc608, {0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, {0x40001849a0, ...}, ...)\n\tcmd/go/internal/load/pkg.go:2029 +0x1d5c fp=0x400009c980 sp=0x400009c220 pc=0x7ff76d7f58dc\ncmd/go/internal/load.loadImport({0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, 0x400027a1a0, {0x40001849a0, ...}, ...)\n\tcmd/go/internal/load/pkg.go:774 +0x3d8 fp=0x400009cbb0 sp=0x400009c980 pc=0x7ff76d7eeb78\ncmd/go/internal/load.PackagesAndErrors({0x7ff76db80460?, 0x7ff76dfd5100?}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, {0x400010a0b0, 0x2, ...})\n\tcmd/go/internal/load/pkg.go:2939 +0x720 fp=0x400009ce80 sp=0x400009cbb0 pc=0x7ff76d7fd170\ncmd/go/internal/list.runList({0x7ff76db80460, 0x7ff76dfd5100}, 0x4000194ba0?, {0x400010a0b0, 0x2, 0x5})\n\tcmd/go/internal/list/list.go:616 +0xbdc fp=0x400009d9b0 sp=0x400009ce80 pc=0x7ff76d89da4c\nmain.invoke(0x7ff76df79620, {0x400010a010, 0xc, 0xf})\n\tcmd/go/main.go:341 +0x634 fp=0x400009dcc0 sp=0x400009d9b0 pc=0x7ff76d8e17c4\nmain.main()\n\tcmd/go/main.go:220 +0xd2c fp=0x400009df40 sp=0x400009dcc0 pc=0x7ff76d8e0b0c\nruntime.main()\n\truntime/proc.go:283 +0x25c fp=0x400009dfd0 sp=0x400009df40 pc=0x7ff76d4006fc\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x400009dfd0 sp=0x400009dfd0 pc=0x7ff76d439444\n\ngoroutine 2 gp=0x400004c700 m=nil [force gc (idle)]:\nruntime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x400004ff90 sp=0x400004ff70 pc=0x7ff76d431800\nruntime.goparkunlock(...)\n\truntime/proc.go:464\nruntime.forcegchelper()\n\truntime/proc.go:371 +0xb4 fp=0x400004ffd0 sp=0x400004ff90 pc=0x7ff76d400a24\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x400004ffd0 sp=0x400004ffd0 pc=0x7ff76d439444\ncreated by runtime.init.7 in goroutine 1\n\truntime/proc.go:359 +0x24\n\ngoroutine 3 gp=0x400004ca80 m=nil [GC sweep wait]:\nruntime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x4000051f60 sp=0x4000051f40 pc=0x7ff76d431800\nruntime.goparkunlock(...)\n\truntime/proc.go:464\nruntime.bgsweep(0x400005c000)\n\truntime/mgcsweep.go:316 +0x104 fp=0x4000051fb0 sp=0x4000051f60 pc=0x7ff76d3ea474\nruntime.gcenable.gowrap1()\n\truntime/mgc.go:203 +0x28 fp=0x4000051fd0 sp=0x4000051fb0 pc=0x7ff76d3de568\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x4000051fd0 sp=0x4000051fd0 pc=0x7ff76d439444\ncreated by runtime.gcenable in goroutine 1\n\truntime/mgc.go:203 +0x6c\n\ngoroutine 4 gp=0x400004cc40 m=nil [GC scavenge wait]:\nruntime.gopark(0x10000?, 0x7ff76db73978?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x4000063f60 sp=0x4000063f40 pc=0x7ff76d431800\nruntime.goparkunlock(...)\n\truntime/proc.go:464\nruntime.(*scavengerState).park(0x7ff76df875a0)\n\truntime/mgcscavenge.go:425 +0x5c fp=0x4000063f90 sp=0x4000063f60 pc=0x7ff76d3e7fdc\nruntime.bgscavenge(0x400005c000)\n\truntime/mgcscavenge.go:658 +0xac fp=0x4000063fb0 sp=0x4000063f90 pc=0x7ff76d3e854c\nruntime.gcenable.gowrap2()\n\truntime/mgc.go:204 +0x28 fp=0x4000063fd0 sp=0x4000063fb0 pc=0x7ff76d3de508\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x4000063fd0 sp=0x4000063fd0 pc=0x7ff76d439444\ncreated by runtime.gcenable in goroutine 1\n\truntime/mgc.go:204 +0xac\n\ngoroutine 5 gp=0x400004cfc0 m=nil [finalizer wait]:\nruntime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x4000065d90 sp=0x4000065d70 pc=0x7ff76d431800\nruntime.runFinalizersAndCleanups()\n\truntime/mfinal.go:197 +0x104 fp=0x4000065fd0 sp=0x4000065d90 pc=0x7ff76d3dd624\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x4000065fd0 sp=0x4000065fd0 pc=0x7ff76d439444\ncreated by runtime.createfing in goroutine 1\n\truntime/mfinal.go:167 +0x78\n\ngoroutine 6 gp=0x400004d180 m=nil [chan receive]:\nruntime.gopark(0x4000070460?, 0x40003b3f38?, 0x48?, 0x3f?, 0x7ff76d5f3438?)\n\truntime/proc.go:458 +0xc0 fp=0x4000053ef0 sp=0x4000053ed0 pc=0x7ff76d431800\nruntime.chanrecv(0x4000025b90, 0x0, 0x1)\n\truntime/chan.go:664 +0x410 fp=0x4000053f70 sp=0x4000053ef0 pc=0x7ff76d3cff70\nruntime.chanrecv1(0x7ff76df893c0?, 0x7ff76d400860?)\n\truntime/chan.go:506 +0x14 fp=0x4000053fa0 sp=0x4000053f70 pc=0x7ff76d3cfb24\nruntime.unique_runtime_registerUniqueMapCleanup.func2(...)\n\truntime/mgc.go:1804\nruntime.unique_runtime_registerUniqueMapCleanup.gowrap1()\n\truntime/mgc.go:1807 +0x3c fp=0x4000053fd0 sp=0x4000053fa0 pc=0x7ff76d3e16dc\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x4000053fd0 sp=0x4000053fd0 pc=0x7ff76d439444\ncreated by unique.runtime_registerUniqueMapCleanup in goroutine 1\n\truntime/mgc.go:1802 +0x74\n\ngoroutine 7 gp=0x400004d340 m=nil [GC worker (idle)]:\nruntime.gopark(0x40002e7f48?, 0x7ff76d589ab8?, 0x0?, 0xa0?, 0x7ff76db80460?)\n\truntime/proc.go:458 +0xc0 fp=0x40002e7f10 sp=0x40002e7ef0 pc=0x7ff76d431800\nruntime.gcBgMarkWorker(0x4000025c70)\n\truntime/mgc.go:1431 +0xdc fp=0x40002e7fb0 sp=0x40002e7f10 pc=0x7ff76d3e099c\nruntime.gcBgMarkStartWorkers.gowrap1()\n\truntime/mgc.go:1347 +0x28 fp=0x40002e7fd0 sp=0x40002e7fb0 pc=0x7ff76d3e0888\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x40002e7fd0 sp=0x40002e7fd0 pc=0x7ff76d439444\ncreated by runtime.gcBgMarkStartWorkers in goroutine 39\n\truntime/mgc.go:1347 +0x140\n\ngoroutine 8 gp=0x400004d500 m=nil [GC worker (idle)]:\nruntime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x40004a9f10 sp=0x40004a9ef0 pc=0x7ff76d431800\nruntime.gcBgMarkWorker(0x4000025c70)\n\truntime/mgc.go:1431 +0xdc fp=0x40004a9fb0 sp=0x40004a9f10 pc=0x7ff76d3e099c\nruntime.gcBgMarkStartWorkers.gowrap1()\n\truntime/mgc.go:1347 +0x28 fp=0x40004a9fd0 sp=0x40004a9fb0 pc=0x7ff76d3e0888\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x40004a9fd0 sp=0x40004a9fd0 pc=0x7ff76d439444\ncreated by runtime.gcBgMarkStartWorkers in goroutine 39\n\truntime/mgc.go:1347 +0x140\n\ngoroutine 9 gp=0x400004d6c0 m=nil [GC worker (idle)]:\nruntime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x40004abf10 sp=0x40004abef0 pc=0x7ff76d431800\nruntime.gcBgMarkWorker(0x4000025c70)\n\truntime/mgc.go:1431 +0xdc fp=0x40004abfb0 sp=0x40004abf10 pc=0x7ff76d3e099c\nruntime.gcBgMarkStartWorkers.gowrap1()\n\truntime/mgc.go:1347 +0x28 fp=0x40004abfd0 sp=0x40004abfb0 pc=0x7ff76d3e0888\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x40004abfd0 sp=0x40004abfd0 pc=0x7ff76d439444\ncreated by runtime.gcBgMarkStartWorkers in goroutine 39\n\truntime/mgc.go:1347 +0x140\n\ngoroutine 10 gp=0x400004d880 m=nil [GC worker (idle)]:\nruntime.gopark(0x97766995dccf0?, 0x0?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x400016bf10 sp=0x400016bef0 pc=0x7ff76d431800\nruntime.gcBgMarkWorker(0x4000025c70)\n\truntime/mgc.go:1431 +0xdc fp=0x400016bfb0 sp=0x400016bf10 pc=0x7ff76d3e099c\nruntime.gcBgMarkStartWorkers.gowrap1()\n\truntime/mgc.go:1347 +0x28 fp=0x400016bfd0 sp=0x400016bfb0 pc=0x7ff76d3e0888\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x400016bfd0 sp=0x400016bfd0 pc=0x7ff76d439444\ncreated by runtime.gcBgMarkStartWorkers in goroutine 39\n\truntime/mgc.go:1347 +0x140\n\n\tview_id=\"136\"\n\tsnapshot=0\n\tdirectory=C:\\Users\\swarming\\.swarming\\w\\ir\\x\\t\\Testcompletionissue60545.txt380044116\\001\\work\n\tquery=[C:\\Users\\swarming\\.swarming\\w\\ir\\x\\t\\Testcompletionissue60545.txt380044116\\001\\work\\... builtin]\n\tpackages=0\n\tduration=1.2373352s\n"
--- FAIL: Test/completion\issue60545.txt (6.10s)

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Apr 8, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/test/marker" && test == "Test/completion\\issue60545.txt"
2025-04-07 16:11 x_tools-gotip-windows-arm64 tools@11a9b3f8 go@a08d2db6 x/tools/gopls/internal/test/marker.Test/completion\issue60545.txt (log)
=== RUN   Test/completion\issue60545.txt
=== PAUSE Test/completion\issue60545.txt
=== CONT  Test/completion\issue60545.txt
    marker_test.go:1828: main.go:8:57 (completion\issue60545.txt:16:57): no diagnostic at main.go:8:2-5 (completion\issue60545.txt:16:2-5) matches "(undefined|undeclared)"
    marker_test.go:266: go.mod:1:1-16 (completion\issue60545.txt:4:1-16): unexpected diagnostic: "packages.Load error: err: exit status 2: stderr: fatal error: runtime: cannot allocate memory\n\nruntime stack:\nruntime.throw({0x7ff76da6d62f?, 0xfffffffffffff800?})\n\truntime/panic.go:1089 +0x34 fp=0x4ec15ff8a0 sp=0x4ec15ff870 pc=0x7ff76d4316f4\nruntime.persistentalloc1(0x1018, 0x400025b947?, 0x7ff76dfdaa98)\n\truntime/malloc.go:1938 +0x28c fp=0x4ec15ff900 sp=0x4ec15ff8a0 pc=0x7ff76d3d7f9c\nruntime.persistentalloc.func1()\n\truntime/malloc.go:1891 +0x28 fp=0x4ec15ff930 sp=0x4ec15ff900 pc=0x7ff76d3d7ce8\nruntime.systemstack(0x0)\n\truntime/asm_arm64.s:292 +0x6c fp=0x4ec15ff940 sp=0x4ec15ff930 pc=0x7ff76d43702c\n\ngoroutine 1 gp=0x400004c000 m=3 mp=0x4000059008 [running]:\nruntime.systemstack_switch()\n\truntime/asm_arm64.s:249 +0x8 fp=0x4000098990 sp=0x4000098980 pc=0x7ff76d436fa8\nruntime.persistentalloc(0x40000989d8?, 0x800?, 0x80?)\n\truntime/malloc.go:1890 +0x34 fp=0x40000989e0 sp=0x4000098990 pc=0x7ff76d3d7ca4\nruntime.(*spanSetBlockAlloc).alloc(0x5?)\n\truntime/mspanset.go:316 +0xa8 fp=0x4000098a10 sp=0x40000989e0 pc=0x7ff76d3f7708\nruntime.(*spanSet).push(0x7ff76dfa65f8, 0x212fe8c1cc8)\n\truntime/mspanset.go:125 +0x14c fp=0x4000098a90 sp=0x4000098a10 pc=0x7ff76d3f724c\nruntime.(*mcentral).uncacheSpan(0x4000098b18?, 0x7ff76d4b34a0?)\n\truntime/mcentral.go:244 +0x98 fp=0x4000098ac0 sp=0x4000098a90 pc=0x7ff76d3dac58\nruntime.(*mcache).refill(0x212b93c0a38, 0x11)\n\truntime/mcache.go:160 +0x90 fp=0x4000098b10 sp=0x4000098ac0 pc=0x7ff76d3d9f10\nruntime.(*mcache).nextFree(0x212b93c0a38, 0x11)\n\truntime/malloc.go:961 +0x84 fp=0x4000098b60 sp=0x4000098b10 pc=0x7ff76d3d6654\nruntime.mallocgcSmallNoscan(0x0?, 0x0?, 0x0)\n\truntime/malloc.go:1285 +0x190 fp=0x4000098bc0 sp=0x4000098b60 pc=0x7ff76d3d6c50\nruntime.mallocgc(0x60, 0x0, 0x0)\n\truntime/malloc.go:1052 +0xac fp=0x4000098bf0 sp=0x4000098bc0 pc=0x7ff76d42f11c\nruntime.growslice(0x400040dd10, 0x2f?, 0xfc000000000036?, 0xfc00bf00c0?, 0x4000098cc8?)\n\truntime/slice.go:264 +0x4c4 fp=0x4000098c50 sp=0x4000098bf0 pc=0x7ff76d433d64\nstrings.(*Builder).WriteString(...)\n\tstrings/builder.go:108\npath/filepath.join({0x40003d57e0?, 0x7ff76d97a280?, 0x400035a888?})\n\tpath/filepath/path_windows.go:106 +0x178 fp=0x4000098d30 sp=0x4000098c50 pc=0x7ff76d4ed248\npath/filepath.Join({0x40003d57e0?, 0x7ff76d97a280?, 0x7ff76da53d01?})\n\tpath/filepath/path.go:131 +0x20 fp=0x4000098d60 sp=0x4000098d30 pc=0x7ff76d4ebdc0\ngo/build.(*Context).joinPath(0x4000023c30?, {0x40003d57e0?, 0x7ff76da587b1?, 0x7ff76da53d81?})\n\tgo/build/build.go:121 +0x38 fp=0x4000098d90 sp=0x4000098d60 pc=0x7ff76d555208\ngo/build.(*Context).Import(0x40002c6c00, {0x7ff76db73aa8, 0x1}, {0x40002d1260, 0x36}, 0x0)\n\tgo/build/build.go:820 +0xc0c fp=0x40000994c0 sp=0x4000098d90 pc=0x7ff76d55716c\ngo/build.(*Context).ImportDir(...)\n\tgo/build/build.go:524\ncmd/go/internal/load.loadPackageData.func2()\n\tcmd/go/internal/load/pkg.go:940 +0x430 fp=0x40000996c0 sp=0x40000994c0 pc=0x7ff76d7f0150\ncmd/internal/par.(*ErrCache[...]).Do.func1()\n\tcmd/internal/par/work.go:119 +0x24 fp=0x40000996d0 sp=0x40000996c0 pc=0x7ff76d7331f4\ncmd/internal/par.(*Cache[...]).Do(0x7ff76db85220, {0x212fe981bd1, 0x6}, 0x4000099770)\n\tcmd/internal/par/work.go:160 +0x124 fp=0x4000099740 sp=0x40000996d0 pc=0x7ff76d733414\ncmd/internal/par.(*ErrCache[...]).Do(0x7ff76db852a0?, {0x212fe981bd1?, 0x6?}, 0x212fe9a13f1?)\n\tcmd/internal/par/work.go:118 +0x3c fp=0x4000099790 sp=0x4000099740 pc=0x7ff76d73319c\ncmd/go/internal/load.loadPackageData({0x7ff76db80460, 0x7ff76dfd5100}, {0x400025b8a1, 0x6}, {0x212fe9a13f1, 0xc}, {0x40003dc3c0, 0x3c}, {0x4000022480, 0x2b}, ...)\n\tcmd/go/internal/load/pkg.go:910 +0x2e8 fp=0x40000999b0 sp=0x4000099790 pc=0x7ff76d7efbf8\ncmd/go/internal/load.loadImport({0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, 0x0, {0x400025b8a1, ...}, ...)\n\tcmd/go/internal/load/pkg.go:721 +0x130 fp=0x4000099be0 sp=0x40000999b0 pc=0x7ff76d7ee8d0\ncmd/go/internal/load.(*Package).load(0x400025c008, {0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, {0x400025b0a1, ...}, ...)\n\tcmd/go/internal/load/pkg.go:2029 +0x1d5c fp=0x400009a340 sp=0x4000099be0 pc=0x7ff76d7f58dc\ncmd/go/internal/load.loadImport({0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, 0x0, {0x400025b0a1, ...}, ...)\n\tcmd/go/internal/load/pkg.go:774 +0x3d8 fp=0x400009a570 sp=0x400009a340 pc=0x7ff76d7eeb78\ncmd/go/internal/load.(*Package).load(0x40000dd808, {0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, {0x400035a301, ...}, ...)\n\tcmd/go/internal/load/pkg.go:2029 +0x1d5c fp=0x400009acd0 sp=0x400009a570 pc=0x7ff76d7f58dc\ncmd/go/internal/load.loadImport({0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, 0x0, {0x400035a301, ...}, ...)\n\tcmd/go/internal/load/pkg.go:774 +0x3d8 fp=0x400009af00 sp=0x400009acd0 pc=0x7ff76d7eeb78\ncmd/go/internal/load.(*Package).load(0x40000dd208, {0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, {0x400025a6b1, ...}, ...)\n\tcmd/go/internal/load/pkg.go:2029 +0x1d5c fp=0x400009b660 sp=0x400009af00 pc=0x7ff76d7f58dc\ncmd/go/internal/load.loadImport({0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, 0x0, {0x400025a6b1, ...}, ...)\n\tcmd/go/internal/load/pkg.go:774 +0x3d8 fp=0x400009b890 sp=0x400009b660 pc=0x7ff76d7eeb78\ncmd/go/internal/load.(*Package).load(0x40000dcc08, {0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, {0x400025a207, ...}, ...)\n\tcmd/go/internal/load/pkg.go:2029 +0x1d5c fp=0x400009bff0 sp=0x400009b890 pc=0x7ff76d7f58dc\ncmd/go/internal/load.loadImport({0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, 0x0, {0x400025a207, ...}, ...)\n\tcmd/go/internal/load/pkg.go:774 +0x3d8 fp=0x400009c220 sp=0x400009bff0 pc=0x7ff76d7eeb78\ncmd/go/internal/load.(*Package).load(0x40000dc608, {0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, {0x40001849a0, ...}, ...)\n\tcmd/go/internal/load/pkg.go:2029 +0x1d5c fp=0x400009c980 sp=0x400009c220 pc=0x7ff76d7f58dc\ncmd/go/internal/load.loadImport({0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, 0x400027a1a0, {0x40001849a0, ...}, ...)\n\tcmd/go/internal/load/pkg.go:774 +0x3d8 fp=0x400009cbb0 sp=0x400009c980 pc=0x7ff76d7eeb78\ncmd/go/internal/load.PackagesAndErrors({0x7ff76db80460?, 0x7ff76dfd5100?}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, {0x400010a0b0, 0x2, ...})\n\tcmd/go/internal/load/pkg.go:2939 +0x720 fp=0x400009ce80 sp=0x400009cbb0 pc=0x7ff76d7fd170\ncmd/go/internal/list.runList({0x7ff76db80460, 0x7ff76dfd5100}, 0x4000194ba0?, {0x400010a0b0, 0x2, 0x5})\n\tcmd/go/internal/list/list.go:616 +0xbdc fp=0x400009d9b0 sp=0x400009ce80 pc=0x7ff76d89da4c\nmain.invoke(0x7ff76df79620, {0x400010a010, 0xc, 0xf})\n\tcmd/go/main.go:341 +0x634 fp=0x400009dcc0 sp=0x400009d9b0 pc=0x7ff76d8e17c4\nmain.main()\n\tcmd/go/main.go:220 +0xd2c fp=0x400009df40 sp=0x400009dcc0 pc=0x7ff76d8e0b0c\nruntime.main()\n\truntime/proc.go:283 +0x25c fp=0x400009dfd0 sp=0x400009df40 pc=0x7ff76d4006fc\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x400009dfd0 sp=0x400009dfd0 pc=0x7ff76d439444\n\ngoroutine 2 gp=0x400004c700 m=nil [force gc (idle)]:\nruntime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x400004ff90 sp=0x400004ff70 pc=0x7ff76d431800\nruntime.goparkunlock(...)\n\truntime/proc.go:464\nruntime.forcegchelper()\n\truntime/proc.go:371 +0xb4 fp=0x400004ffd0 sp=0x400004ff90 pc=0x7ff76d400a24\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x400004ffd0 sp=0x400004ffd0 pc=0x7ff76d439444\ncreated by runtime.init.7 in goroutine 1\n\truntime/proc.go:359 +0x24\n\ngoroutine 3 gp=0x400004ca80 m=nil [GC sweep wait]:\nruntime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x4000051f60 sp=0x4000051f40 pc=0x7ff76d431800\nruntime.goparkunlock(...)\n\truntime/proc.go:464\nruntime.bgsweep(0x400005c000)\n\truntime/mgcsweep.go:316 +0x104 fp=0x4000051fb0 sp=0x4000051f60 pc=0x7ff76d3ea474\nruntime.gcenable.gowrap1()\n\truntime/mgc.go:203 +0x28 fp=0x4000051fd0 sp=0x4000051fb0 pc=0x7ff76d3de568\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x4000051fd0 sp=0x4000051fd0 pc=0x7ff76d439444\ncreated by runtime.gcenable in goroutine 1\n\truntime/mgc.go:203 +0x6c\n\ngoroutine 4 gp=0x400004cc40 m=nil [GC scavenge wait]:\nruntime.gopark(0x10000?, 0x7ff76db73978?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x4000063f60 sp=0x4000063f40 pc=0x7ff76d431800\nruntime.goparkunlock(...)\n\truntime/proc.go:464\nruntime.(*scavengerState).park(0x7ff76df875a0)\n\truntime/mgcscavenge.go:425 +0x5c fp=0x4000063f90 sp=0x4000063f60 pc=0x7ff76d3e7fdc\nruntime.bgscavenge(0x400005c000)\n\truntime/mgcscavenge.go:658 +0xac fp=0x4000063fb0 sp=0x4000063f90 pc=0x7ff76d3e854c\nruntime.gcenable.gowrap2()\n\truntime/mgc.go:204 +0x28 fp=0x4000063fd0 sp=0x4000063fb0 pc=0x7ff76d3de508\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x4000063fd0 sp=0x4000063fd0 pc=0x7ff76d439444\ncreated by runtime.gcenable in goroutine 1\n\truntime/mgc.go:204 +0xac\n\ngoroutine 5 gp=0x400004cfc0 m=nil [finalizer wait]:\nruntime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x4000065d90 sp=0x4000065d70 pc=0x7ff76d431800\nruntime.runFinalizersAndCleanups()\n\truntime/mfinal.go:197 +0x104 fp=0x4000065fd0 sp=0x4000065d90 pc=0x7ff76d3dd624\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x4000065fd0 sp=0x4000065fd0 pc=0x7ff76d439444\ncreated by runtime.createfing in goroutine 1\n\truntime/mfinal.go:167 +0x78\n\ngoroutine 6 gp=0x400004d180 m=nil [chan receive]:\nruntime.gopark(0x4000070460?, 0x40003b3f38?, 0x48?, 0x3f?, 0x7ff76d5f3438?)\n\truntime/proc.go:458 +0xc0 fp=0x4000053ef0 sp=0x4000053ed0 pc=0x7ff76d431800\nruntime.chanrecv(0x4000025b90, 0x0, 0x1)\n\truntime/chan.go:664 +0x410 fp=0x4000053f70 sp=0x4000053ef0 pc=0x7ff76d3cff70\nruntime.chanrecv1(0x7ff76df893c0?, 0x7ff76d400860?)\n\truntime/chan.go:506 +0x14 fp=0x4000053fa0 sp=0x4000053f70 pc=0x7ff76d3cfb24\nruntime.unique_runtime_registerUniqueMapCleanup.func2(...)\n\truntime/mgc.go:1804\nruntime.unique_runtime_registerUniqueMapCleanup.gowrap1()\n\truntime/mgc.go:1807 +0x3c fp=0x4000053fd0 sp=0x4000053fa0 pc=0x7ff76d3e16dc\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x4000053fd0 sp=0x4000053fd0 pc=0x7ff76d439444\ncreated by unique.runtime_registerUniqueMapCleanup in goroutine 1\n\truntime/mgc.go:1802 +0x74\n\ngoroutine 7 gp=0x400004d340 m=nil [GC worker (idle)]:\nruntime.gopark(0x40002e7f48?, 0x7ff76d589ab8?, 0x0?, 0xa0?, 0x7ff76db80460?)\n\truntime/proc.go:458 +0xc0 fp=0x40002e7f10 sp=0x40002e7ef0 pc=0x7ff76d431800\nruntime.gcBgMarkWorker(0x4000025c70)\n\truntime/mgc.go:1431 +0xdc fp=0x40002e7fb0 sp=0x40002e7f10 pc=0x7ff76d3e099c\nruntime.gcBgMarkStartWorkers.gowrap1()\n\truntime/mgc.go:1347 +0x28 fp=0x40002e7fd0 sp=0x40002e7fb0 pc=0x7ff76d3e0888\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x40002e7fd0 sp=0x40002e7fd0 pc=0x7ff76d439444\ncreated by runtime.gcBgMarkStartWorkers in goroutine 39\n\truntime/mgc.go:1347 +0x140\n\ngoroutine 8 gp=0x400004d500 m=nil [GC worker (idle)]:\nruntime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x40004a9f10 sp=0x40004a9ef0 pc=0x7ff76d431800\nruntime.gcBgMarkWorker(0x4000025c70)\n\truntime/mgc.go:1431 +0xdc fp=0x40004a9fb0 sp=0x40004a9f10 pc=0x7ff76d3e099c\nruntime.gcBgMarkStartWorkers.gowrap1()\n\truntime/mgc.go:1347 +0x28 fp=0x40004a9fd0 sp=0x40004a9fb0 pc=0x7ff76d3e0888\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x40004a9fd0 sp=0x40004a9fd0 pc=0x7ff76d439444\ncreated by runtime.gcBgMarkStartWorkers in goroutine 39\n\truntime/mgc.go:1347 +0x140\n\ngoroutine 9 gp=0x400004d6c0 m=nil [GC worker (idle)]:\nruntime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x40004abf10 sp=0x40004abef0 pc=0x7ff76d431800\nruntime.gcBgMarkWorker(0x4000025c70)\n\truntime/mgc.go:1431 +0xdc fp=0x40004abfb0 sp=0x40004abf10 pc=0x7ff76d3e099c\nruntime.gcBgMarkStartWorkers.gowrap1()\n\truntime/mgc.go:1347 +0x28 fp=0x40004abfd0 sp=0x40004abfb0 pc=0x7ff76d3e0888\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x40004abfd0 sp=0x40004abfd0 pc=0x7ff76d439444\ncreated by runtime.gcBgMarkStartWorkers in goroutine 39\n\truntime/mgc.go:1347 +0x140\n\ngoroutine 10 gp=0x400004d880 m=nil [GC worker (idle)]:\nruntime.gopark(0x97766995dccf0?, 0x0?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x400016bf10 sp=0x400016bef0 pc=0x7ff76d431800\nruntime.gcBgMarkWorker(0x4000025c70)\n\truntime/mgc.go:1431 +0xdc fp=0x400016bfb0 sp=0x400016bf10 pc=0x7ff76d3e099c\nruntime.gcBgMarkStartWorkers.gowrap1()\n\truntime/mgc.go:1347 +0x28 fp=0x400016bfd0 sp=0x400016bfb0 pc=0x7ff76d3e0888\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x400016bfd0 sp=0x400016bfd0 pc=0x7ff76d439444\ncreated by runtime.gcBgMarkStartWorkers in goroutine 39\n\truntime/mgc.go:1347 +0x140"
    marker_test.go:284: unmeetable expectation:
          once the following is met:
            completed work "diagnosing opened files" at least 3 times
          must have:
            no Error log messages
        reason:
          postcondition is not met:
            found matching log "2025/04/07 19:06:56 go/packages.Load #248: err: exit status 2: stderr: fatal error: runtime: cannot allocate memory\n\nruntime stack:\nruntime.throw({0x7ff76da6d62f?, 0xfffffffffffff800?})\n\truntime/panic.go:1089 +0x34 fp=0x4ec15ff8a0 sp=0x4ec15ff870 pc=0x7ff76d4316f4\nruntime.persistentalloc1(0x1018, 0x400025b947?, 0x7ff76dfdaa98)\n\truntime/malloc.go:1938 +0x28c fp=0x4ec15ff900 sp=0x4ec15ff8a0 pc=0x7ff76d3d7f9c\nruntime.persistentalloc.func1()\n\truntime/malloc.go:1891 +0x28 fp=0x4ec15ff930 sp=0x4ec15ff900 pc=0x7ff76d3d7ce8\nruntime.systemstack(0x0)\n\truntime/asm_arm64.s:292 +0x6c fp=0x4ec15ff940 sp=0x4ec15ff930 pc=0x7ff76d43702c\n\ngoroutine 1 gp=0x400004c000 m=3 mp=0x4000059008 [running]:\nruntime.systemstack_switch()\n\truntime/asm_arm64.s:249 +0x8 fp=0x4000098990 sp=0x4000098980 pc=0x7ff76d436fa8\nruntime.persistentalloc(0x40000989d8?, 0x800?, 0x80?)\n\truntime/malloc.go:1890 +0x34 fp=0x40000989e0 sp=0x4000098990 pc=0x7ff76d3d7ca4\nruntime.(*spanSetBlockAlloc).alloc(0x5?)\n\truntime/mspanset.go:316 +0xa8 fp=0x4000098a10 sp=0x40000989e0 pc=0x7ff76d3f7708\nruntime.(*spanSet).push(0x7ff76dfa65f8, 0x212fe8c1cc8)\n\truntime/mspanset.go:125 +0x14c fp=0x4000098a90 sp=0x4000098a10 pc=0x7ff76d3f724c\nruntime.(*mcentral).uncacheSpan(0x4000098b18?, 0x7ff76d4b34a0?)\n\truntime/mcentral.go:244 +0x98 fp=0x4000098ac0 sp=0x4000098a90 pc=0x7ff76d3dac58\nruntime.(*mcache).refill(0x212b93c0a38, 0x11)\n\truntime/mcache.go:160 +0x90 fp=0x4000098b10 sp=0x4000098ac0 pc=0x7ff76d3d9f10\nruntime.(*mcache).nextFree(0x212b93c0a38, 0x11)\n\truntime/malloc.go:961 +0x84 fp=0x4000098b60 sp=0x4000098b10 pc=0x7ff76d3d6654\nruntime.mallocgcSmallNoscan(0x0?, 0x0?, 0x0)\n\truntime/malloc.go:1285 +0x190 fp=0x4000098bc0 sp=0x4000098b60 pc=0x7ff76d3d6c50\nruntime.mallocgc(0x60, 0x0, 0x0)\n\truntime/malloc.go:1052 +0xac fp=0x4000098bf0 sp=0x4000098bc0 pc=0x7ff76d42f11c\nruntime.growslice(0x400040dd10, 0x2f?, 0xfc000000000036?, 0xfc00bf00c0?, 0x4000098cc8?)\n\truntime/slice.go:264 +0x4c4 fp=0x4000098c50 sp=0x4000098bf0 pc=0x7ff76d433d64\nstrings.(*Builder).WriteString(...)\n\tstrings/builder.go:108\npath/filepath.join({0x40003d57e0?, 0x7ff76d97a280?, 0x400035a888?})\n\tpath/filepath/path_windows.go:106 +0x178 fp=0x4000098d30 sp=0x4000098c50 pc=0x7ff76d4ed248\npath/filepath.Join({0x40003d57e0?, 0x7ff76d97a280?, 0x7ff76da53d01?})\n\tpath/filepath/path.go:131 +0x20 fp=0x4000098d60 sp=0x4000098d30 pc=0x7ff76d4ebdc0\ngo/build.(*Context).joinPath(0x4000023c30?, {0x40003d57e0?, 0x7ff76da587b1?, 0x7ff76da53d81?})\n\tgo/build/build.go:121 +0x38 fp=0x4000098d90 sp=0x4000098d60 pc=0x7ff76d555208\ngo/build.(*Context).Import(0x40002c6c00, {0x7ff76db73aa8, 0x1}, {0x40002d1260, 0x36}, 0x0)\n\tgo/build/build.go:820 +0xc0c fp=0x40000994c0 sp=0x4000098d90 pc=0x7ff76d55716c\ngo/build.(*Context).ImportDir(...)\n\tgo/build/build.go:524\ncmd/go/internal/load.loadPackageData.func2()\n\tcmd/go/internal/load/pkg.go:940 +0x430 fp=0x40000996c0 sp=0x40000994c0 pc=0x7ff76d7f0150\ncmd/internal/par.(*ErrCache[...]).Do.func1()\n\tcmd/internal/par/work.go:119 +0x24 fp=0x40000996d0 sp=0x40000996c0 pc=0x7ff76d7331f4\ncmd/internal/par.(*Cache[...]).Do(0x7ff76db85220, {0x212fe981bd1, 0x6}, 0x4000099770)\n\tcmd/internal/par/work.go:160 +0x124 fp=0x4000099740 sp=0x40000996d0 pc=0x7ff76d733414\ncmd/internal/par.(*ErrCache[...]).Do(0x7ff76db852a0?, {0x212fe981bd1?, 0x6?}, 0x212fe9a13f1?)\n\tcmd/internal/par/work.go:118 +0x3c fp=0x4000099790 sp=0x4000099740 pc=0x7ff76d73319c\ncmd/go/internal/load.loadPackageData({0x7ff76db80460, 0x7ff76dfd5100}, {0x400025b8a1, 0x6}, {0x212fe9a13f1, 0xc}, {0x40003dc3c0, 0x3c}, {0x4000022480, 0x2b}, ...)\n\tcmd/go/internal/load/pkg.go:910 +0x2e8 fp=0x40000999b0 sp=0x4000099790 pc=0x7ff76d7efbf8\ncmd/go/internal/load.loadImport({0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, 0x0, {0x400025b8a1, ...}, ...)\n\tcmd/go/internal/load/pkg.go:721 +0x130 fp=0x4000099be0 sp=0x40000999b0 pc=0x7ff76d7ee8d0\ncmd/go/internal/load.(*Package).load(0x400025c008, {0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, {0x400025b0a1, ...}, ...)\n\tcmd/go/internal/load/pkg.go:2029 +0x1d5c fp=0x400009a340 sp=0x4000099be0 pc=0x7ff76d7f58dc\ncmd/go/internal/load.loadImport({0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, 0x0, {0x400025b0a1, ...}, ...)\n\tcmd/go/internal/load/pkg.go:774 +0x3d8 fp=0x400009a570 sp=0x400009a340 pc=0x7ff76d7eeb78\ncmd/go/internal/load.(*Package).load(0x40000dd808, {0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, {0x400035a301, ...}, ...)\n\tcmd/go/internal/load/pkg.go:2029 +0x1d5c fp=0x400009acd0 sp=0x400009a570 pc=0x7ff76d7f58dc\ncmd/go/internal/load.loadImport({0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, 0x0, {0x400035a301, ...}, ...)\n\tcmd/go/internal/load/pkg.go:774 +0x3d8 fp=0x400009af00 sp=0x400009acd0 pc=0x7ff76d7eeb78\ncmd/go/internal/load.(*Package).load(0x40000dd208, {0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, {0x400025a6b1, ...}, ...)\n\tcmd/go/internal/load/pkg.go:2029 +0x1d5c fp=0x400009b660 sp=0x400009af00 pc=0x7ff76d7f58dc\ncmd/go/internal/load.loadImport({0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, 0x0, {0x400025a6b1, ...}, ...)\n\tcmd/go/internal/load/pkg.go:774 +0x3d8 fp=0x400009b890 sp=0x400009b660 pc=0x7ff76d7eeb78\ncmd/go/internal/load.(*Package).load(0x40000dcc08, {0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, {0x400025a207, ...}, ...)\n\tcmd/go/internal/load/pkg.go:2029 +0x1d5c fp=0x400009bff0 sp=0x400009b890 pc=0x7ff76d7f58dc\ncmd/go/internal/load.loadImport({0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, 0x0, {0x400025a207, ...}, ...)\n\tcmd/go/internal/load/pkg.go:774 +0x3d8 fp=0x400009c220 sp=0x400009bff0 pc=0x7ff76d7eeb78\ncmd/go/internal/load.(*Package).load(0x40000dc608, {0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, {0x40001849a0, ...}, ...)\n\tcmd/go/internal/load/pkg.go:2029 +0x1d5c fp=0x400009c980 sp=0x400009c220 pc=0x7ff76d7f58dc\ncmd/go/internal/load.loadImport({0x7ff76db80460, 0x7ff76dfd5100}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, 0x400027a1a0, {0x40001849a0, ...}, ...)\n\tcmd/go/internal/load/pkg.go:774 +0x3d8 fp=0x400009cbb0 sp=0x400009c980 pc=0x7ff76d7eeb78\ncmd/go/internal/load.PackagesAndErrors({0x7ff76db80460?, 0x7ff76dfd5100?}, {0x0, 0x1, 0x0, 0x1, 0x1, 0x0}, {0x400010a0b0, 0x2, ...})\n\tcmd/go/internal/load/pkg.go:2939 +0x720 fp=0x400009ce80 sp=0x400009cbb0 pc=0x7ff76d7fd170\ncmd/go/internal/list.runList({0x7ff76db80460, 0x7ff76dfd5100}, 0x4000194ba0?, {0x400010a0b0, 0x2, 0x5})\n\tcmd/go/internal/list/list.go:616 +0xbdc fp=0x400009d9b0 sp=0x400009ce80 pc=0x7ff76d89da4c\nmain.invoke(0x7ff76df79620, {0x400010a010, 0xc, 0xf})\n\tcmd/go/main.go:341 +0x634 fp=0x400009dcc0 sp=0x400009d9b0 pc=0x7ff76d8e17c4\nmain.main()\n\tcmd/go/main.go:220 +0xd2c fp=0x400009df40 sp=0x400009dcc0 pc=0x7ff76d8e0b0c\nruntime.main()\n\truntime/proc.go:283 +0x25c fp=0x400009dfd0 sp=0x400009df40 pc=0x7ff76d4006fc\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x400009dfd0 sp=0x400009dfd0 pc=0x7ff76d439444\n\ngoroutine 2 gp=0x400004c700 m=nil [force gc (idle)]:\nruntime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x400004ff90 sp=0x400004ff70 pc=0x7ff76d431800\nruntime.goparkunlock(...)\n\truntime/proc.go:464\nruntime.forcegchelper()\n\truntime/proc.go:371 +0xb4 fp=0x400004ffd0 sp=0x400004ff90 pc=0x7ff76d400a24\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x400004ffd0 sp=0x400004ffd0 pc=0x7ff76d439444\ncreated by runtime.init.7 in goroutine 1\n\truntime/proc.go:359 +0x24\n\ngoroutine 3 gp=0x400004ca80 m=nil [GC sweep wait]:\nruntime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x4000051f60 sp=0x4000051f40 pc=0x7ff76d431800\nruntime.goparkunlock(...)\n\truntime/proc.go:464\nruntime.bgsweep(0x400005c000)\n\truntime/mgcsweep.go:316 +0x104 fp=0x4000051fb0 sp=0x4000051f60 pc=0x7ff76d3ea474\nruntime.gcenable.gowrap1()\n\truntime/mgc.go:203 +0x28 fp=0x4000051fd0 sp=0x4000051fb0 pc=0x7ff76d3de568\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x4000051fd0 sp=0x4000051fd0 pc=0x7ff76d439444\ncreated by runtime.gcenable in goroutine 1\n\truntime/mgc.go:203 +0x6c\n\ngoroutine 4 gp=0x400004cc40 m=nil [GC scavenge wait]:\nruntime.gopark(0x10000?, 0x7ff76db73978?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x4000063f60 sp=0x4000063f40 pc=0x7ff76d431800\nruntime.goparkunlock(...)\n\truntime/proc.go:464\nruntime.(*scavengerState).park(0x7ff76df875a0)\n\truntime/mgcscavenge.go:425 +0x5c fp=0x4000063f90 sp=0x4000063f60 pc=0x7ff76d3e7fdc\nruntime.bgscavenge(0x400005c000)\n\truntime/mgcscavenge.go:658 +0xac fp=0x4000063fb0 sp=0x4000063f90 pc=0x7ff76d3e854c\nruntime.gcenable.gowrap2()\n\truntime/mgc.go:204 +0x28 fp=0x4000063fd0 sp=0x4000063fb0 pc=0x7ff76d3de508\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x4000063fd0 sp=0x4000063fd0 pc=0x7ff76d439444\ncreated by runtime.gcenable in goroutine 1\n\truntime/mgc.go:204 +0xac\n\ngoroutine 5 gp=0x400004cfc0 m=nil [finalizer wait]:\nruntime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x4000065d90 sp=0x4000065d70 pc=0x7ff76d431800\nruntime.runFinalizersAndCleanups()\n\truntime/mfinal.go:197 +0x104 fp=0x4000065fd0 sp=0x4000065d90 pc=0x7ff76d3dd624\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x4000065fd0 sp=0x4000065fd0 pc=0x7ff76d439444\ncreated by runtime.createfing in goroutine 1\n\truntime/mfinal.go:167 +0x78\n\ngoroutine 6 gp=0x400004d180 m=nil [chan receive]:\nruntime.gopark(0x4000070460?, 0x40003b3f38?, 0x48?, 0x3f?, 0x7ff76d5f3438?)\n\truntime/proc.go:458 +0xc0 fp=0x4000053ef0 sp=0x4000053ed0 pc=0x7ff76d431800\nruntime.chanrecv(0x4000025b90, 0x0, 0x1)\n\truntime/chan.go:664 +0x410 fp=0x4000053f70 sp=0x4000053ef0 pc=0x7ff76d3cff70\nruntime.chanrecv1(0x7ff76df893c0?, 0x7ff76d400860?)\n\truntime/chan.go:506 +0x14 fp=0x4000053fa0 sp=0x4000053f70 pc=0x7ff76d3cfb24\nruntime.unique_runtime_registerUniqueMapCleanup.func2(...)\n\truntime/mgc.go:1804\nruntime.unique_runtime_registerUniqueMapCleanup.gowrap1()\n\truntime/mgc.go:1807 +0x3c fp=0x4000053fd0 sp=0x4000053fa0 pc=0x7ff76d3e16dc\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x4000053fd0 sp=0x4000053fd0 pc=0x7ff76d439444\ncreated by unique.runtime_registerUniqueMapCleanup in goroutine 1\n\truntime/mgc.go:1802 +0x74\n\ngoroutine 7 gp=0x400004d340 m=nil [GC worker (idle)]:\nruntime.gopark(0x40002e7f48?, 0x7ff76d589ab8?, 0x0?, 0xa0?, 0x7ff76db80460?)\n\truntime/proc.go:458 +0xc0 fp=0x40002e7f10 sp=0x40002e7ef0 pc=0x7ff76d431800\nruntime.gcBgMarkWorker(0x4000025c70)\n\truntime/mgc.go:1431 +0xdc fp=0x40002e7fb0 sp=0x40002e7f10 pc=0x7ff76d3e099c\nruntime.gcBgMarkStartWorkers.gowrap1()\n\truntime/mgc.go:1347 +0x28 fp=0x40002e7fd0 sp=0x40002e7fb0 pc=0x7ff76d3e0888\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x40002e7fd0 sp=0x40002e7fd0 pc=0x7ff76d439444\ncreated by runtime.gcBgMarkStartWorkers in goroutine 39\n\truntime/mgc.go:1347 +0x140\n\ngoroutine 8 gp=0x400004d500 m=nil [GC worker (idle)]:\nruntime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x40004a9f10 sp=0x40004a9ef0 pc=0x7ff76d431800\nruntime.gcBgMarkWorker(0x4000025c70)\n\truntime/mgc.go:1431 +0xdc fp=0x40004a9fb0 sp=0x40004a9f10 pc=0x7ff76d3e099c\nruntime.gcBgMarkStartWorkers.gowrap1()\n\truntime/mgc.go:1347 +0x28 fp=0x40004a9fd0 sp=0x40004a9fb0 pc=0x7ff76d3e0888\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x40004a9fd0 sp=0x40004a9fd0 pc=0x7ff76d439444\ncreated by runtime.gcBgMarkStartWorkers in goroutine 39\n\truntime/mgc.go:1347 +0x140\n\ngoroutine 9 gp=0x400004d6c0 m=nil [GC worker (idle)]:\nruntime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x40004abf10 sp=0x40004abef0 pc=0x7ff76d431800\nruntime.gcBgMarkWorker(0x4000025c70)\n\truntime/mgc.go:1431 +0xdc fp=0x40004abfb0 sp=0x40004abf10 pc=0x7ff76d3e099c\nruntime.gcBgMarkStartWorkers.gowrap1()\n\truntime/mgc.go:1347 +0x28 fp=0x40004abfd0 sp=0x40004abfb0 pc=0x7ff76d3e0888\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x40004abfd0 sp=0x40004abfd0 pc=0x7ff76d439444\ncreated by runtime.gcBgMarkStartWorkers in goroutine 39\n\truntime/mgc.go:1347 +0x140\n\ngoroutine 10 gp=0x400004d880 m=nil [GC worker (idle)]:\nruntime.gopark(0x97766995dccf0?, 0x0?, 0x0?, 0x0?, 0x0?)\n\truntime/proc.go:458 +0xc0 fp=0x400016bf10 sp=0x400016bef0 pc=0x7ff76d431800\nruntime.gcBgMarkWorker(0x4000025c70)\n\truntime/mgc.go:1431 +0xdc fp=0x400016bfb0 sp=0x400016bf10 pc=0x7ff76d3e099c\nruntime.gcBgMarkStartWorkers.gowrap1()\n\truntime/mgc.go:1347 +0x28 fp=0x400016bfd0 sp=0x400016bfb0 pc=0x7ff76d3e0888\nruntime.goexit({})\n\truntime/asm_arm64.s:1266 +0x4 fp=0x400016bfd0 sp=0x400016bfd0 pc=0x7ff76d439444\ncreated by runtime.gcBgMarkStartWorkers in goroutine 39\n\truntime/mgc.go:1347 +0x140\n\n\tview_id=\"136\"\n\tsnapshot=0\n\tdirectory=C:\\Users\\swarming\\.swarming\\w\\ir\\x\\t\\Testcompletionissue60545.txt380044116\\001\\work\n\tquery=[C:\\Users\\swarming\\.swarming\\w\\ir\\x\\t\\Testcompletionissue60545.txt380044116\\001\\work\\... builtin]\n\tpackages=0\n\tduration=1.2373352s\n"
--- FAIL: Test/completion\issue60545.txt (6.10s)

watchflakes

@gopherbot gopherbot added Tools This label describes issues relating to any tools in the x/tools repository. gopls Issues related to the Go language server, gopls. labels Apr 8, 2025
@gopherbot gopherbot added this to the Unreleased milestone Apr 8, 2025
@qmuntal qmuntal closed this as completed Apr 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Projects
Status: Done
Development

No branches or pull requests

2 participants