Skip to content

Instantly share code, notes, and snippets.

@stelmod
Created October 26, 2022 08:50
Show Gist options
  • Save stelmod/ff7fc1176a576121ae2f9adbdb4ad4e1 to your computer and use it in GitHub Desktop.
Save stelmod/ff7fc1176a576121ae2f9adbdb4ad4e1 to your computer and use it in GitHub Desktop.
Pulumi concurrent map writes errors
Previewing update (---.production):
fatal error: concurrent map writes
goroutine 390 [running]:
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*resmon).RegisterResource(0xc001d5a240, {0xc00074f858?, 0x7d0875?}, 0xc000748300)
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/source_eval.go:1204 +0x2b07
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler.func1({0x28706b8, 0xc000746360}, {0x2267120?, 0xc000748300})
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1702 +0x78
github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingServerInterceptor.func1({0x28706b8, 0xc0007462a0}, {0x2267120, 0xc000748300}, 0xc0007540e0, 0xc000010648)
/home/runner/go/pkg/mod/github.com/grpc-ecosystem/grpc-opentracing@v0.0.0-20180507213350-8e809c8a8645/go/otgrpc/server.go:57 +0x3f9
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler({0x219ac40?, 0xc001d5a240}, {0x28706b8, 0xc0007462a0}, 0xc00034c0e0, 0xc00072fa60)
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1704 +0x138
google.golang.org/grpc.(*Server).processUnaryRPC(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc0018718c0, 0xc002303560, 0x3861ce0, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1301 +0xb2b
google.golang.org/grpc.(*Server).handleStream(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc0018718c0, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1642 +0xa2f
google.golang.org/grpc.(*Server).serveStreams.func1.2()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:938 +0x98
created by google.golang.org/grpc.(*Server).serveStreams.func1
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:936 +0x28a
goroutine 1 [select]:
github.com/pulumi/pulumi/pkg/v3/engine.(*deployment).run(0xc0007c54a0, 0xc000d4c280, {0x2876610, 0xc000b14c60}, 0x0?, 0x1)
/home/runner/work/pulumi/pulumi/pkg/engine/deployment.go:288 +0x43e
github.com/pulumi/pulumi/pkg/v3/engine.update(_, _, {{{0x38b1670, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x7fffffff, 0x0, ...}, ...}, ...)
/home/runner/work/pulumi/pulumi/pkg/engine/update.go:457 +0x4c7
github.com/pulumi/pulumi/pkg/v3/engine.Update({0x286cf80, 0xc000c106f0}, 0xc000d4c280, {{0x38b1670, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x7fffffff, ...}, ...)
/home/runner/work/pulumi/pulumi/pkg/engine/update.go:193 +0x670
github.com/pulumi/pulumi/pkg/v3/backend/filestate.(*localBackend).apply(_, {_, _}, {_, _}, {_, _}, {0xc0002023c0, {0xc000799860, 0x1d}, ...}, ...)
/home/runner/work/pulumi/pulumi/pkg/backend/filestate/backend.go:622 +0x939
github.com/pulumi/pulumi/pkg/v3/backend.PreviewThenPrompt({_, _}, {_, _}, {_, _}, {0xc0002023c0, {0xc000799860, 0x1d}, {0x0, ...}, ...}, ...)
/home/runner/work/pulumi/pulumi/pkg/backend/apply.go:116 +0x17a
github.com/pulumi/pulumi/pkg/v3/backend.PreviewThenPromptThenExecute({_, _}, {_, _}, {_, _}, {0xc0002023c0, {0xc000799860, 0x1d}, {0x0, ...}, ...}, ...)
/home/runner/work/pulumi/pulumi/pkg/backend/apply.go:218 +0x13e
github.com/pulumi/pulumi/pkg/v3/backend/filestate.(*localBackend).Update(_, {_, _}, {_, _}, {0xc0002023c0, {0xc000799860, 0x1d}, {0x0, 0x0, ...}, ...})
/home/runner/work/pulumi/pulumi/pkg/backend/filestate/backend.go:505 +0x285
github.com/pulumi/pulumi/pkg/v3/backend.UpdateStack({_, _}, {_, _}, {0xc0002023c0, {0xc000799860, 0x1d}, {0x0, 0x0, 0x0}, ...})
/home/runner/work/pulumi/pulumi/pkg/backend/stack.go:91 +0xba
github.com/pulumi/pulumi/pkg/v3/backend/filestate.(*localStack).Update(_, {_, _}, {0xc0002023c0, {0xc000799860, 0x1d}, {0x0, 0x0, 0x0}, 0xc001865458, ...})
/home/runner/work/pulumi/pulumi/pkg/backend/filestate/stack.go:77 +0x88
main.newUpCmd.func1({_, _}, {{{0x38b1670, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x7fffffff, 0x0, ...}, ...})
/home/runner/work/pulumi/pulumi/pkg/cmd/pulumi/up.go:198 +0xfb7
main.newUpCmd.func3(0x0?, {0xc0001190e0, 0x0, 0x0?})
/home/runner/work/pulumi/pulumi/pkg/cmd/pulumi/up.go:488 +0x665
github.com/pulumi/pulumi/sdk/v3/go/common/util/cmdutil.RunResultFunc.func1(0xc0011b0a00?, {0xc0001190e0, 0x0, 0x5})
/home/runner/work/pulumi/pulumi/sdk/go/common/util/cmdutil/exit.go:112 +0x4f
github.com/spf13/cobra.(*Command).execute(0xc0011b0a00, {0xc000119090, 0x5, 0x5})
/home/runner/go/pkg/mod/github.com/spf13/cobra@v1.5.0/command.go:876 +0x67b
github.com/spf13/cobra.(*Command).ExecuteC(0xc0010b4c80)
/home/runner/go/pkg/mod/github.com/spf13/cobra@v1.5.0/command.go:990 +0x3bd
github.com/spf13/cobra.(*Command).Execute(...)
/home/runner/go/pkg/mod/github.com/spf13/cobra@v1.5.0/command.go:918
main.main()
/home/runner/work/pulumi/pulumi/pkg/cmd/pulumi/main.go:48 +0x45
goroutine 6 [chan receive]:
github.com/golang/glog.(*loggingT).flushDaemon(0x0?)
/home/runner/go/pkg/mod/github.com/golang/glog@v1.0.0/glog.go:882 +0x6a
created by github.com/golang/glog.init.0
/home/runner/go/pkg/mod/github.com/golang/glog@v1.0.0/glog.go:410 +0x1bf
goroutine 26 [select]:
github.com/pulumi/pulumi/pkg/v3/backend.(*SnapshotManager).defaultServiceLoop(0xc0006e4180, 0xc00027d620, 0xc00043a1e0?)
/home/runner/work/pulumi/pulumi/pkg/backend/snapshot.go:655 +0xc5
created by github.com/pulumi/pulumi/pkg/v3/backend.NewSnapshotManager
/home/runner/work/pulumi/pulumi/pkg/backend/snapshot.go:722 +0x2ca
goroutine 58 [select]:
go.opencensus.io/stats/view.(*worker).start(0xc00031d980)
/home/runner/go/pkg/mod/go.opencensus.io@v0.23.0/stats/view/worker.go:276 +0xad
created by go.opencensus.io/stats/view.init.0
/home/runner/go/pkg/mod/go.opencensus.io@v0.23.0/stats/view/worker.go:34 +0x8d
goroutine 61 [chan send]:
main.NewPulumiCmd.func1.2()
/home/runner/work/pulumi/pulumi/pkg/cmd/pulumi/pulumi.go:236 +0x3e
created by main.NewPulumiCmd.func1
/home/runner/work/pulumi/pulumi/pkg/cmd/pulumi/pulumi.go:234 +0x305
goroutine 25 [chan send]:
github.com/pulumi/pulumi/pkg/v3/backend/filestate.(*localBackend).apply.func1()
/home/runner/work/pulumi/pulumi/pkg/backend/filestate/backend.go:592 +0xcc
created by github.com/pulumi/pulumi/pkg/v3/backend/filestate.(*localBackend).apply
/home/runner/work/pulumi/pulumi/pkg/backend/filestate/backend.go:589 +0x653
goroutine 75 [chan receive]:
github.com/pulumi/pulumi/pkg/v3/backend/display.ShowProgressOutput(0xc0007bb6f8?, {0x285a6a0, 0xc000012018}, 0x0)
/home/runner/work/pulumi/pulumi/pkg/backend/display/jsonmessage.go:125 +0x15a
github.com/pulumi/pulumi/pkg/v3/backend/display.ShowProgressEvents({0xc0018c83d8?, 0x11?}, {0x22b3225, 0x6}, {0x7ffcc12f62a3, 0x19}, {0xc000131590, 0xe}, 0xc0018b2a20, 0xc0018b2a80, ...)
/home/runner/work/pulumi/pulumi/pkg/backend/display/progress.go:369 +0x877
github.com/pulumi/pulumi/pkg/v3/backend/display.ShowEvents({0xc0018c83d8, 0x11}, {0x22b3225, 0x6}, {0x7ffcc12f62a3, 0x19}, {0xc000131590, 0xe}, 0xc00069a6b8?, 0xc0018b2a80, ...)
/home/runner/work/pulumi/pulumi/pkg/backend/display/display.go:61 +0x2d7
created by github.com/pulumi/pulumi/pkg/v3/backend/filestate.(*localBackend).apply
/home/runner/work/pulumi/pulumi/pkg/backend/filestate/backend.go:580 +0x551
goroutine 76 [chan receive]:
main.cancellationScopeSource.NewScope.func1()
/home/runner/work/pulumi/pulumi/pkg/cmd/pulumi/util.go:775 +0x69
created by main.cancellationScopeSource.NewScope
/home/runner/work/pulumi/pulumi/pkg/cmd/pulumi/util.go:774 +0x145
goroutine 72 [chan receive]:
github.com/pulumi/pulumi/pkg/v3/backend.PreviewThenPrompt.func1()
/home/runner/work/pulumi/pulumi/pkg/backend/apply.go:97 +0x58
created by github.com/pulumi/pulumi/pkg/v3/backend.PreviewThenPrompt
/home/runner/work/pulumi/pulumi/pkg/backend/apply.go:95 +0xfb
goroutine 109 [runnable]:
github.com/pulumi/pulumi/pkg/v3/backend/display.(*ProgressDisplay).colorizeAndWriteProgress(0xc000603520, {{0x0, 0x0}, {0xc0022d0d00, 0x76}, {0x0, 0x0}})
/home/runner/work/pulumi/pulumi/pkg/backend/display/progress.go:251 +0x2c9
github.com/pulumi/pulumi/pkg/v3/backend/display.(*ProgressDisplay).writeSimpleMessage(...)
/home/runner/work/pulumi/pulumi/pkg/backend/display/progress.go:280
github.com/pulumi/pulumi/pkg/v3/backend/display.(*ProgressDisplay).refreshColumns(0xc000603520, {0x0, 0x0}, {0xc000a4f540, 0x5, 0x5}, {0x0, 0x0, 0x0})
/home/runner/work/pulumi/pulumi/pkg/backend/display/progress.go:461 +0x1e5
github.com/pulumi/pulumi/pkg/v3/backend/display.(*ProgressDisplay).refreshSingleRow(0xc000603520, {0x0, 0x0}, {0x7f469e629ce8, 0xc000bde000}, {0x0, 0x0, 0x0})
/home/runner/work/pulumi/pulumi/pkg/backend/display/progress.go:445 +0x13d
github.com/pulumi/pulumi/pkg/v3/backend/display.(*ProgressDisplay).processNormalEvent(0xc000603520, {{0x22c1e92?, 0x7?}, {0x20c9860?, 0xc0013d2000?}})
/home/runner/work/pulumi/pulumi/pkg/backend/display/progress.go:1169 +0x120e
github.com/pulumi/pulumi/pkg/v3/backend/display.(*ProgressDisplay).processEvents(0x0?, 0xc000304460, 0xc0018b2a20)
/home/runner/work/pulumi/pulumi/pkg/backend/display/progress.go:1234 +0xd8
github.com/pulumi/pulumi/pkg/v3/backend/display.ShowProgressEvents.func1()
/home/runner/work/pulumi/pulumi/pkg/backend/display/progress.go:361 +0x2e
created by github.com/pulumi/pulumi/pkg/v3/backend/display.ShowProgressEvents
/home/runner/work/pulumi/pulumi/pkg/backend/display/progress.go:360 +0x84e
goroutine 24 [syscall]:
os/signal.signal_recv()
/opt/hostedtoolcache/go/1.19.2/x64/src/runtime/sigqueue.go:152 +0x2f
os/signal.loop()
/opt/hostedtoolcache/go/1.19.2/x64/src/os/signal/signal_unix.go:23 +0x19
created by os/signal.Notify.func1.1
/opt/hostedtoolcache/go/1.19.2/x64/src/os/signal/signal.go:151 +0x2a
goroutine 82 [IO wait]:
internal/poll.runtime_pollWait(0x7f469e4005a0, 0x72)
/opt/hostedtoolcache/go/1.19.2/x64/src/runtime/netpoll.go:305 +0x89
internal/poll.(*pollDesc).wait(0xc0023541e0?, 0xc00176d000?, 0x1)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:84 +0x32
internal/poll.(*pollDesc).waitRead(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc0023541e0, {0xc00176d000, 0x1000, 0x1000})
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_unix.go:167 +0x25a
os.(*File).read(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/os/file_posix.go:31
os.(*File).Read(0xc00233e038, {0xc00176d000?, 0x0?, 0x0?})
/opt/hostedtoolcache/go/1.19.2/x64/src/os/file.go:118 +0x5e
bufio.(*Reader).fill(0xc0022d8f48)
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:106 +0xff
bufio.(*Reader).ReadSlice(0xc0022d8f48, 0x73?)
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:372 +0x2f
bufio.(*Reader).collectFragments(0x406259?, 0xa0?)
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:447 +0x71
bufio.(*Reader).ReadString(0xc0022cbfd0?, 0xb7?)
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:495 +0x2b
github.com/pulumi/pulumi/sdk/v3/go/common/resource/plugin.newPlugin.func2({0x285a640?, 0xc00233e038?}, 0x1, 0xc0022cbeb8?)
/home/runner/work/pulumi/pulumi/sdk/go/common/resource/plugin/plugin.go:211 +0x1d5
created by github.com/pulumi/pulumi/sdk/v3/go/common/resource/plugin.newPlugin
/home/runner/work/pulumi/pulumi/sdk/go/common/resource/plugin/plugin.go:244 +0x32d
goroutine 27 [select]:
github.com/pulumi/pulumi/pkg/v3/engine.queueEvents(0xc0018b2ae0, 0xc00027d920, 0x0?)
/home/runner/work/pulumi/pulumi/pkg/engine/events.go:276 +0x2d0
created by github.com/pulumi/pulumi/pkg/v3/engine.makeEventEmitter
/home/runner/work/pulumi/pulumi/pkg/engine/events.go:228 +0x510
goroutine 28 [chan receive]:
github.com/pulumi/pulumi/sdk/v3/go/common/util/rpcutil.Serve.func1()
/home/runner/work/pulumi/pulumi/sdk/go/common/util/rpcutil/serve.go:94 +0x30
created by github.com/pulumi/pulumi/sdk/v3/go/common/util/rpcutil.Serve
/home/runner/work/pulumi/pulumi/sdk/go/common/util/rpcutil/serve.go:93 +0x94a
goroutine 29 [IO wait]:
internal/poll.runtime_pollWait(0x7f469e6eabc8, 0x72)
/opt/hostedtoolcache/go/1.19.2/x64/src/runtime/netpoll.go:305 +0x89
internal/poll.(*pollDesc).wait(0xc0006e4400?, 0x6?, 0x0)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:84 +0x32
internal/poll.(*pollDesc).waitRead(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Accept(0xc0006e4400)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_unix.go:614 +0x234
net.(*netFD).accept(0xc0006e4400)
/opt/hostedtoolcache/go/1.19.2/x64/src/net/fd_unix.go:172 +0x35
net.(*TCPListener).accept(0xc0013f62a0)
/opt/hostedtoolcache/go/1.19.2/x64/src/net/tcpsock_posix.go:142 +0x28
net.(*TCPListener).Accept(0xc0013f62a0)
/opt/hostedtoolcache/go/1.19.2/x64/src/net/tcpsock.go:288 +0x3d
google.golang.org/grpc.(*Server).Serve(0xc0004105a0, {0x286ee70?, 0xc0013f62a0})
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:796 +0x475
github.com/pulumi/pulumi/sdk/v3/go/common/util/rpcutil.Serve.func2()
/home/runner/work/pulumi/pulumi/sdk/go/common/util/rpcutil/serve.go:104 +0x32
created by github.com/pulumi/pulumi/sdk/v3/go/common/util/rpcutil.Serve
/home/runner/work/pulumi/pulumi/sdk/go/common/util/rpcutil/serve.go:103 +0x9f4
goroutine 30 [chan receive]:
github.com/pulumi/pulumi/sdk/v3/go/common/resource/plugin.NewDefaultHost.func1()
/home/runner/work/pulumi/pulumi/sdk/go/common/resource/plugin/host.go:149 +0x6b
created by github.com/pulumi/pulumi/sdk/v3/go/common/resource/plugin.NewDefaultHost
/home/runner/work/pulumi/pulumi/sdk/go/common/resource/plugin/host.go:148 +0x31c
goroutine 31 [chan receive]:
github.com/pulumi/pulumi/sdk/v3/go/common/resource/plugin.NewDefaultHost.func2()
/home/runner/work/pulumi/pulumi/sdk/go/common/resource/plugin/host.go:157 +0x6b
created by github.com/pulumi/pulumi/sdk/v3/go/common/resource/plugin.NewDefaultHost
/home/runner/work/pulumi/pulumi/sdk/go/common/resource/plugin/host.go:156 +0x35f
goroutine 32 [chan receive]:
github.com/pulumi/pulumi/sdk/v3/go/common/resource/plugin.(*Context).WithCancelChannel.func1()
/home/runner/work/pulumi/pulumi/sdk/go/common/resource/plugin/context.go:136 +0x28
created by github.com/pulumi/pulumi/sdk/v3/go/common/resource/plugin.(*Context).WithCancelChannel
/home/runner/work/pulumi/pulumi/sdk/go/common/resource/plugin/context.go:134 +0xdb
goroutine 145 [IO wait]:
internal/poll.runtime_pollWait(0x7f469e6ea8f8, 0x72)
/opt/hostedtoolcache/go/1.19.2/x64/src/runtime/netpoll.go:305 +0x89
internal/poll.(*pollDesc).wait(0xc000a742a0?, 0xc000d50000?, 0x1)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:84 +0x32
internal/poll.(*pollDesc).waitRead(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc000a742a0, {0xc000d50000, 0x1000, 0x1000})
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_unix.go:167 +0x25a
os.(*File).read(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/os/file_posix.go:31
os.(*File).Read(0xc000a08020, {0xc000d50000?, 0x400?, 0x400?})
/opt/hostedtoolcache/go/1.19.2/x64/src/os/file.go:118 +0x5e
bufio.(*Reader).fill(0xc000679f48)
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:106 +0xff
bufio.(*Reader).ReadSlice(0xc000679f48, 0x73?)
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:372 +0x2f
bufio.(*Reader).collectFragments(0x0?, 0x0?)
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:447 +0x71
bufio.(*Reader).ReadString(0x439de0?, 0xa0?)
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:495 +0x2b
github.com/pulumi/pulumi/sdk/v3/go/common/resource/plugin.newPlugin.func2({0x285a640?, 0xc000a08020?}, 0x1, 0x0?)
/home/runner/work/pulumi/pulumi/sdk/go/common/resource/plugin/plugin.go:211 +0x1d5
created by github.com/pulumi/pulumi/sdk/v3/go/common/resource/plugin.newPlugin
/home/runner/work/pulumi/pulumi/sdk/go/common/resource/plugin/plugin.go:244 +0x32d
goroutine 146 [IO wait]:
internal/poll.runtime_pollWait(0x7f469e6eacb8, 0x72)
/opt/hostedtoolcache/go/1.19.2/x64/src/runtime/netpoll.go:305 +0x89
internal/poll.(*pollDesc).wait(0xc000a741e0?, 0xc001d1c000?, 0x1)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:84 +0x32
internal/poll.(*pollDesc).waitRead(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc000a741e0, {0xc001d1c000, 0x1000, 0x1000})
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_unix.go:167 +0x25a
os.(*File).read(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/os/file_posix.go:31
os.(*File).Read(0xc000a08010, {0xc001d1c000?, 0x400?, 0x400?})
/opt/hostedtoolcache/go/1.19.2/x64/src/os/file.go:118 +0x5e
bufio.(*Reader).fill(0xc0012caf48)
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:106 +0xff
bufio.(*Reader).ReadSlice(0xc0012caf48, 0x73?)
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:372 +0x2f
bufio.(*Reader).collectFragments(0x59?, 0x0?)
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:447 +0x71
bufio.(*Reader).ReadString(0x439de0?, 0xa0?)
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:495 +0x2b
github.com/pulumi/pulumi/sdk/v3/go/common/resource/plugin.newPlugin.func2({0x285a640?, 0xc000a08010?}, 0x0, 0x0?)
/home/runner/work/pulumi/pulumi/sdk/go/common/resource/plugin/plugin.go:211 +0x1d5
created by github.com/pulumi/pulumi/sdk/v3/go/common/resource/plugin.newPlugin
/home/runner/work/pulumi/pulumi/sdk/go/common/resource/plugin/plugin.go:284 +0x5c5
goroutine 147 [select]:
google.golang.org/grpc.(*ccBalancerWrapper).watcher(0xc000cca0c0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/balancer_conn_wrappers.go:112 +0x73
created by google.golang.org/grpc.newCCBalancerWrapper
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/balancer_conn_wrappers.go:73 +0x22a
goroutine 163 [select]:
google.golang.org/grpc/internal/transport.(*controlBuffer).get(0xc000a24050, 0x1)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/controlbuf.go:408 +0x115
google.golang.org/grpc/internal/transport.(*loopyWriter).run(0xc000a961e0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/controlbuf.go:535 +0x85
google.golang.org/grpc/internal/transport.NewServerTransport.func2()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:331 +0xce
created by google.golang.org/grpc/internal/transport.NewServerTransport
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:328 +0x1913
goroutine 79 [select]:
google.golang.org/grpc/internal/transport.(*controlBuffer).get(0xc0007a0410, 0x1)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/controlbuf.go:408 +0x115
google.golang.org/grpc/internal/transport.(*loopyWriter).run(0xc000974720)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/controlbuf.go:535 +0x85
google.golang.org/grpc/internal/transport.NewServerTransport.func2()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:331 +0xce
created by google.golang.org/grpc/internal/transport.NewServerTransport
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:328 +0x1913
goroutine 80 [select]:
google.golang.org/grpc/internal/transport.(*http2Server).keepalive(0xc000b0b6c0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:1133 +0x233
created by google.golang.org/grpc/internal/transport.NewServerTransport
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:340 +0x1958
goroutine 161 [IO wait]:
internal/poll.runtime_pollWait(0x7f469e6ea808, 0x72)
/opt/hostedtoolcache/go/1.19.2/x64/src/runtime/netpoll.go:305 +0x89
internal/poll.(*pollDesc).wait(0xc000b08680?, 0xc000ffa000?, 0x0)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:84 +0x32
internal/poll.(*pollDesc).waitRead(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc000b08680, {0xc000ffa000, 0x8000, 0x8000})
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_unix.go:167 +0x25a
net.(*netFD).Read(0xc000b08680, {0xc000ffa000?, 0x0?, 0xb?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/fd_posix.go:55 +0x29
net.(*conn).Read(0xc00011a3b0, {0xc000ffa000?, 0x30?, 0x3010401?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/net.go:183 +0x45
bufio.(*Reader).Read(0xc0009746c0, {0xc000cba040, 0x9, 0xc000388400?})
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:237 +0x1bb
io.ReadAtLeast({0x2851040, 0xc0009746c0}, {0xc000cba040, 0x9, 0x9}, 0x9)
/opt/hostedtoolcache/go/1.19.2/x64/src/io/io.go:332 +0x9a
io.ReadFull(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/io/io.go:351
golang.org/x/net/http2.readFrameHeader({0xc000cba040?, 0x9?, 0xc000c10b40?}, {0x2851040?, 0xc0009746c0?})
/home/runner/go/pkg/mod/golang.org/x/net@v0.0.0-20220802222814-0bcc04d9c69b/http2/frame.go:237 +0x6e
golang.org/x/net/http2.(*Framer).ReadFrame(0xc000cba000)
/home/runner/go/pkg/mod/golang.org/x/net@v0.0.0-20220802222814-0bcc04d9c69b/http2/frame.go:498 +0x95
google.golang.org/grpc/internal/transport.(*http2Server).HandleStreams(0xc000b0b6c0, 0x6f10a0?, 0xc0012d2158?)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:614 +0x174
google.golang.org/grpc.(*Server).serveStreams(0xc0004105a0, {0x287a920?, 0xc000b0b6c0})
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:922 +0x142
google.golang.org/grpc.(*Server).handleRawConn.func1()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:864 +0x46
created by google.golang.org/grpc.(*Server).handleRawConn
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:863 +0x185
goroutine 178 [IO wait]:
internal/poll.runtime_pollWait(0x7f469e6ea9e8, 0x72)
/opt/hostedtoolcache/go/1.19.2/x64/src/runtime/netpoll.go:305 +0x89
internal/poll.(*pollDesc).wait(0xc0006e4480?, 0xc001d20000?, 0x0)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:84 +0x32
internal/poll.(*pollDesc).waitRead(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc0006e4480, {0xc001d20000, 0x8000, 0x8000})
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_unix.go:167 +0x25a
net.(*netFD).Read(0xc0006e4480, {0xc001d20000?, 0x468f6e?, 0x439da7?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/fd_posix.go:55 +0x29
net.(*conn).Read(0xc00037e0a0, {0xc001d20000?, 0x100c000e23aa0?, 0x89e000601?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/net.go:183 +0x45
bufio.(*Reader).Read(0xc001790720, {0xc001d38040, 0x9, 0x18?})
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:237 +0x1bb
io.ReadAtLeast({0x2851040, 0xc001790720}, {0xc001d38040, 0x9, 0x9}, 0x9)
/opt/hostedtoolcache/go/1.19.2/x64/src/io/io.go:332 +0x9a
io.ReadFull(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/io/io.go:351
golang.org/x/net/http2.readFrameHeader({0xc001d38040?, 0x9?, 0x18?}, {0x2851040?, 0xc001790720?})
/home/runner/go/pkg/mod/golang.org/x/net@v0.0.0-20220802222814-0bcc04d9c69b/http2/frame.go:237 +0x6e
golang.org/x/net/http2.(*Framer).ReadFrame(0xc001d38000)
/home/runner/go/pkg/mod/golang.org/x/net@v0.0.0-20220802222814-0bcc04d9c69b/http2/frame.go:498 +0x95
google.golang.org/grpc/internal/transport.(*http2Client).reader(0xc000410780)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_client.go:1503 +0x4be
created by google.golang.org/grpc/internal/transport.newHTTP2Client
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_client.go:367 +0x18ff
goroutine 179 [select]:
google.golang.org/grpc/internal/transport.(*controlBuffer).get(0xc000a24320, 0x1)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/controlbuf.go:408 +0x115
google.golang.org/grpc/internal/transport.(*loopyWriter).run(0xc001790840)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/controlbuf.go:535 +0x85
google.golang.org/grpc/internal/transport.newHTTP2Client.func3()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_client.go:417 +0x6a
created by google.golang.org/grpc/internal/transport.newHTTP2Client
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_client.go:415 +0x1f51
goroutine 184 [IO wait]:
internal/poll.runtime_pollWait(0x7f469e6eada8, 0x72)
/opt/hostedtoolcache/go/1.19.2/x64/src/runtime/netpoll.go:305 +0x89
internal/poll.(*pollDesc).wait(0xc000196300?, 0xc0019a6000?, 0x0)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:84 +0x32
internal/poll.(*pollDesc).waitRead(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc000196300, {0xc0019a6000, 0xa000, 0xa000})
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_unix.go:167 +0x25a
net.(*netFD).Read(0xc000196300, {0xc0019a6000?, 0x2073c01?, 0xc00072ea20?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/fd_posix.go:55 +0x29
net.(*conn).Read(0xc00037e0d0, {0xc0019a6000?, 0xa000?, 0xc00072ea20?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/net.go:183 +0x45
crypto/tls.(*atLeastReader).Read(0xc00258a420, {0xc0019a6000?, 0x0?, 0x50da68?})
/opt/hostedtoolcache/go/1.19.2/x64/src/crypto/tls/conn.go:787 +0x3d
bytes.(*Buffer).ReadFrom(0xc001d4c278, {0x2851d40, 0xc00258a420})
/opt/hostedtoolcache/go/1.19.2/x64/src/bytes/buffer.go:202 +0x98
crypto/tls.(*Conn).readFromUntil(0xc001d4c000, {0x285a1a0?, 0xc00037e0d0}, 0xc0019a6005?)
/opt/hostedtoolcache/go/1.19.2/x64/src/crypto/tls/conn.go:809 +0xe5
crypto/tls.(*Conn).readRecordOrCCS(0xc001d4c000, 0x0)
/opt/hostedtoolcache/go/1.19.2/x64/src/crypto/tls/conn.go:616 +0x116
crypto/tls.(*Conn).readRecord(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/crypto/tls/conn.go:582
crypto/tls.(*Conn).Read(0xc001d4c000, {0xc001d62000, 0x1000, 0x770d60?})
/opt/hostedtoolcache/go/1.19.2/x64/src/crypto/tls/conn.go:1287 +0x16f
bufio.(*Reader).Read(0xc0012d7260, {0xc001d382e0, 0x9, 0x78dc65?})
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:237 +0x1bb
io.ReadAtLeast({0x2851040, 0xc0012d7260}, {0xc001d382e0, 0x9, 0x9}, 0x9)
/opt/hostedtoolcache/go/1.19.2/x64/src/io/io.go:332 +0x9a
io.ReadFull(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/io/io.go:351
net/http.http2readFrameHeader({0xc001d382e0?, 0x9?, 0xc002588a50?}, {0x2851040?, 0xc0012d7260?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/http/h2_bundle.go:1565 +0x6e
net/http.(*http2Framer).ReadFrame(0xc001d382a0)
/opt/hostedtoolcache/go/1.19.2/x64/src/net/http/h2_bundle.go:1829 +0x95
net/http.(*http2clientConnReadLoop).run(0xc0011edf98)
/opt/hostedtoolcache/go/1.19.2/x64/src/net/http/h2_bundle.go:8875 +0x130
net/http.(*http2ClientConn).readLoop(0xc0011da900)
/opt/hostedtoolcache/go/1.19.2/x64/src/net/http/h2_bundle.go:8771 +0x6f
created by net/http.(*http2Transport).newClientConn
/opt/hostedtoolcache/go/1.19.2/x64/src/net/http/h2_bundle.go:7478 +0xaaa
goroutine 155 [IO wait]:
internal/poll.runtime_pollWait(0x7f469e6ea718, 0x72)
/opt/hostedtoolcache/go/1.19.2/x64/src/runtime/netpoll.go:305 +0x89
internal/poll.(*pollDesc).wait(0xc0006e4680?, 0xc001032000?, 0x0)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:84 +0x32
internal/poll.(*pollDesc).waitRead(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc0006e4680, {0xc001032000, 0xc80, 0xc80})
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_unix.go:167 +0x25a
net.(*netFD).Read(0xc0006e4680, {0xc001032000?, 0x2073c01?, 0xc0007b2300?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/fd_posix.go:55 +0x29
net.(*conn).Read(0xc000a08228, {0xc001032000?, 0x710?, 0xc0007b2300?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/net.go:183 +0x45
crypto/tls.(*atLeastReader).Read(0xc00196d230, {0xc001032000?, 0x0?, 0x427ec5?})
/opt/hostedtoolcache/go/1.19.2/x64/src/crypto/tls/conn.go:787 +0x3d
bytes.(*Buffer).ReadFrom(0xc0010245f8, {0x2851d40, 0xc00196d230})
/opt/hostedtoolcache/go/1.19.2/x64/src/bytes/buffer.go:202 +0x98
crypto/tls.(*Conn).readFromUntil(0xc001024380, {0x285a1a0?, 0xc000a08228}, 0x203000?)
/opt/hostedtoolcache/go/1.19.2/x64/src/crypto/tls/conn.go:809 +0xe5
crypto/tls.(*Conn).readRecordOrCCS(0xc001024380, 0x0)
/opt/hostedtoolcache/go/1.19.2/x64/src/crypto/tls/conn.go:616 +0x116
crypto/tls.(*Conn).readRecord(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/crypto/tls/conn.go:582
crypto/tls.(*Conn).Read(0xc001024380, {0xc00176c000, 0x1000, 0x40d75f?})
/opt/hostedtoolcache/go/1.19.2/x64/src/crypto/tls/conn.go:1287 +0x16f
bufio.(*Reader).Read(0xc000a975c0, {0xc00103a2e0, 0x9, 0xc0005d7cd8?})
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:237 +0x1bb
io.ReadAtLeast({0x2851040, 0xc000a975c0}, {0xc00103a2e0, 0x9, 0x9}, 0x9)
/opt/hostedtoolcache/go/1.19.2/x64/src/io/io.go:332 +0x9a
io.ReadFull(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/io/io.go:351
net/http.http2readFrameHeader({0xc00103a2e0?, 0x9?, 0xc0005d7da0?}, {0x2851040?, 0xc000a975c0?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/http/h2_bundle.go:1565 +0x6e
net/http.(*http2Framer).ReadFrame(0xc00103a2a0)
/opt/hostedtoolcache/go/1.19.2/x64/src/net/http/h2_bundle.go:1829 +0x95
net/http.(*http2clientConnReadLoop).run(0xc0005d7f98)
/opt/hostedtoolcache/go/1.19.2/x64/src/net/http/h2_bundle.go:8875 +0x130
net/http.(*http2ClientConn).readLoop(0xc000eedb00)
/opt/hostedtoolcache/go/1.19.2/x64/src/net/http/h2_bundle.go:8771 +0x6f
created by net/http.(*http2Transport).newClientConn
/opt/hostedtoolcache/go/1.19.2/x64/src/net/http/h2_bundle.go:7478 +0xaaa
goroutine 209 [IO wait]:
internal/poll.runtime_pollWait(0x7f469e6ea268, 0x72)
/opt/hostedtoolcache/go/1.19.2/x64/src/runtime/netpoll.go:305 +0x89
internal/poll.(*pollDesc).wait(0xc000d5c3c0?, 0xc0011e8000?, 0x1)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:84 +0x32
internal/poll.(*pollDesc).waitRead(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc000d5c3c0, {0xc0011e8000, 0x1000, 0x1000})
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_unix.go:167 +0x25a
os.(*File).read(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/os/file_posix.go:31
os.(*File).Read(0xc000658188, {0xc0011e8000?, 0xc0003056d0?, 0x0?})
/opt/hostedtoolcache/go/1.19.2/x64/src/os/file.go:118 +0x5e
bufio.(*Reader).fill(0xc000673f48)
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:106 +0xff
bufio.(*Reader).ReadSlice(0xc000673f48, 0x73?)
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:372 +0x2f
bufio.(*Reader).collectFragments(0x59?, 0xb8?)
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:447 +0x71
bufio.(*Reader).ReadString(0x0?, 0x0?)
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:495 +0x2b
github.com/pulumi/pulumi/sdk/v3/go/common/resource/plugin.newPlugin.func2({0x285a640?, 0xc000658188?}, 0x1, 0x0?)
/home/runner/work/pulumi/pulumi/sdk/go/common/resource/plugin/plugin.go:211 +0x1d5
created by github.com/pulumi/pulumi/sdk/v3/go/common/resource/plugin.newPlugin
/home/runner/work/pulumi/pulumi/sdk/go/common/resource/plugin/plugin.go:244 +0x32d
goroutine 228 [runnable]:
google.golang.org/grpc/internal/transport.(*controlBuffer).get(0xc0000ed4a0, 0x1)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/controlbuf.go:408 +0x115
google.golang.org/grpc/internal/transport.(*loopyWriter).run(0xc001c64000)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/controlbuf.go:535 +0x85
google.golang.org/grpc/internal/transport.NewServerTransport.func2()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:331 +0xce
created by google.golang.org/grpc/internal/transport.NewServerTransport
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:328 +0x1913
goroutine 112 [select]:
google.golang.org/grpc/internal/transport.(*controlBuffer).get(0xc0007a0050, 0x1)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/controlbuf.go:408 +0x115
google.golang.org/grpc/internal/transport.(*loopyWriter).run(0xc00230c000)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/controlbuf.go:535 +0x85
google.golang.org/grpc/internal/transport.NewServerTransport.func2()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:331 +0xce
created by google.golang.org/grpc/internal/transport.NewServerTransport
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:328 +0x1913
goroutine 225 [select]:
google.golang.org/grpc/internal/transport.(*http2Server).keepalive(0xc000703a00)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:1133 +0x233
created by google.golang.org/grpc/internal/transport.NewServerTransport
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:340 +0x1958
goroutine 226 [IO wait]:
internal/poll.runtime_pollWait(0x7f469e6ea358, 0x72)
/opt/hostedtoolcache/go/1.19.2/x64/src/runtime/netpoll.go:305 +0x89
internal/poll.(*pollDesc).wait(0xc000b08780?, 0xc000a52000?, 0x0)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:84 +0x32
internal/poll.(*pollDesc).waitRead(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc000b08780, {0xc000a52000, 0x8000, 0x8000})
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_unix.go:167 +0x25a
net.(*netFD).Read(0xc000b08780, {0xc000a52000?, 0x0?, 0x0?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/fd_posix.go:55 +0x29
net.(*conn).Read(0xc00011a128, {0xc000a52000?, 0x30?, 0x10401?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/net.go:183 +0x45
bufio.(*Reader).Read(0xc000974000, {0xc00196a2e0, 0x9, 0xc000052800?})
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:237 +0x1bb
io.ReadAtLeast({0x2851040, 0xc000974000}, {0xc00196a2e0, 0x9, 0x9}, 0x9)
/opt/hostedtoolcache/go/1.19.2/x64/src/io/io.go:332 +0x9a
io.ReadFull(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/io/io.go:351
golang.org/x/net/http2.readFrameHeader({0xc00196a2e0?, 0x9?, 0xc000d48000?}, {0x2851040?, 0xc000974000?})
/home/runner/go/pkg/mod/golang.org/x/net@v0.0.0-20220802222814-0bcc04d9c69b/http2/frame.go:237 +0x6e
golang.org/x/net/http2.(*Framer).ReadFrame(0xc00196a2a0)
/home/runner/go/pkg/mod/golang.org/x/net@v0.0.0-20220802222814-0bcc04d9c69b/http2/frame.go:498 +0x95
google.golang.org/grpc/internal/transport.(*http2Server).HandleStreams(0xc000703a00, 0x0?, 0x0?)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:614 +0x174
google.golang.org/grpc.(*Server).serveStreams(0xc0004105a0, {0x287a920?, 0xc000703a00})
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:922 +0x142
google.golang.org/grpc.(*Server).handleRawConn.func1()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:864 +0x46
created by google.golang.org/grpc.(*Server).handleRawConn
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:863 +0x185
goroutine 164 [select]:
google.golang.org/grpc/internal/transport.(*http2Server).keepalive(0xc001cd8340)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:1133 +0x233
created by google.golang.org/grpc/internal/transport.NewServerTransport
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:340 +0x1958
goroutine 165 [IO wait]:
internal/poll.runtime_pollWait(0x7f469e6ea178, 0x72)
/opt/hostedtoolcache/go/1.19.2/x64/src/runtime/netpoll.go:305 +0x89
internal/poll.(*pollDesc).wait(0xc000b08080?, 0xc0024d2000?, 0x0)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:84 +0x32
internal/poll.(*pollDesc).waitRead(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc000b08080, {0xc0024d2000, 0x8000, 0x8000})
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_unix.go:167 +0x25a
net.(*netFD).Read(0xc000b08080, {0xc0024d2000?, 0x468f6e?, 0x439da7?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/fd_posix.go:55 +0x29
net.(*conn).Read(0xc00011a000, {0xc0024d2000?, 0x0?, 0x7f469e3b39e0?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/net.go:183 +0x45
bufio.(*Reader).Read(0xc0012d6000, {0xc000cba120, 0x9, 0x18?})
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:237 +0x1bb
io.ReadAtLeast({0x2851040, 0xc0012d6000}, {0xc000cba120, 0x9, 0x9}, 0x9)
/opt/hostedtoolcache/go/1.19.2/x64/src/io/io.go:332 +0x9a
io.ReadFull(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/io/io.go:351
golang.org/x/net/http2.readFrameHeader({0xc000cba120?, 0x9?, 0xc00067c810?}, {0x2851040?, 0xc0012d6000?})
/home/runner/go/pkg/mod/golang.org/x/net@v0.0.0-20220802222814-0bcc04d9c69b/http2/frame.go:237 +0x6e
golang.org/x/net/http2.(*Framer).ReadFrame(0xc000cba0e0)
/home/runner/go/pkg/mod/golang.org/x/net@v0.0.0-20220802222814-0bcc04d9c69b/http2/frame.go:498 +0x95
google.golang.org/grpc/internal/transport.(*http2Server).HandleStreams(0xc001cd8340, 0x6f10a0?, 0x2879b68?)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:614 +0x174
google.golang.org/grpc.(*Server).serveStreams(0xc0004105a0, {0x287a920?, 0xc001cd8340})
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:922 +0x142
google.golang.org/grpc.(*Server).handleRawConn.func1()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:864 +0x46
created by google.golang.org/grpc.(*Server).handleRawConn
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:863 +0x185
goroutine 188 [IO wait]:
internal/poll.runtime_pollWait(0x7f469e6ea448, 0x72)
/opt/hostedtoolcache/go/1.19.2/x64/src/runtime/netpoll.go:305 +0x89
internal/poll.(*pollDesc).wait(0xc000d5c300?, 0xc000555000?, 0x1)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:84 +0x32
internal/poll.(*pollDesc).waitRead(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc000d5c300, {0xc000555000, 0x1000, 0x1000})
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_unix.go:167 +0x25a
os.(*File).read(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/os/file_posix.go:31
os.(*File).Read(0xc000658178, {0xc000555000?, 0x0?, 0x0?})
/opt/hostedtoolcache/go/1.19.2/x64/src/os/file.go:118 +0x5e
bufio.(*Reader).fill(0xc0005d3f48)
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:106 +0xff
bufio.(*Reader).ReadSlice(0xc0005d3f48, 0x73?)
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:372 +0x2f
bufio.(*Reader).collectFragments(0x0?, 0x9?)
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:447 +0x71
bufio.(*Reader).ReadString(0x1fba060?, 0xa0?)
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:495 +0x2b
github.com/pulumi/pulumi/sdk/v3/go/common/resource/plugin.newPlugin.func2({0x285a640?, 0xc000658178?}, 0x0, 0xc00011a128?)
/home/runner/work/pulumi/pulumi/sdk/go/common/resource/plugin/plugin.go:211 +0x1d5
created by github.com/pulumi/pulumi/sdk/v3/go/common/resource/plugin.newPlugin
/home/runner/work/pulumi/pulumi/sdk/go/common/resource/plugin/plugin.go:284 +0x5c5
goroutine 189 [select]:
google.golang.org/grpc.(*ccBalancerWrapper).watcher(0xc000d58100)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/balancer_conn_wrappers.go:112 +0x73
created by google.golang.org/grpc.newCCBalancerWrapper
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/balancer_conn_wrappers.go:73 +0x22a
goroutine 211 [IO wait]:
internal/poll.runtime_pollWait(0x7f469e6ea628, 0x72)
/opt/hostedtoolcache/go/1.19.2/x64/src/runtime/netpoll.go:305 +0x89
internal/poll.(*pollDesc).wait(0xc000148380?, 0xc0007e2000?, 0x0)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:84 +0x32
internal/poll.(*pollDesc).waitRead(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc000148380, {0xc0007e2000, 0x8000, 0x8000})
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_unix.go:167 +0x25a
net.(*netFD).Read(0xc000148380, {0xc0007e2000?, 0x21c4380?, 0x432401?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/fd_posix.go:55 +0x29
net.(*conn).Read(0xc0006581a0, {0xc0007e2000?, 0xc001969d40?, 0x800010601?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/net.go:183 +0x45
bufio.(*Reader).Read(0xc000d5c4e0, {0xc001d38120, 0x9, 0x18?})
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:237 +0x1bb
io.ReadAtLeast({0x2851040, 0xc000d5c4e0}, {0xc001d38120, 0x9, 0x9}, 0x9)
/opt/hostedtoolcache/go/1.19.2/x64/src/io/io.go:332 +0x9a
io.ReadFull(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/io/io.go:351
golang.org/x/net/http2.readFrameHeader({0xc001d38120?, 0x9?, 0xddb9075b?}, {0x2851040?, 0xc000d5c4e0?})
/home/runner/go/pkg/mod/golang.org/x/net@v0.0.0-20220802222814-0bcc04d9c69b/http2/frame.go:237 +0x6e
golang.org/x/net/http2.(*Framer).ReadFrame(0xc001d380e0)
/home/runner/go/pkg/mod/golang.org/x/net@v0.0.0-20220802222814-0bcc04d9c69b/http2/frame.go:498 +0x95
google.golang.org/grpc/internal/transport.(*http2Client).reader(0xc000410b40)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_client.go:1503 +0x4be
created by google.golang.org/grpc/internal/transport.newHTTP2Client
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_client.go:367 +0x18ff
goroutine 212 [runnable]:
runtime.Gosched(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/runtime/proc.go:318
google.golang.org/grpc/internal/transport.(*loopyWriter).run(0xc000d5c600)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/controlbuf.go:571 +0x1f6
google.golang.org/grpc/internal/transport.newHTTP2Client.func3()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_client.go:417 +0x6a
created by google.golang.org/grpc/internal/transport.newHTTP2Client
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_client.go:415 +0x1f51
goroutine 214 [runnable]:
google.golang.org/protobuf/proto.MarshalOptions.marshal({{}, 0xc0?, 0x0, 0x0}, {0x0, 0x0, 0x0}, {0x2881cf8, 0xc000ebbec0})
/home/runner/go/pkg/mod/google.golang.org/protobuf@v1.28.1/proto/encode.go:161 +0x2b6
google.golang.org/protobuf/proto.MarshalOptions.MarshalAppend({{}, 0x20?, 0xeb?, 0x16?}, {0x0, 0x0, 0x0}, {0x2855a20?, 0xc000ebbec0?})
/home/runner/go/pkg/mod/google.golang.org/protobuf@v1.28.1/proto/encode.go:125 +0x79
github.com/golang/protobuf/proto.marshalAppend({0x0, 0x0, 0x0}, {0x7f469e2ff240?, 0xc000ebbec0?}, 0x0?)
/home/runner/go/pkg/mod/github.com/golang/protobuf@v1.5.2/proto/wire.go:40 +0xa5
github.com/golang/protobuf/proto.Marshal(...)
/home/runner/go/pkg/mod/github.com/golang/protobuf@v1.5.2/proto/wire.go:23
google.golang.org/grpc/encoding/proto.codec.Marshal({}, {0x216eb20, 0xc000ebbec0})
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/encoding/proto/proto.go:45 +0x4e
google.golang.org/grpc.encode({0x7f469e5e30b8?, 0x38b1670?}, {0x216eb20?, 0xc000ebbec0?})
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/rpc_util.go:594 +0x44
google.golang.org/grpc.prepareMsg({0x216eb20?, 0xc000ebbec0?}, {0x7f469e5e30b8?, 0x38b1670?}, {0x0, 0x0}, {0x0, 0x0})
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/stream.go:1651 +0xd2
google.golang.org/grpc.(*clientStream).SendMsg(0xc000c52fc0, {0x216eb20?, 0xc000ebbec0})
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/stream.go:819 +0xfd
google.golang.org/grpc.invoke({0x28706b8?, 0xc000ee5c80?}, {0x22fad34?, 0x0?}, {0x216eb20, 0xc000ebbec0}, {0x2112e40, 0xc000ebfae0}, 0x1e36e40?, {0xc000d5e0a0, ...})
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/call.go:70 +0xa8
github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingClientInterceptor.func1({0x2870610, 0xc001834a80}, {0x22fad34, 0x21}, {0x216eb20, 0xc000ebbec0}, {0x2112e40, 0xc000ebfae0}, 0x201aa01?, 0x23cd2a8, ...)
/home/runner/go/pkg/mod/github.com/grpc-ecosystem/grpc-opentracing@v0.0.0-20180507213350-8e809c8a8645/go/otgrpc/client.go:60 +0x473
google.golang.org/grpc.(*ClientConn).Invoke(0x7f46c5cd3948?, {0x2870610?, 0xc001834a80?}, {0x22fad34?, 0x0?}, {0x216eb20?, 0xc000ebbec0?}, {0x2112e40?, 0xc000ebfae0?}, {0x0, ...})
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/call.go:35 +0x223
github.com/pulumi/pulumi/sdk/v3/proto/go.(*resourceProviderClient).Check(0xc0005e2eb0, {0x2870610, 0xc001834a80}, 0x0?, {0x0, 0x0, 0x0})
/home/runner/work/pulumi/pulumi/sdk/proto/go/provider.pb.go:3371 +0xce
github.com/pulumi/pulumi/sdk/v3/go/common/resource/plugin.(*provider).Check(0xc000d5c8a0, {0xc000eaefc0, 0x6e}, 0xc000cd9e90, 0xc000ee5b00, 0x1, {0xc00025a9c0, 0x20, 0x20})
/home/runner/work/pulumi/pulumi/sdk/go/common/resource/plugin/provider_plugin.go:634 +0x5c2
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*stepGenerator).generateSteps(0xc0012bcd80, {0x7f469e400c30, 0xc001362a00})
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/step_generator.go:586 +0xfa9
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*stepGenerator).GenerateSteps(0xc0012bcd80, {0x7f469e400c30?, 0xc001362a00?})
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/step_generator.go:248 +0x46
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*deploymentExecutor).handleSingleEvent(0xc000d3a588, {0x2855460?, 0xc001362a00})
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/deployment_executor.go:445 +0xe5
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*deploymentExecutor).Execute.func3(0xc000d45440, 0xc000d3a588, 0xc001ca3d60, {0x2870610, 0xc000a2a580}, 0x0?, 0x0?, {0x28706b8, 0xc0023028a0})
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/deployment_executor.go:282 +0x265
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*deploymentExecutor).Execute(0xc000d3a588, {0x28706b8?, 0xc0023028a0}, {{0x7f469e3ffb18, 0xc000b14c60}, 0x7fffffff, 0x0, 0x0, {0x38b1670, 0x0, ...}, ...}, ...)
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/deployment_executor.go:298 +0xc7d
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*Deployment).Execute(0xc000d78420, {0x28706b8, 0xc0023028a0}, {{0x7f469e3ffb18, 0xc000b14c60}, 0x7fffffff, 0x0, 0x0, {0x38b1670, 0x0, ...}, ...}, ...)
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/deployment.go:432 +0xd0
github.com/pulumi/pulumi/pkg/v3/engine.(*deployment).run.func1()
/home/runner/work/pulumi/pulumi/pkg/engine/deployment.go:271 +0x250
created by github.com/pulumi/pulumi/pkg/v3/engine.(*deployment).run
/home/runner/work/pulumi/pulumi/pkg/engine/deployment.go:254 +0x35b
goroutine 215 [select]:
github.com/pulumi/pulumi/pkg/v3/engine.(*deployment).run.func2()
/home/runner/work/pulumi/pulumi/pkg/engine/deployment.go:277 +0x78
created by github.com/pulumi/pulumi/pkg/v3/engine.(*deployment).run
/home/runner/work/pulumi/pulumi/pkg/engine/deployment.go:276 +0x3db
goroutine 216 [select]:
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*deploymentExecutor).Execute.func1()
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/deployment_executor.go:151 +0x85
created by github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*deploymentExecutor).Execute
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/deployment_executor.go:150 +0x154
goroutine 217 [chan receive]:
github.com/pulumi/pulumi/sdk/v3/go/common/util/rpcutil.Serve.func1()
/home/runner/work/pulumi/pulumi/sdk/go/common/util/rpcutil/serve.go:94 +0x30
created by github.com/pulumi/pulumi/sdk/v3/go/common/util/rpcutil.Serve
/home/runner/work/pulumi/pulumi/sdk/go/common/util/rpcutil/serve.go:93 +0x94a
goroutine 218 [IO wait]:
internal/poll.runtime_pollWait(0x7f469e400a50, 0x72)
/opt/hostedtoolcache/go/1.19.2/x64/src/runtime/netpoll.go:305 +0x89
internal/poll.(*pollDesc).wait(0xc000148580?, 0x6?, 0x0)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:84 +0x32
internal/poll.(*pollDesc).waitRead(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Accept(0xc000148580)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_unix.go:614 +0x234
net.(*netFD).accept(0xc000148580)
/opt/hostedtoolcache/go/1.19.2/x64/src/net/fd_unix.go:172 +0x35
net.(*TCPListener).accept(0xc000d3a5a0)
/opt/hostedtoolcache/go/1.19.2/x64/src/net/tcpsock_posix.go:142 +0x28
net.(*TCPListener).Accept(0xc000d3a5a0)
/opt/hostedtoolcache/go/1.19.2/x64/src/net/tcpsock.go:288 +0x3d
google.golang.org/grpc.(*Server).Serve(0xc000410d20, {0x286ee70?, 0xc000d3a5a0})
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:796 +0x475
github.com/pulumi/pulumi/sdk/v3/go/common/util/rpcutil.Serve.func2()
/home/runner/work/pulumi/pulumi/sdk/go/common/util/rpcutil/serve.go:104 +0x32
created by github.com/pulumi/pulumi/sdk/v3/go/common/util/rpcutil.Serve
/home/runner/work/pulumi/pulumi/sdk/go/common/util/rpcutil/serve.go:103 +0x9f4
goroutine 219 [select]:
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*defaultProviders).handleRequest(0xc000a2a480, {0x0, {0xc000cc4ac0, 0x6}, {0x0, 0x0}})
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/source_eval.go:373 +0x37d
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*defaultProviders).serve(0xc000a2a480)
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/source_eval.go:457 +0x85
created by github.com/pulumi/pulumi/pkg/v3/resource/deploy.newResourceMonitor
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/source_eval.go:550 +0x56e
goroutine 220 [select]:
google.golang.org/grpc/internal/transport.(*Stream).waitOnHeader(0xc0018a2900)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/transport.go:324 +0x7c
google.golang.org/grpc/internal/transport.(*Stream).RecvCompress(...)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/transport.go:339
google.golang.org/grpc.(*csAttempt).recvMsg(0xc0011f2240, {0x21138c0?, 0xc000d58380}, 0x7f469e5e30b8?)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/stream.go:986 +0xbe
google.golang.org/grpc.(*clientStream).RecvMsg.func1(0x0?)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/stream.go:851 +0x25
google.golang.org/grpc.(*clientStream).withRetry(0xc0018a2480, 0xc0013176f8, 0xc0013176c8)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/stream.go:715 +0x144
google.golang.org/grpc.(*clientStream).RecvMsg(0xc0018a2480, {0x21138c0?, 0xc000d58380?})
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/stream.go:850 +0x11f
google.golang.org/grpc.invoke({0x28706b8?, 0xc002588600?}, {0x22f12c5?, 0x0?}, {0x221ea80, 0xc000670750}, {0x21138c0, 0xc000d58380}, 0x0?, {0xc00067a130, ...})
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/call.go:73 +0xd7
github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingClientInterceptor.func1({0x2870610, 0xc000d58300}, {0x22f12c5, 0x1e}, {0x221ea80, 0xc000670750}, {0x21138c0, 0xc000d58380}, 0x201aa01?, 0x23cd2a8, ...)
/home/runner/go/pkg/mod/github.com/grpc-ecosystem/grpc-opentracing@v0.0.0-20180507213350-8e809c8a8645/go/otgrpc/client.go:60 +0x473
google.golang.org/grpc.(*ClientConn).Invoke(0x7f46c5cd0a68?, {0x2870610?, 0xc000d58300?}, {0x22f12c5?, 0x0?}, {0x221ea80?, 0xc000670750?}, {0x21138c0?, 0xc000d58380?}, {0x0, ...})
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/call.go:35 +0x223
github.com/pulumi/pulumi/sdk/v3/proto/go.(*languageRuntimeClient).Run(0xc0005e2170, {0x2870610, 0xc000d58300}, 0x284bc70?, {0x0, 0x0, 0x0})
/home/runner/work/pulumi/pulumi/sdk/proto/go/language.pb.go:1076 +0xce
github.com/pulumi/pulumi/sdk/v3/go/common/resource/plugin.(*langhost).Run(0xc0019682a0, {{0xc0006e2b40, 0xf}, {0xc000131590, 0xe}, {0x7ffcc12f62a3, 0x19}, {0xc000799860, 0x1d}, {0x22ab8ee, ...}, ...})
/home/runner/work/pulumi/pulumi/sdk/go/common/resource/plugin/langruntime_plugin.go:173 +0x5bb
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*evalSourceIterator).forkRun.func1.1()
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/source_eval.go:212 +0x4a8
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*evalSourceIterator).forkRun.func1()
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/source_eval.go:240 +0x83
created by github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*evalSourceIterator).forkRun
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/source_eval.go:198 +0x152
goroutine 221 [select]:
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*stepExecutor).worker(0xc0012bcea0, 0x0?, 0x1)
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/step_executor.go:418 +0x187
created by github.com/pulumi/pulumi/pkg/v3/resource/deploy.newStepExecutor
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/step_executor.go:469 +0x2aa
goroutine 222 [select]:
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*deploymentExecutor).Execute.func2()
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/deployment_executor.go:232 +0xdf
created by github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*deploymentExecutor).Execute
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/deployment_executor.go:229 +0xc30
goroutine 229 [select]:
google.golang.org/grpc/internal/transport.(*http2Server).keepalive(0xc002a0a9c0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:1133 +0x233
created by google.golang.org/grpc/internal/transport.NewServerTransport
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:340 +0x1958
goroutine 230 [IO wait]:
internal/poll.runtime_pollWait(0x7f469e400960, 0x72)
/opt/hostedtoolcache/go/1.19.2/x64/src/runtime/netpoll.go:305 +0x89
internal/poll.(*pollDesc).wait(0xc0006e5080?, 0xc002564000?, 0x0)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:84 +0x32
internal/poll.(*pollDesc).waitRead(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc0006e5080, {0xc002564000, 0x8000, 0x8000})
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_unix.go:167 +0x25a
net.(*netFD).Read(0xc0006e5080, {0xc002564000?, 0x468f6e?, 0x439da7?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/fd_posix.go:55 +0x29
net.(*conn).Read(0xc0019be0b0, {0xc002564000?, 0x0?, 0x7f469e4418f0?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/net.go:183 +0x45
bufio.(*Reader).Read(0xc00230c840, {0xc00103a3c0, 0x9, 0x18?})
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:237 +0x1bb
io.ReadAtLeast({0x2851040, 0xc00230c840}, {0xc00103a3c0, 0x9, 0x9}, 0x9)
/opt/hostedtoolcache/go/1.19.2/x64/src/io/io.go:332 +0x9a
io.ReadFull(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/io/io.go:351
golang.org/x/net/http2.readFrameHeader({0xc00103a3c0?, 0x9?, 0xc000b62450?}, {0x2851040?, 0xc00230c840?})
/home/runner/go/pkg/mod/golang.org/x/net@v0.0.0-20220802222814-0bcc04d9c69b/http2/frame.go:237 +0x6e
golang.org/x/net/http2.(*Framer).ReadFrame(0xc00103a380)
/home/runner/go/pkg/mod/golang.org/x/net@v0.0.0-20220802222814-0bcc04d9c69b/http2/frame.go:498 +0x95
google.golang.org/grpc/internal/transport.(*http2Server).HandleStreams(0xc002a0a9c0, 0x0?, 0x0?)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:614 +0x174
google.golang.org/grpc.(*Server).serveStreams(0xc000410d20, {0x287a920?, 0xc002a0a9c0})
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:922 +0x142
google.golang.org/grpc.(*Server).handleRawConn.func1()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:864 +0x46
created by google.golang.org/grpc.(*Server).handleRawConn
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:863 +0x185
goroutine 249 [select]:
google.golang.org/grpc/internal/transport.(*controlBuffer).get(0xc00257e4b0, 0x1)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/controlbuf.go:408 +0x115
google.golang.org/grpc/internal/transport.(*loopyWriter).run(0xc000715200)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/controlbuf.go:535 +0x85
google.golang.org/grpc/internal/transport.NewServerTransport.func2()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:331 +0xce
created by google.golang.org/grpc/internal/transport.NewServerTransport
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:328 +0x1913
goroutine 250 [select]:
google.golang.org/grpc/internal/transport.(*http2Server).keepalive(0xc002a0ad00)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:1133 +0x233
created by google.golang.org/grpc/internal/transport.NewServerTransport
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:340 +0x1958
goroutine 251 [IO wait]:
internal/poll.runtime_pollWait(0x7f469e400870, 0x72)
/opt/hostedtoolcache/go/1.19.2/x64/src/runtime/netpoll.go:305 +0x89
internal/poll.(*pollDesc).wait(0xc0006e5100?, 0xc0006f2000?, 0x0)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:84 +0x32
internal/poll.(*pollDesc).waitRead(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc0006e5100, {0xc0006f2000, 0x8000, 0x8000})
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_unix.go:167 +0x25a
net.(*netFD).Read(0xc0006e5100, {0xc0006f2000?, 0x468f6e?, 0x439da7?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/fd_posix.go:55 +0x29
net.(*conn).Read(0xc0019be0d0, {0xc0006f2000?, 0x0?, 0x400000301?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/net.go:183 +0x45
bufio.(*Reader).Read(0xc0017902a0, {0xc00103a4a0, 0x9, 0xc000e28000?})
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:237 +0x1bb
io.ReadAtLeast({0x2851040, 0xc0017902a0}, {0xc00103a4a0, 0x9, 0x9}, 0x9)
/opt/hostedtoolcache/go/1.19.2/x64/src/io/io.go:332 +0x9a
io.ReadFull(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/io/io.go:351
golang.org/x/net/http2.readFrameHeader({0xc00103a4a0?, 0x9?, 0xc0005d2da0?}, {0x2851040?, 0xc0017902a0?})
/home/runner/go/pkg/mod/golang.org/x/net@v0.0.0-20220802222814-0bcc04d9c69b/http2/frame.go:237 +0x6e
golang.org/x/net/http2.(*Framer).ReadFrame(0xc00103a460)
/home/runner/go/pkg/mod/golang.org/x/net@v0.0.0-20220802222814-0bcc04d9c69b/http2/frame.go:498 +0x95
google.golang.org/grpc/internal/transport.(*http2Server).HandleStreams(0xc002a0ad00, 0x284f940?, 0xc12e01?)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:614 +0x174
google.golang.org/grpc.(*Server).serveStreams(0xc0004105a0, {0x287a920?, 0xc002a0ad00})
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:922 +0x142
google.golang.org/grpc.(*Server).handleRawConn.func1()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:864 +0x46
created by google.golang.org/grpc.(*Server).handleRawConn
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:863 +0x185
goroutine 357 [select]:
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*resmon).RegisterResource(0xc001d5a240, {0xc000c75858?, 0x7d0875?}, 0xc000c48000)
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/source_eval.go:1195 +0x2230
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler.func1({0x28706b8, 0xc00039c0c0}, {0x2267120?, 0xc000c48000})
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1702 +0x78
github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingServerInterceptor.func1({0x28706b8, 0xc00039c000}, {0x2267120, 0xc000c48000}, 0xc000bc2000, 0xc000a04018)
/home/runner/go/pkg/mod/github.com/grpc-ecosystem/grpc-opentracing@v0.0.0-20180507213350-8e809c8a8645/go/otgrpc/server.go:57 +0x3f9
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler({0x219ac40?, 0xc001d5a240}, {0x28706b8, 0xc00039c000}, 0xc00032c000, 0xc00072fa60)
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1704 +0x138
google.golang.org/grpc.(*Server).processUnaryRPC(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc00184cc60, 0xc002303560, 0x3861ce0, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1301 +0xb2b
google.golang.org/grpc.(*Server).handleStream(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc00184cc60, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1642 +0xa2f
google.golang.org/grpc.(*Server).serveStreams.func1.2()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:938 +0x98
created by google.golang.org/grpc.(*Server).serveStreams.func1
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:936 +0x28a
goroutine 359 [select]:
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*resmon).RegisterResource(0xc001d5a240, {0xc001983858?, 0x7d0875?}, 0xc0029c6a80)
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/source_eval.go:1187 +0x21aa
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler.func1({0x28706b8, 0xc001969e30}, {0x2267120?, 0xc0029c6a80})
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1702 +0x78
github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingServerInterceptor.func1({0x28706b8, 0xc001969d70}, {0x2267120, 0xc0029c6a80}, 0xc0007b3960, 0xc000d57c50)
/home/runner/go/pkg/mod/github.com/grpc-ecosystem/grpc-opentracing@v0.0.0-20180507213350-8e809c8a8645/go/otgrpc/server.go:57 +0x3f9
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler({0x219ac40?, 0xc001d5a240}, {0x28706b8, 0xc001969d70}, 0xc000d71260, 0xc00072fa60)
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1704 +0x138
google.golang.org/grpc.(*Server).processUnaryRPC(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc00184d0e0, 0xc002303560, 0x3861ce0, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1301 +0xb2b
google.golang.org/grpc.(*Server).handleStream(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc00184d0e0, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1642 +0xa2f
google.golang.org/grpc.(*Server).serveStreams.func1.2()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:938 +0x98
created by google.golang.org/grpc.(*Server).serveStreams.func1
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:936 +0x28a
goroutine 361 [select]:
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*resmon).RegisterResource(0xc001d5a240, {0xc000c71858?, 0x7d0875?}, 0xc0024ee000)
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/source_eval.go:1187 +0x21aa
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler.func1({0x28706b8, 0xc001894b10}, {0x2267120?, 0xc0024ee000})
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1702 +0x78
github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingServerInterceptor.func1({0x28706b8, 0xc001894900}, {0x2267120, 0xc0024ee000}, 0xc0024f0000, 0xc00258a0a8)
/home/runner/go/pkg/mod/github.com/grpc-ecosystem/grpc-opentracing@v0.0.0-20180507213350-8e809c8a8645/go/otgrpc/server.go:57 +0x3f9
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler({0x219ac40?, 0xc001d5a240}, {0x28706b8, 0xc001894900}, 0xc000512000, 0xc00072fa60)
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1704 +0x138
google.golang.org/grpc.(*Server).processUnaryRPC(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc00184d680, 0xc002303560, 0x3861ce0, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1301 +0xb2b
google.golang.org/grpc.(*Server).handleStream(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc00184d680, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1642 +0xa2f
google.golang.org/grpc.(*Server).serveStreams.func1.2()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:938 +0x98
created by google.golang.org/grpc.(*Server).serveStreams.func1
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:936 +0x28a
goroutine 362 [select]:
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*resmon).RegisterResource(0xc001d5a240, {0xc002a8d858?, 0x7d0875?}, 0xc000b46000)
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/source_eval.go:1187 +0x21aa
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler.func1({0x28706b8, 0xc000b440c0}, {0x2267120?, 0xc000b46000})
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1702 +0x78
github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingServerInterceptor.func1({0x28706b8, 0xc000b44000}, {0x2267120, 0xc000b46000}, 0xc000800000, 0xc0007a8018)
/home/runner/go/pkg/mod/github.com/grpc-ecosystem/grpc-opentracing@v0.0.0-20180507213350-8e809c8a8645/go/otgrpc/server.go:57 +0x3f9
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler({0x219ac40?, 0xc001d5a240}, {0x28706b8, 0xc000b44000}, 0xc0002f2000, 0xc00072fa60)
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1704 +0x138
google.golang.org/grpc.(*Server).processUnaryRPC(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc00184d8c0, 0xc002303560, 0x3861ce0, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1301 +0xb2b
google.golang.org/grpc.(*Server).handleStream(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc00184d8c0, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1642 +0xa2f
google.golang.org/grpc.(*Server).serveStreams.func1.2()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:938 +0x98
created by google.golang.org/grpc.(*Server).serveStreams.func1
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:936 +0x28a
goroutine 363 [select]:
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*resmon).RegisterResource(0xc001d5a240, {0xc000c89858?, 0x7d0875?}, 0xc000c82000)
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/source_eval.go:1195 +0x2230
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler.func1({0x28706b8, 0xc000c800c0}, {0x2267120?, 0xc000c82000})
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1702 +0x78
github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingServerInterceptor.func1({0x28706b8, 0xc000c80000}, {0x2267120, 0xc000c82000}, 0xc000c90000, 0xc0001160c0)
/home/runner/go/pkg/mod/github.com/grpc-ecosystem/grpc-opentracing@v0.0.0-20180507213350-8e809c8a8645/go/otgrpc/server.go:57 +0x3f9
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler({0x219ac40?, 0xc001d5a240}, {0x28706b8, 0xc000c80000}, 0xc0001c6000, 0xc00072fa60)
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1704 +0x138
google.golang.org/grpc.(*Server).processUnaryRPC(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc00184db00, 0xc002303560, 0x3861ce0, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1301 +0xb2b
google.golang.org/grpc.(*Server).handleStream(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc00184db00, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1642 +0xa2f
google.golang.org/grpc.(*Server).serveStreams.func1.2()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:938 +0x98
created by google.golang.org/grpc.(*Server).serveStreams.func1
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:936 +0x28a
goroutine 364 [select]:
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*resmon).RegisterResource(0xc001d5a240, {0xc000c85858?, 0x7d0875?}, 0xc0022e4000)
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/source_eval.go:1187 +0x21aa
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler.func1({0x28706b8, 0xc0022e20c0}, {0x2267120?, 0xc0022e4000})
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1702 +0x78
github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingServerInterceptor.func1({0x28706b8, 0xc0022e2000}, {0x2267120, 0xc0022e4000}, 0xc0022ea000, 0xc000418048)
/home/runner/go/pkg/mod/github.com/grpc-ecosystem/grpc-opentracing@v0.0.0-20180507213350-8e809c8a8645/go/otgrpc/server.go:57 +0x3f9
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler({0x219ac40?, 0xc001d5a240}, {0x28706b8, 0xc0022e2000}, 0xc0000501c0, 0xc00072fa60)
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1704 +0x138
google.golang.org/grpc.(*Server).processUnaryRPC(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc00184dc20, 0xc002303560, 0x3861ce0, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1301 +0xb2b
google.golang.org/grpc.(*Server).handleStream(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc00184dc20, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1642 +0xa2f
google.golang.org/grpc.(*Server).serveStreams.func1.2()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:938 +0x98
created by google.golang.org/grpc.(*Server).serveStreams.func1
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:936 +0x28a
goroutine 365 [select]:
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*resmon).RegisterResource(0xc001d5a240, {0xc0011ef858?, 0x7d0875?}, 0xc0025b4180)
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/source_eval.go:1187 +0x21aa
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler.func1({0x28706b8, 0xc000c0b320}, {0x2267120?, 0xc0025b4180})
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1702 +0x78
github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingServerInterceptor.func1({0x28706b8, 0xc000c0b200}, {0x2267120, 0xc0025b4180}, 0xc000cd3d40, 0xc000d55728)
/home/runner/go/pkg/mod/github.com/grpc-ecosystem/grpc-opentracing@v0.0.0-20180507213350-8e809c8a8645/go/otgrpc/server.go:57 +0x3f9
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler({0x219ac40?, 0xc001d5a240}, {0x28706b8, 0xc000c0b200}, 0xc0001ef260, 0xc00072fa60)
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1704 +0x138
google.golang.org/grpc.(*Server).processUnaryRPC(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc00184de60, 0xc002303560, 0x3861ce0, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1301 +0xb2b
google.golang.org/grpc.(*Server).handleStream(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc00184de60, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1642 +0xa2f
google.golang.org/grpc.(*Server).serveStreams.func1.2()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:938 +0x98
created by google.golang.org/grpc.(*Server).serveStreams.func1
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:936 +0x28a
goroutine 387 [select]:
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*resmon).RegisterResource(0xc001d5a240, {0xc000f8d858?, 0x7d0875?}, 0xc000f7c180)
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/source_eval.go:1187 +0x21aa
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler.func1({0x28706b8, 0xc000f60b40}, {0x2267120?, 0xc000f7c180})
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1702 +0x78
github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingServerInterceptor.func1({0x28706b8, 0xc000f608a0}, {0x2267120, 0xc000f7c180}, 0xc000f721a0, 0xc0013f63f0)
/home/runner/go/pkg/mod/github.com/grpc-ecosystem/grpc-opentracing@v0.0.0-20180507213350-8e809c8a8645/go/otgrpc/server.go:57 +0x3f9
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler({0x219ac40?, 0xc001d5a240}, {0x28706b8, 0xc000f608a0}, 0xc00013a0e0, 0xc00072fa60)
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1704 +0x138
google.golang.org/grpc.(*Server).processUnaryRPC(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc0018706c0, 0xc002303560, 0x3861ce0, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1301 +0xb2b
google.golang.org/grpc.(*Server).handleStream(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc0018706c0, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1642 +0xa2f
google.golang.org/grpc.(*Server).serveStreams.func1.2()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:938 +0x98
created by google.golang.org/grpc.(*Server).serveStreams.func1
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:936 +0x28a
goroutine 368 [select]:
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*resmon).RegisterResource(0xc001d5a240, {0xc00074f858?, 0x7d0875?}, 0xc000748000)
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/source_eval.go:1187 +0x21aa
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler.func1({0x28706b8, 0xc0007460c0}, {0x2267120?, 0xc000748000})
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1702 +0x78
github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingServerInterceptor.func1({0x28706b8, 0xc000746000}, {0x2267120, 0xc000748000}, 0xc000754000, 0xc0000100d8)
/home/runner/go/pkg/mod/github.com/grpc-ecosystem/grpc-opentracing@v0.0.0-20180507213350-8e809c8a8645/go/otgrpc/server.go:57 +0x3f9
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler({0x219ac40?, 0xc001d5a240}, {0x28706b8, 0xc000746000}, 0xc00034c000, 0xc00072fa60)
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1704 +0x138
google.golang.org/grpc.(*Server).processUnaryRPC(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc0018545a0, 0xc002303560, 0x3861ce0, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1301 +0xb2b
google.golang.org/grpc.(*Server).handleStream(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc0018545a0, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1642 +0xa2f
google.golang.org/grpc.(*Server).serveStreams.func1.2()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:938 +0x98
created by google.golang.org/grpc.(*Server).serveStreams.func1
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:936 +0x28a
goroutine 389 [select]:
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*resmon).RegisterResource(0xc001d5a240, {0xc000c89858?, 0x7d0875?}, 0xc000c82300)
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/source_eval.go:1187 +0x21aa
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler.func1({0x28706b8, 0xc000c803c0}, {0x2267120?, 0xc000c82300})
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1702 +0x78
github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingServerInterceptor.func1({0x28706b8, 0xc000c802a0}, {0x2267120, 0xc000c82300}, 0xc000c900e0, 0xc000116840)
/home/runner/go/pkg/mod/github.com/grpc-ecosystem/grpc-opentracing@v0.0.0-20180507213350-8e809c8a8645/go/otgrpc/server.go:57 +0x3f9
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler({0x219ac40?, 0xc001d5a240}, {0x28706b8, 0xc000c802a0}, 0xc0001c61c0, 0xc00072fa60)
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1704 +0x138
google.golang.org/grpc.(*Server).processUnaryRPC(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc001871200, 0xc002303560, 0x3861ce0, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1301 +0xb2b
google.golang.org/grpc.(*Server).handleStream(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc001871200, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1642 +0xa2f
google.golang.org/grpc.(*Server).serveStreams.func1.2()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:938 +0x98
created by google.golang.org/grpc.(*Server).serveStreams.func1
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:936 +0x28a
goroutine 402 [select]:
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*resmon).RegisterResource(0xc001d5a240, {0xc000aab858?, 0x7d0875?}, 0xc000aa4180)
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/source_eval.go:1187 +0x21aa
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler.func1({0x28706b8, 0xc000aa2240}, {0x2267120?, 0xc000aa4180})
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1702 +0x78
github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingServerInterceptor.func1({0x28706b8, 0xc000aa2180}, {0x2267120, 0xc000aa4180}, 0xc000ab6080, 0xc0013030b0)
/home/runner/go/pkg/mod/github.com/grpc-ecosystem/grpc-opentracing@v0.0.0-20180507213350-8e809c8a8645/go/otgrpc/server.go:57 +0x3f9
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler({0x219ac40?, 0xc001d5a240}, {0x28706b8, 0xc000aa2180}, 0xc0001340e0, 0xc00072fa60)
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1704 +0x138
google.golang.org/grpc.(*Server).processUnaryRPC(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc00188c360, 0xc002303560, 0x3861ce0, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1301 +0xb2b
google.golang.org/grpc.(*Server).handleStream(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc00188c360, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1642 +0xa2f
google.golang.org/grpc.(*Server).serveStreams.func1.2()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:938 +0x98
created by google.golang.org/grpc.(*Server).serveStreams.func1
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:936 +0x28a
goroutine 391 [select]:
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*resmon).RegisterResource(0xc001d5a240, {0xc00074b858?, 0x7d0875?}, 0xc000a7c180)
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/source_eval.go:1187 +0x21aa
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler.func1({0x28706b8, 0xc000a7a2a0}, {0x2267120?, 0xc000a7c180})
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1702 +0x78
github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingServerInterceptor.func1({0x28706b8, 0xc000a7a180}, {0x2267120, 0xc000a7c180}, 0xc000e90080, 0xc000412918)
/home/runner/go/pkg/mod/github.com/grpc-ecosystem/grpc-opentracing@v0.0.0-20180507213350-8e809c8a8645/go/otgrpc/server.go:57 +0x3f9
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_RegisterResource_Handler({0x219ac40?, 0xc001d5a240}, {0x28706b8, 0xc000a7a180}, 0xc0001321c0, 0xc00072fa60)
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1704 +0x138
google.golang.org/grpc.(*Server).processUnaryRPC(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc0018719e0, 0xc002303560, 0x3861ce0, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1301 +0xb2b
google.golang.org/grpc.(*Server).handleStream(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc0018719e0, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1642 +0xa2f
google.golang.org/grpc.(*Server).serveStreams.func1.2()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:938 +0x98
created by google.golang.org/grpc.(*Server).serveStreams.func1
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:936 +0x28a
goroutine 393 [chan receive]:
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*defaultProviders).getDefaultProviderRef(...)
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/source_eval.go:473
github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*resmon).ReadResource(0xc001d5a240, {0xc000aa7858?, 0x7d0875?}, 0xc0009b6000)
/home/runner/work/pulumi/pulumi/pkg/resource/deploy/source_eval.go:863 +0x375
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_ReadResource_Handler.func1({0x28706b8, 0xc00098b530}, {0x221e920?, 0xc0009b6000})
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1684 +0x78
github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingServerInterceptor.func1({0x28706b8, 0xc00098b0b0}, {0x221e920, 0xc0009b6000}, 0xc0009a22a0, 0xc000d107c8)
/home/runner/go/pkg/mod/github.com/grpc-ecosystem/grpc-opentracing@v0.0.0-20180507213350-8e809c8a8645/go/otgrpc/server.go:57 +0x3f9
github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceMonitor_ReadResource_Handler({0x219ac40?, 0xc001d5a240}, {0x28706b8, 0xc00098b0b0}, 0xc0001422a0, 0xc00072fa60)
/home/runner/work/pulumi/pulumi/sdk/proto/go/resource.pb.go:1686 +0x138
google.golang.org/grpc.(*Server).processUnaryRPC(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc000976120, 0xc002303560, 0x3861cc8, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1301 +0xb2b
google.golang.org/grpc.(*Server).handleStream(0xc000410d20, {0x287a920, 0xc002a0a9c0}, 0xc000976120, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:1642 +0xa2f
google.golang.org/grpc.(*Server).serveStreams.func1.2()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:938 +0x98
created by google.golang.org/grpc.(*Server).serveStreams.func1
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:936 +0x28a
goroutine 535 [select]:
google.golang.org/grpc/internal/transport.(*controlBuffer).get(0xc000ebe8c0, 0x1)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/controlbuf.go:408 +0x115
google.golang.org/grpc/internal/transport.(*loopyWriter).run(0xc000ebb6e0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/controlbuf.go:535 +0x85
google.golang.org/grpc/internal/transport.NewServerTransport.func2()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:331 +0xce
created by google.golang.org/grpc/internal/transport.NewServerTransport
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:328 +0x1913
goroutine 511 [IO wait]:
internal/poll.runtime_pollWait(0x7f469e400780, 0x72)
/opt/hostedtoolcache/go/1.19.2/x64/src/runtime/netpoll.go:305 +0x89
internal/poll.(*pollDesc).wait(0xc002354120?, 0xc001d63000?, 0x1)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:84 +0x32
internal/poll.(*pollDesc).waitRead(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc002354120, {0xc001d63000, 0x1000, 0x1000})
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_unix.go:167 +0x25a
os.(*File).read(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/os/file_posix.go:31
os.(*File).Read(0xc00233e028, {0xc001d63000?, 0xc0022cbce8?, 0x40d588?})
/opt/hostedtoolcache/go/1.19.2/x64/src/os/file.go:118 +0x5e
bufio.(*Reader).fill(0xc002335f48)
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:106 +0xff
bufio.(*Reader).ReadSlice(0xc002335f48, 0x73?)
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:372 +0x2f
bufio.(*Reader).collectFragments(0x46c5cd21d8?, 0x0?)
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:447 +0x71
bufio.(*Reader).ReadString(0xc0022cbfd0?, 0xb7?)
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:495 +0x2b
github.com/pulumi/pulumi/sdk/v3/go/common/resource/plugin.newPlugin.func2({0x285a640?, 0xc00233e028?}, 0x0, 0xc0013ac1a0?)
/home/runner/work/pulumi/pulumi/sdk/go/common/resource/plugin/plugin.go:211 +0x1d5
created by github.com/pulumi/pulumi/sdk/v3/go/common/resource/plugin.newPlugin
/home/runner/work/pulumi/pulumi/sdk/go/common/resource/plugin/plugin.go:284 +0x5c5
goroutine 547 [IO wait]:
internal/poll.runtime_pollWait(0x7f469e4004b0, 0x72)
/opt/hostedtoolcache/go/1.19.2/x64/src/runtime/netpoll.go:305 +0x89
internal/poll.(*pollDesc).wait(0xc002358080?, 0xc000eca000?, 0x0)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:84 +0x32
internal/poll.(*pollDesc).waitRead(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc002358080, {0xc000eca000, 0x8000, 0x8000})
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_unix.go:167 +0x25a
net.(*netFD).Read(0xc002358080, {0xc000eca000?, 0x6d756c75703a696d?, 0x226b636174533a69?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/fd_posix.go:55 +0x29
net.(*conn).Read(0xc00233e048, {0xc000eca000?, 0x30?, 0x41010401?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/net.go:183 +0x45
bufio.(*Reader).Read(0xc000ebb440, {0xc000ee2040, 0x9, 0x3881860?})
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:237 +0x1bb
io.ReadAtLeast({0x2851040, 0xc000ebb440}, {0xc000ee2040, 0x9, 0x9}, 0x9)
/opt/hostedtoolcache/go/1.19.2/x64/src/io/io.go:332 +0x9a
io.ReadFull(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/io/io.go:351
golang.org/x/net/http2.readFrameHeader({0xc000ee2040?, 0x9?, 0xc0013a3aa0?}, {0x2851040?, 0xc000ebb440?})
/home/runner/go/pkg/mod/golang.org/x/net@v0.0.0-20220802222814-0bcc04d9c69b/http2/frame.go:237 +0x6e
golang.org/x/net/http2.(*Framer).ReadFrame(0xc000ee2000)
/home/runner/go/pkg/mod/golang.org/x/net@v0.0.0-20220802222814-0bcc04d9c69b/http2/frame.go:498 +0x95
google.golang.org/grpc/internal/transport.(*http2Server).HandleStreams(0xc000eac340, 0x61622d74656c6c69?, 0x72702e646e656b63?)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:614 +0x174
google.golang.org/grpc.(*Server).serveStreams(0xc0004105a0, {0x287a920?, 0xc000eac340})
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:922 +0x142
google.golang.org/grpc.(*Server).handleRawConn.func1()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:864 +0x46
created by google.golang.org/grpc.(*Server).handleRawConn
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:863 +0x185
goroutine 496 [select]:
google.golang.org/grpc/internal/transport.(*controlBuffer).get(0xc00139f360, 0x1)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/controlbuf.go:408 +0x115
google.golang.org/grpc/internal/transport.(*loopyWriter).run(0xc0009d7e60)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/controlbuf.go:535 +0x85
google.golang.org/grpc/internal/transport.NewServerTransport.func2()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:331 +0xce
created by google.golang.org/grpc/internal/transport.NewServerTransport
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:328 +0x1913
goroutine 545 [select]:
google.golang.org/grpc/internal/transport.(*http2Server).keepalive(0xc0013ac1a0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:1133 +0x233
created by google.golang.org/grpc/internal/transport.NewServerTransport
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:340 +0x1958
goroutine 536 [select]:
google.golang.org/grpc/internal/transport.(*http2Server).keepalive(0xc000eac340)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:1133 +0x233
created by google.golang.org/grpc/internal/transport.NewServerTransport
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:340 +0x1958
goroutine 546 [IO wait]:
internal/poll.runtime_pollWait(0x7f469e400690, 0x72)
/opt/hostedtoolcache/go/1.19.2/x64/src/runtime/netpoll.go:305 +0x89
internal/poll.(*pollDesc).wait(0xc002358100?, 0xc0013ae000?, 0x0)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:84 +0x32
internal/poll.(*pollDesc).waitRead(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc002358100, {0xc0013ae000, 0x8000, 0x8000})
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_unix.go:167 +0x25a
net.(*netFD).Read(0xc002358100, {0xc0013ae000?, 0x6d756c75703a696d?, 0x226b636174533a69?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/fd_posix.go:55 +0x29
net.(*conn).Read(0xc00233e050, {0xc0013ae000?, 0x30?, 0x41010401?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/net.go:183 +0x45
bufio.(*Reader).Read(0xc001399f80, {0xc0013c6040, 0x9, 0xc000e28000?})
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:237 +0x1bb
io.ReadAtLeast({0x2851040, 0xc001399f80}, {0xc0013c6040, 0x9, 0x9}, 0x9)
/opt/hostedtoolcache/go/1.19.2/x64/src/io/io.go:332 +0x9a
io.ReadFull(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/io/io.go:351
golang.org/x/net/http2.readFrameHeader({0xc0013c6040?, 0x9?, 0xc001349380?}, {0x2851040?, 0xc001399f80?})
/home/runner/go/pkg/mod/golang.org/x/net@v0.0.0-20220802222814-0bcc04d9c69b/http2/frame.go:237 +0x6e
golang.org/x/net/http2.(*Framer).ReadFrame(0xc0013c6000)
/home/runner/go/pkg/mod/golang.org/x/net@v0.0.0-20220802222814-0bcc04d9c69b/http2/frame.go:498 +0x95
google.golang.org/grpc/internal/transport.(*http2Server).HandleStreams(0xc0013ac1a0, 0x61622d74656c6c69?, 0x72702e646e656b63?)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_server.go:614 +0x174
google.golang.org/grpc.(*Server).serveStreams(0xc0004105a0, {0x287a920?, 0xc0013ac1a0})
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:922 +0x142
google.golang.org/grpc.(*Server).handleRawConn.func1()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:864 +0x46
created by google.golang.org/grpc.(*Server).handleRawConn
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/server.go:863 +0x185
goroutine 512 [select]:
google.golang.org/grpc.(*ccBalancerWrapper).watcher(0xc0013547c0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/balancer_conn_wrappers.go:112 +0x73
created by google.golang.org/grpc.newCCBalancerWrapper
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/balancer_conn_wrappers.go:73 +0x22a
goroutine 563 [IO wait]:
internal/poll.runtime_pollWait(0x7f469e6eae98, 0x72)
/opt/hostedtoolcache/go/1.19.2/x64/src/runtime/netpoll.go:305 +0x89
internal/poll.(*pollDesc).wait(0xc0012e4180?, 0xc001372000?, 0x0)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:84 +0x32
internal/poll.(*pollDesc).waitRead(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc0012e4180, {0xc001372000, 0x8000, 0x8000})
/opt/hostedtoolcache/go/1.19.2/x64/src/internal/poll/fd_unix.go:167 +0x25a
net.(*netFD).Read(0xc0012e4180, {0xc001372000?, 0x3?, 0x432400?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/fd_posix.go:55 +0x29
net.(*conn).Read(0xc00135c078, {0xc001372000?, 0xc0013a3ef0?, 0x0?})
/opt/hostedtoolcache/go/1.19.2/x64/src/net/net.go:183 +0x45
bufio.(*Reader).Read(0xc00134f2c0, {0xc00137a040, 0x9, 0xc000d467fc?})
/opt/hostedtoolcache/go/1.19.2/x64/src/bufio/bufio.go:237 +0x1bb
io.ReadAtLeast({0x2851040, 0xc00134f2c0}, {0xc00137a040, 0x9, 0x9}, 0x9)
/opt/hostedtoolcache/go/1.19.2/x64/src/io/io.go:332 +0x9a
io.ReadFull(...)
/opt/hostedtoolcache/go/1.19.2/x64/src/io/io.go:351
golang.org/x/net/http2.readFrameHeader({0xc00137a040?, 0x9?, 0xc0013a3e60?}, {0x2851040?, 0xc00134f2c0?})
/home/runner/go/pkg/mod/golang.org/x/net@v0.0.0-20220802222814-0bcc04d9c69b/http2/frame.go:237 +0x6e
golang.org/x/net/http2.(*Framer).ReadFrame(0xc00137a000)
/home/runner/go/pkg/mod/golang.org/x/net@v0.0.0-20220802222814-0bcc04d9c69b/http2/frame.go:498 +0x95
google.golang.org/grpc/internal/transport.(*http2Client).reader(0xc00137c000)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_client.go:1503 +0x4be
created by google.golang.org/grpc/internal/transport.newHTTP2Client
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_client.go:367 +0x18ff
goroutine 564 [select]:
google.golang.org/grpc/internal/transport.(*controlBuffer).get(0xc001345bd0, 0x1)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/controlbuf.go:408 +0x115
google.golang.org/grpc/internal/transport.(*loopyWriter).run(0xc00134f3e0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/controlbuf.go:535 +0x85
google.golang.org/grpc/internal/transport.newHTTP2Client.func3()
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_client.go:417 +0x6a
created by google.golang.org/grpc/internal/transport.newHTTP2Client
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.49.0/internal/transport/http2_client.go:415 +0x1f51
Exited with code exit status 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment