Skip to content
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

Big Bang 1.37 -> 1.39 & Fix K3s LB Zarf Agent Issue #668

Merged
merged 5 commits into from
Aug 10, 2022

Conversation

jeff-mccoy
Copy link
Contributor

@jeff-mccoy jeff-mccoy commented Aug 10, 2022

@jeff-mccoy
Copy link
Contributor Author

Running in a vm airgap

Screen Shot 2022-08-10 at 7 56 40 AM

Screen Shot 2022-08-10 at 7 56 31 AM

@jeff-mccoy jeff-mccoy marked this pull request as ready for review August 10, 2022 18:51
@jeff-mccoy jeff-mccoy changed the title Big bang updates Big Bang 1.37 -> 1.39 & Fix K3s LB Zarf Agent Issue Aug 10, 2022
@Racer159
Copy link
Contributor

Racer159 commented Aug 10, 2022

I receive a strange timeout from an internal go library during the first deploy (running the command a second time makes it work):

... MORE ABOVE ...
o.ReadAll({0x7f0d46fc8018, 0xc001560000})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/io/io.go:661 +0xfe fp=0xc000e45f30 sp=0xc000e45eb0 pc=0x47b69e
io/ioutil.ReadAll(...)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/io/ioutil/ioutil.go:27
k8s.io/client-go/tools/portforward.(*PortForwarder).handleConnection.func1()
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:354 +0x6a fp=0xc000e45fe0 sp=0xc000e45f30 pc=0x1b00f6a
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000e45fe8 sp=0xc000e45fe0 pc=0x46e4c1
created by k8s.io/client-go/tools/portforward.(*PortForwarder).handleConnection
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:353 +0x5c5

goroutine 2455 [select]:
runtime.gopark(0xc00114bd30?, 0x2?, 0x1d?, 0x3?, 0xc00114bd0c?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc00114bb90 sp=0xc00114bb70 pc=0x43cd36
runtime.selectgo(0xc00114bd30, 0xc00114bd08, 0x5feec5?, 0x0, 0xc00111a000?, 0x1)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/select.go:328 +0x7bc fp=0xc00114bcd0 sp=0xc00114bb90 pc=0x44cbbc
github.com/moby/spdystream.(*Stream).Read(0xc000ad20a0, {0xc00111a000, 0x8000, 0xc000100400?})
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/stream.go:96 +0xb2 fp=0xc00114bd60 sp=0xc00114bcd0 pc=0x1b0b152
io.copyBuffer({0x3904e40, 0xc0008f4080}, {0x7f0d46fc8018, 0xc000ad20a0}, {0x0, 0x0, 0x0})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/io/io.go:427 +0x1b2 fp=0xc00114bde0 sp=0xc00114bd60 pc=0x47ac52
io.Copy(...)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/io/io.go:386
net.genericReadFrom({0x3900980?, 0xc002102000?}, {0x7f0d46fc8018, 0xc000ad20a0})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/net.go:675 +0x6a fp=0xc00114be38 sp=0xc00114bde0 pc=0x6003aa
net.(*TCPConn).readFrom(0xc002102000, {0x7f0d46fc8018, 0xc000ad20a0})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/tcpsock_posix.go:54 +0x78 fp=0xc00114be68 sp=0xc00114be38 pc=0x607a98
net.(*TCPConn).ReadFrom(0xc002102000, {0x7f0d46fc8018?, 0xc000ad20a0?})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/tcpsock.go:130 +0x36 fp=0xc00114bea8 sp=0xc00114be68 pc=0x606556
io.copyBuffer({0x3900980, 0xc002102000}, {0x7f0d46fc8018, 0xc000ad20a0}, {0x0, 0x0, 0x0})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/io/io.go:413 +0x14b fp=0xc00114bf28 sp=0xc00114bea8 pc=0x47abeb
io.Copy(...)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/io/io.go:386
k8s.io/client-go/tools/portforward.(*PortForwarder).handleConnection.func2()
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:377 +0x9b fp=0xc00114bfe0 sp=0xc00114bf28 pc=0x1b00ddb
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00114bfe8 sp=0xc00114bfe0 pc=0x46e4c1
created by k8s.io/client-go/tools/portforward.(*PortForwarder).handleConnection
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:375 +0x885

goroutine 2428 [select]:
runtime.gopark(0xc000508778?, 0x4?, 0x30?, 0x46?, 0xc000508738?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc0005085b8 sp=0xc000508598 pc=0x43cd36
runtime.selectgo(0xc000508778, 0xc000508730, 0x1afe88d?, 0x0, 0xc000af7770?, 0x1)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/select.go:328 +0x7bc fp=0xc0005086f8 sp=0xc0005085b8 pc=0x44cbbc
github.com/moby/spdystream.(*idleAwareFramer).monitor(0xc0005fea40)
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:77 +0xde fp=0xc0005087c8 sp=0xc0005086f8 pc=0x1b05a5e
github.com/moby/spdystream.NewConnection.func1()
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:268 +0x26 fp=0xc0005087e0 sp=0xc0005087c8 pc=0x1b06846
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0005087e8 sp=0xc0005087e0 pc=0x46e4c1
created by github.com/moby/spdystream.NewConnection
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:268 +0x3ca

goroutine 2453 [IO wait]:
runtime.gopark(0x0?, 0xb?, 0x0?, 0x0?, 0xe?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc0006d9af8 sp=0xc0006d9ad8 pc=0x43cd36
runtime.netpollblock(0x4863a5?, 0x494477?, 0x0?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/netpoll.go:526 +0xf7 fp=0xc0006d9b30 sp=0xc0006d9af8 pc=0x435537
internal/poll.runtime_pollWait(0x7f0d473e7988, 0x72)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/netpoll.go:305 +0x89 fp=0xc0006d9b50 sp=0xc0006d9b30 pc=0x468aa9
internal/poll.(*pollDesc).wait(0xc001fa9180?, 0xc000b9e000?, 0x0)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/internal/poll/fd_poll_runtime.go:84 +0x32 fp=0xc0006d9b78 sp=0xc0006d9b50 pc=0x4f91d2
internal/poll.(*pollDesc).waitRead(...)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc001fa9180, {0xc000b9e000, 0x1000, 0x1000})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/internal/poll/fd_unix.go:167 +0x25a fp=0xc0006d9bf8 sp=0xc0006d9b78 pc=0x4fa53a
net.(*netFD).Read(0xc001fa9180, {0xc000b9e000?, 0x406351?, 0x4?})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/fd_posix.go:55 +0x29 fp=0xc0006d9c40 sp=0xc0006d9bf8 pc=0x5ec589
net.(*conn).Read(0xc0018ce000, {0xc000b9e000?, 0x0?, 0x0?})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/net.go:183 +0x45 fp=0xc0006d9c88 sp=0xc0006d9c40 pc=0x5fece5
net/http.(*persistConn).Read(0xc00001c6c0, {0xc000b9e000?, 0xc001a1c0c0?, 0xc0006d9d30?})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/http/transport.go:1929 +0x4e fp=0xc0006d9ce8 sp=0xc0006d9c88 pc=0x716e2e
bufio.(*Reader).fill(0xc0012580c0)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/bufio/bufio.go:106 +0xff fp=0xc0006d9d20 sp=0xc0006d9ce8 pc=0x68145f
bufio.(*Reader).Peek(0xc0012580c0, 0x1)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/bufio/bufio.go:144 +0x5d fp=0xc0006d9d40 sp=0xc0006d9d20 pc=0x6815bd
net/http.(*persistConn).readLoop(0xc00001c6c0)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/http/transport.go:2093 +0x1ac fp=0xc0006d9fc8 sp=0xc0006d9d40 pc=0x717c4c
net/http.(*Transport).dialConn.func5()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/http/transport.go:1751 +0x26 fp=0xc0006d9fe0 sp=0xc0006d9fc8 pc=0x716426
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006d9fe8 sp=0xc0006d9fe0 pc=0x46e4c1
created by net/http.(*Transport).dialConn
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/http/transport.go:1751 +0x173e

goroutine 2501 [select]:
runtime.gopark(0xc000095e80?, 0x2?, 0xa5?, 0xb5?, 0xc000095e5c?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc000095ce0 sp=0xc000095cc0 pc=0x43cd36
runtime.selectgo(0xc000095e80, 0xc000095e58, 0x101c001292360?, 0x0, 0x0?, 0x1)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/select.go:328 +0x7bc fp=0xc000095e20 sp=0xc000095ce0 pc=0x44cbbc
github.com/moby/spdystream.(*Stream).Read(0xc000f3a0a0, {0xc002440000, 0x200, 0x0?})
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/stream.go:96 +0xb2 fp=0xc000095eb0 sp=0xc000095e20 pc=0x1b0b152
io.ReadAll({0x7f0d46fc8018, 0xc000f3a0a0})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/io/io.go:661 +0xfe fp=0xc000095f30 sp=0xc000095eb0 pc=0x47b69e
io/ioutil.ReadAll(...)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/io/ioutil/ioutil.go:27
k8s.io/client-go/tools/portforward.(*PortForwarder).handleConnection.func1()
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:354 +0x6a fp=0xc000095fe0 sp=0xc000095f30 pc=0x1b00f6a
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000095fe8 sp=0xc000095fe0 pc=0x46e4c1
created by k8s.io/client-go/tools/portforward.(*PortForwarder).handleConnection
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:353 +0x5c5

goroutine 2437 [select]:
runtime.gopark(0xc0024e7d30?, 0x2?, 0xff?, 0x1?, 0xc0024e7d0c?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc0024e7b90 sp=0xc0024e7b70 pc=0x43cd36
runtime.selectgo(0xc0024e7d30, 0xc0024e7d08, 0x5feec5?, 0x0, 0xc000e5c000?, 0x1)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/select.go:328 +0x7bc fp=0xc0024e7cd0 sp=0xc0024e7b90 pc=0x44cbbc
github.com/moby/spdystream.(*Stream).Read(0xc002208960, {0xc000e5c000, 0x8000, 0xc000518000?})
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/stream.go:96 +0xb2 fp=0xc0024e7d60 sp=0xc0024e7cd0 pc=0x1b0b152
io.copyBuffer({0x3904e40, 0xc000e34da0}, {0x7f0d46fc8018, 0xc002208960}, {0x0, 0x0, 0x0})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/io/io.go:427 +0x1b2 fp=0xc0024e7de0 sp=0xc0024e7d60 pc=0x47ac52
io.Copy(...)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/io/io.go:386
net.genericReadFrom({0x3900980?, 0xc0018ce068?}, {0x7f0d46fc8018, 0xc002208960})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/net.go:675 +0x6a fp=0xc0024e7e38 sp=0xc0024e7de0 pc=0x6003aa
net.(*TCPConn).readFrom(0xc0018ce068, {0x7f0d46fc8018, 0xc002208960})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/tcpsock_posix.go:54 +0x78 fp=0xc0024e7e68 sp=0xc0024e7e38 pc=0x607a98
net.(*TCPConn).ReadFrom(0xc0018ce068, {0x7f0d46fc8018?, 0xc002208960?})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/tcpsock.go:130 +0x36 fp=0xc0024e7ea8 sp=0xc0024e7e68 pc=0x606556
io.copyBuffer({0x3900980, 0xc0018ce068}, {0x7f0d46fc8018, 0xc002208960}, {0x0, 0x0, 0x0})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/io/io.go:413 +0x14b fp=0xc0024e7f28 sp=0xc0024e7ea8 pc=0x47abeb
io.Copy(...)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/io/io.go:386
k8s.io/client-go/tools/portforward.(*PortForwarder).handleConnection.func2()
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:377 +0x9b fp=0xc0024e7fe0 sp=0xc0024e7f28 pc=0x1b00ddb
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0024e7fe8 sp=0xc0024e7fe0 pc=0x46e4c1
created by k8s.io/client-go/tools/portforward.(*PortForwarder).handleConnection
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:375 +0x885

goroutine 2414 [chan receive]:
runtime.gopark(0x406850?, 0x38f8880?, 0x0?, 0x0?, 0x0?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc00125eee8 sp=0xc00125eec8 pc=0x43cd36
runtime.chanrecv(0xc000563200, 0x0, 0x1)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/chan.go:583 +0x49b fp=0xc00125ef78 sp=0xc00125eee8 pc=0x406dfb
runtime.chanrecv1(0x443d05?, 0x1affd96?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/chan.go:442 +0x18 fp=0xc00125efa0 sp=0xc00125ef78 pc=0x4068f8
github.com/moby/spdystream.(*Connection).Serve.func1(0xc00125ef98?)
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:322 +0x2b fp=0xc00125efc8 sp=0xc00125efa0 pc=0x1b078ab
github.com/moby/spdystream.(*Connection).Serve.func3()
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:324 +0x2a fp=0xc00125efe0 sp=0xc00125efc8 pc=0x1b0784a
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00125efe8 sp=0xc00125efe0 pc=0x46e4c1
created by github.com/moby/spdystream.(*Connection).Serve
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:321 +0x150

goroutine 2413 [sync.Cond.Wait]:
runtime.gopark(0x315bec0?, 0xc002208960?, 0xe0?, 0x10?, 0x5335218?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc000b35e28 sp=0xc000b35e08 pc=0x43cd36
runtime.goparkunlock(...)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:369
sync.runtime_notifyListWait(0xc001232610, 0x4)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/sema.go:517 +0x14c fp=0xc000b35e70 sp=0xc000b35e28 pc=0x46a66c
sync.(*Cond).Wait(0x39282e0?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/sync/cond.go:70 +0x8c fp=0xc000b35ea8 sp=0xc000b35e70 pc=0x476b0c
github.com/moby/spdystream.(*PriorityFrameQueue).Pop(0xc0004f8de0)
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/priority.go:102 +0x99 fp=0xc000b35f18 sp=0xc000b35ea8 pc=0x1b0ab79
github.com/moby/spdystream.(*Connection).frameHandler(0xc002cb0a50, 0xc001a1cc60?, 0xc000464600?)
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:414 +0x36 fp=0xc000b35f80 sp=0xc000b35f18 pc=0x1b07916
github.com/moby/spdystream.(*Connection).Serve.func2(0xc0005645a0?)
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:331 +0x66 fp=0xc000b35fc8 sp=0xc000b35f80 pc=0x1b07766
github.com/moby/spdystream.(*Connection).Serve.func4()
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:332 +0x2a fp=0xc000b35fe0 sp=0xc000b35fc8 pc=0x1b076ca
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000b35fe8 sp=0xc000b35fe0 pc=0x46e4c1
created by github.com/moby/spdystream.(*Connection).Serve
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:327 +0x71

goroutine 2410 [chan receive]:
runtime.gopark(0xc002471ec0?, 0x38f195c?, 0x3e?, 0x7d?, 0xc000f06730?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc000f066e8 sp=0xc000f066c8 pc=0x43cd36
runtime.chanrecv(0xc000563200, 0x0, 0x1)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/chan.go:583 +0x49b fp=0xc000f06778 sp=0xc000f066e8 pc=0x406dfb
runtime.chanrecv1(0x443d05?, 0x6cc05359b64c73d2?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/chan.go:442 +0x18 fp=0xc000f067a0 sp=0xc000f06778 pc=0x4068f8
github.com/moby/spdystream.(*Connection).Serve.func1(0xc000f06788?)
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:322 +0x2b fp=0xc000f067c8 sp=0xc000f067a0 pc=0x1b078ab
github.com/moby/spdystream.(*Connection).Serve.func3()
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:324 +0x2a fp=0xc000f067e0 sp=0xc000f067c8 pc=0x1b0784a
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000f067e8 sp=0xc000f067e0 pc=0x46e4c1
created by github.com/moby/spdystream.(*Connection).Serve
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:321 +0x150

goroutine 2431 [IO wait]:
runtime.gopark(0x200000003?, 0xc0015ebba0?, 0x0?, 0xea?, 0xc002cf6d48?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc002cf6cd8 sp=0xc002cf6cb8 pc=0x43cd36
runtime.netpollblock(0xc002cf6d28?, 0x2cf6da0?, 0xc0?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/netpoll.go:526 +0xf7 fp=0xc002cf6d10 sp=0xc002cf6cd8 pc=0x435537
internal/poll.runtime_pollWait(0x7f0d473e7118, 0x72)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/netpoll.go:305 +0x89 fp=0xc002cf6d30 sp=0xc002cf6d10 pc=0x468aa9
internal/poll.(*pollDesc).wait(0xc001fa8680?, 0x6?, 0x0)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/internal/poll/fd_poll_runtime.go:84 +0x32 fp=0xc002cf6d58 sp=0xc002cf6d30 pc=0x4f91d2
internal/poll.(*pollDesc).waitRead(...)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Accept(0xc001fa8680)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/internal/poll/fd_unix.go:614 +0x234 fp=0xc002cf6df0 sp=0xc002cf6d58 pc=0x4fe454
net.(*netFD).accept(0xc001fa8680)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/fd_unix.go:172 +0x35 fp=0xc002cf6ea8 sp=0xc002cf6df0 pc=0x5ee695
net.(*TCPListener).accept(0xc0016f35d8)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/tcpsock_posix.go:142 +0x28 fp=0xc002cf6ed8 sp=0xc002cf6ea8 pc=0x608048
net.(*TCPListener).Accept(0xc0016f35d8)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/tcpsock.go:288 +0x3d fp=0xc002cf6f08 sp=0xc002cf6ed8 pc=0x60721d
k8s.io/client-go/tools/portforward.(*PortForwarder).waitForConnection(0xc002cb09a0, {0x3920ca8, 0xc0016f35d8}, {0xa120?, 0x127?})
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:307 +0xa6 fp=0xc002cf6fb0 sp=0xc002cf6f08 pc=0x1affb66
k8s.io/client-go/tools/portforward.(*PortForwarder).listenOnPortAndAddress.func1()
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:272 +0x36 fp=0xc002cf6fe0 sp=0xc002cf6fb0 pc=0x1aff516
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc002cf6fe8 sp=0xc002cf6fe0 pc=0x46e4c1
created by k8s.io/client-go/tools/portforward.(*PortForwarder).listenOnPortAndAddress
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:272 +0x19d

goroutine 2470 [select]:
runtime.gopark(0xc001148f48?, 0x2?, 0xa0?, 0x8d?, 0xc001148e64?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc001148cb8 sp=0xc001148c98 pc=0x43cd36
runtime.selectgo(0xc001148f48, 0xc001148e60, 0xc000771c50?, 0x0, 0x1?, 0x1)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/select.go:328 +0x7bc fp=0xc001148df8 sp=0xc001148cb8 pc=0x44cbbc
k8s.io/client-go/tools/portforward.(*PortForwarder).handleConnection(0xc002cb09a0, {0x3931120?, 0xc000524000}, {0xa120?, 0x127?})
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:398 +0x97d fp=0xc001148fb0 sp=0xc001148df8 pc=0x1b0089d
k8s.io/client-go/tools/portforward.(*PortForwarder).waitForConnection.func1()
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:315 +0x36 fp=0xc001148fe0 sp=0xc001148fb0 pc=0x1affd96
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc001148fe8 sp=0xc001148fe0 pc=0x46e4c1
created by k8s.io/client-go/tools/portforward.(*PortForwarder).waitForConnection
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:315 +0x65

goroutine 2471 [select]:
runtime.gopark(0xc001149f48?, 0x2?, 0xa0?, 0x9d?, 0xc001149e64?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc001149cb8 sp=0xc001149c98 pc=0x43cd36
runtime.selectgo(0xc001149f48, 0xc001149e60, 0xc001290040?, 0x0, 0x1?, 0x1)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/select.go:328 +0x7bc fp=0xc001149df8 sp=0xc001149cb8 pc=0x44cbbc
k8s.io/client-go/tools/portforward.(*PortForwarder).handleConnection(0xc002cb09a0, {0x3931120?, 0xc002102000}, {0xf7b0?, 0xf2?})
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:398 +0x97d fp=0xc001149fb0 sp=0xc001149df8 pc=0x1b0089d
k8s.io/client-go/tools/portforward.(*PortForwarder).waitForConnection.func1()
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:315 +0x36 fp=0xc001149fe0 sp=0xc001149fb0 pc=0x1affd96
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc001149fe8 sp=0xc001149fe0 pc=0x46e4c1
created by k8s.io/client-go/tools/portforward.(*PortForwarder).waitForConnection
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:315 +0x65

goroutine 2412 [chan receive]:
runtime.gopark(0x406850?, 0x38f8880?, 0x0?, 0x0?, 0x0?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc000f32ee8 sp=0xc000f32ec8 pc=0x43cd36
runtime.chanrecv(0xc000563200, 0x0, 0x1)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/chan.go:583 +0x49b fp=0xc000f32f78 sp=0xc000f32ee8 pc=0x406dfb
runtime.chanrecv1(0x443d05?, 0xc000f32f78?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/chan.go:442 +0x18 fp=0xc000f32fa0 sp=0xc000f32f78 pc=0x4068f8
github.com/moby/spdystream.(*Connection).Serve.func1(0xc000f32f98?)
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:322 +0x2b fp=0xc000f32fc8 sp=0xc000f32fa0 pc=0x1b078ab
github.com/moby/spdystream.(*Connection).Serve.func3()
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:324 +0x2a fp=0xc000f32fe0 sp=0xc000f32fc8 pc=0x1b0784a
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000f32fe8 sp=0xc000f32fe0 pc=0x46e4c1
created by github.com/moby/spdystream.(*Connection).Serve
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:321 +0x150

goroutine 2452 [select]:
runtime.gopark(0xc00125de80?, 0x2?, 0x2e?, 0x8e?, 0xc00125de5c?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc00125dce0 sp=0xc00125dcc0 pc=0x43cd36
runtime.selectgo(0xc00125de80, 0xc00125de58, 0x1000000493c56?, 0x0, 0x0?, 0x1)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/select.go:328 +0x7bc fp=0xc00125de20 sp=0xc00125dce0 pc=0x44cbbc
github.com/moby/spdystream.(*Stream).Read(0xc0022086e0, {0xc000869400, 0x200, 0x4146d1?})
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/stream.go:96 +0xb2 fp=0xc00125deb0 sp=0xc00125de20 pc=0x1b0b152
io.ReadAll({0x7f0d46fc8018, 0xc0022086e0})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/io/io.go:661 +0xfe fp=0xc00125df30 sp=0xc00125deb0 pc=0x47b69e
io/ioutil.ReadAll(...)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/io/ioutil/ioutil.go:27
k8s.io/client-go/tools/portforward.(*PortForwarder).handleConnection.func1()
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:354 +0x6a fp=0xc00125dfe0 sp=0xc00125df30 pc=0x1b00f6a
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00125dfe8 sp=0xc00125dfe0 pc=0x46e4c1
created by k8s.io/client-go/tools/portforward.(*PortForwarder).handleConnection
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:353 +0x5c5

goroutine 2454 [select]:
runtime.gopark(0xc0006d5f90?, 0x2?, 0xd8?, 0x5d?, 0xc0006d5f24?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc0006d5d90 sp=0xc0006d5d70 pc=0x43cd36
runtime.selectgo(0xc0006d5f90, 0xc0006d5f20, 0xc00045efc0?, 0x0, 0xc0011e3a40?, 0x1)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/select.go:328 +0x7bc fp=0xc0006d5ed0 sp=0xc0006d5d90 pc=0x44cbbc
net/http.(*persistConn).writeLoop(0xc00001c6c0)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/http/transport.go:2392 +0xf5 fp=0xc0006d5fc8 sp=0xc0006d5ed0 pc=0x7198d5
net/http.(*Transport).dialConn.func6()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/http/transport.go:1752 +0x26 fp=0xc0006d5fe0 sp=0xc0006d5fc8 pc=0x7163c6
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006d5fe8 sp=0xc0006d5fe0 pc=0x46e4c1
created by net/http.(*Transport).dialConn
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/http/transport.go:1752 +0x1791

goroutine 2469 [select]:
runtime.gopark(0xc0006d6f90?, 0x2?, 0xd8?, 0x6d?, 0xc0006d6f24?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc0006d6d90 sp=0xc0006d6d70 pc=0x43cd36
runtime.selectgo(0xc0006d6f90, 0xc0006d6f20, 0xc0005ffcc0?, 0x0, 0xc00289c6c0?, 0x1)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/select.go:328 +0x7bc fp=0xc0006d6ed0 sp=0xc0006d6d90 pc=0x44cbbc
net/http.(*persistConn).writeLoop(0xc0008ba900)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/http/transport.go:2392 +0xf5 fp=0xc0006d6fc8 sp=0xc0006d6ed0 pc=0x7198d5
net/http.(*Transport).dialConn.func6()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/http/transport.go:1752 +0x26 fp=0xc0006d6fe0 sp=0xc0006d6fc8 pc=0x7163c6
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006d6fe8 sp=0xc0006d6fe0 pc=0x46e4c1
created by net/http.(*Transport).dialConn
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/http/transport.go:1752 +0x1791

goroutine 2468 [select]:
runtime.gopark(0xc00114af68?, 0x4?, 0x3?, 0x0?, 0xc00114adb0?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc00114ac00 sp=0xc00114abe0 pc=0x43cd36
runtime.selectgo(0xc00114af68, 0xc00114ada8, 0xc001590140?, 0x0, 0x1?, 0x1)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/select.go:328 +0x7bc fp=0xc00114ad40 sp=0xc00114ac00 pc=0x44cbbc
net/http.(*persistConn).readLoop(0xc0008ba900)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/http/transport.go:2213 +0xd85 fp=0xc00114afc8 sp=0xc00114ad40 pc=0x718825
net/http.(*Transport).dialConn.func5()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/http/transport.go:1751 +0x26 fp=0xc00114afe0 sp=0xc00114afc8 pc=0x716426
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00114afe8 sp=0xc00114afe0 pc=0x46e4c1
created by net/http.(*Transport).dialConn
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/http/transport.go:1751 +0x173e

goroutine 2451 [select]:
runtime.gopark(0xc002cfbf48?, 0x2?, 0xa0?, 0xbd?, 0xc002cfbe64?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc002cfbcb8 sp=0xc002cfbc98 pc=0x43cd36
runtime.selectgo(0xc002cfbf48, 0xc002cfbe60, 0xc000be83e0?, 0x0, 0x1?, 0x1)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/select.go:328 +0x7bc fp=0xc002cfbdf8 sp=0xc002cfbcb8 pc=0x44cbbc
k8s.io/client-go/tools/portforward.(*PortForwarder).handleConnection(0xc002cb09a0, {0x3931120?, 0xc0018ce068}, {0x37b0?, 0xf3?})
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:398 +0x97d fp=0xc002cfbfb0 sp=0xc002cfbdf8 pc=0x1b0089d
k8s.io/client-go/tools/portforward.(*PortForwarder).waitForConnection.func1()
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:315 +0x36 fp=0xc002cfbfe0 sp=0xc002cfbfb0 pc=0x1affd96
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc002cfbfe8 sp=0xc002cfbfe0 pc=0x46e4c1
created by k8s.io/client-go/tools/portforward.(*PortForwarder).waitForConnection
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:315 +0x65

goroutine 2482 [select]:
runtime.gopark(0xc002cf9f90?, 0x2?, 0xd8?, 0x9d?, 0xc002cf9f24?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc002cf9d90 sp=0xc002cf9d70 pc=0x43cd36
runtime.selectgo(0xc002cf9f90, 0xc002cf9f20, 0xc001480840?, 0x0, 0xc00064c2a0?, 0x1)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/select.go:328 +0x7bc fp=0xc002cf9ed0 sp=0xc002cf9d90 pc=0x44cbbc
net/http.(*persistConn).writeLoop(0xc00001c360)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/http/transport.go:2392 +0xf5 fp=0xc002cf9fc8 sp=0xc002cf9ed0 pc=0x7198d5
net/http.(*Transport).dialConn.func6()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/http/transport.go:1752 +0x26 fp=0xc002cf9fe0 sp=0xc002cf9fc8 pc=0x7163c6
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc002cf9fe8 sp=0xc002cf9fe0 pc=0x46e4c1
created by net/http.(*Transport).dialConn
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/http/transport.go:1752 +0x1791

goroutine 2432 [IO wait]:
runtime.gopark(0xc001980210?, 0xc0013bc840?, 0x10?, 0x3d?, 0xc000f33d48?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc000f33cd8 sp=0xc000f33cb8 pc=0x43cd36
runtime.netpollblock(0xc000f33d50?, 0x47905e?, 0x0?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/netpoll.go:526 +0xf7 fp=0xc000f33d10 sp=0xc000f33cd8 pc=0x435537
internal/poll.runtime_pollWait(0x7f0d473e7898, 0x72)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/netpoll.go:305 +0x89 fp=0xc000f33d30 sp=0xc000f33d10 pc=0x468aa9
internal/poll.(*pollDesc).wait(0xc001fa8700?, 0xc000f33d88?, 0x0)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/internal/poll/fd_poll_runtime.go:84 +0x32 fp=0xc000f33d58 sp=0xc000f33d30 pc=0x4f91d2
internal/poll.(*pollDesc).waitRead(...)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Accept(0xc001fa8700)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/internal/poll/fd_unix.go:614 +0x234 fp=0xc000f33df0 sp=0xc000f33d58 pc=0x4fe454
net.(*netFD).accept(0xc001fa8700)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/fd_unix.go:172 +0x35 fp=0xc000f33ea8 sp=0xc000f33df0 pc=0x5ee695
net.(*TCPListener).accept(0xc0016f35f0)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/tcpsock_posix.go:142 +0x28 fp=0xc000f33ed8 sp=0xc000f33ea8 pc=0x608048
net.(*TCPListener).Accept(0xc0016f35f0)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/tcpsock.go:288 +0x3d fp=0xc000f33f08 sp=0xc000f33ed8 pc=0x60721d
k8s.io/client-go/tools/portforward.(*PortForwarder).waitForConnection(0xc002cb09a0, {0x3920ca8, 0xc0016f35f0}, {0x3f98?, 0xf3?})
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:307 +0xa6 fp=0xc000f33fb0 sp=0xc000f33f08 pc=0x1affb66
k8s.io/client-go/tools/portforward.(*PortForwarder).listenOnPortAndAddress.func1()
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:272 +0x36 fp=0xc000f33fe0 sp=0xc000f33fb0 pc=0x1aff516
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000f33fe8 sp=0xc000f33fe0 pc=0x46e4c1
created by k8s.io/client-go/tools/portforward.(*PortForwarder).listenOnPortAndAddress
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:272 +0x19d

goroutine 1736 [select]:
runtime.gopark(0xc0004d7d30?, 0x2?, 0xfd?, 0x1?, 0xc0004d7d0c?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc0004d7b90 sp=0xc0004d7b70 pc=0x43cd36
runtime.selectgo(0xc0004d7d30, 0xc0004d7d08, 0x5feec5?, 0x0, 0xc00180e000?, 0x1)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/select.go:328 +0x7bc fp=0xc0004d7cd0 sp=0xc0004d7b90 pc=0x44cbbc
github.com/moby/spdystream.(*Stream).Read(0xc000572140, {0xc00180e000, 0x8000, 0xc000101400?})
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/stream.go:96 +0xb2 fp=0xc0004d7d60 sp=0xc0004d7cd0 pc=0x1b0b152
io.copyBuffer({0x3904e40, 0xc000e35160}, {0x7f0d46fc8018, 0xc000572140}, {0x0, 0x0, 0x0})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/io/io.go:427 +0x1b2 fp=0xc0004d7de0 sp=0xc0004d7d60 pc=0x47ac52
io.Copy(...)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/io/io.go:386
net.genericReadFrom({0x3900980?, 0xc000524000?}, {0x7f0d46fc8018, 0xc000572140})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/net.go:675 +0x6a fp=0xc0004d7e38 sp=0xc0004d7de0 pc=0x6003aa
net.(*TCPConn).readFrom(0xc000524000, {0x7f0d46fc8018, 0xc000572140})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/tcpsock_posix.go:54 +0x78 fp=0xc0004d7e68 sp=0xc0004d7e38 pc=0x607a98
net.(*TCPConn).ReadFrom(0xc000524000, {0x7f0d46fc8018?, 0xc000572140?})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/tcpsock.go:130 +0x36 fp=0xc0004d7ea8 sp=0xc0004d7e68 pc=0x606556
io.copyBuffer({0x3900980, 0xc000524000}, {0x7f0d46fc8018, 0xc000572140}, {0x0, 0x0, 0x0})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/io/io.go:413 +0x14b fp=0xc0004d7f28 sp=0xc0004d7ea8 pc=0x47abeb
io.Copy(...)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/io/io.go:386
k8s.io/client-go/tools/portforward.(*PortForwarder).handleConnection.func2()
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:377 +0x9b fp=0xc0004d7fe0 sp=0xc0004d7f28 pc=0x1b00ddb
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0004d7fe8 sp=0xc0004d7fe0 pc=0x46e4c1
created by k8s.io/client-go/tools/portforward.(*PortForwarder).handleConnection
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:375 +0x885

goroutine 2465 [sleep]:
runtime.gopark(0x19747f90b3d79?, 0xc001dd4ed8?, 0x20?, 0x7a?, 0x38f46b0?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc001dd4ea8 sp=0xc001dd4e88 pc=0x43cd36
time.Sleep(0xbebc200)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/time.go:195 +0x135 fp=0xc001dd4ee8 sp=0xc001dd4ea8 pc=0x46b3f5
github.com/pterm/pterm.SpinnerPrinter.Start.func1()
        /home/wayne/go/pkg/mod/github.com/pterm/[email protected]/spinner_printer.go:154 +0x365 fp=0xc001dd4fe0 sp=0xc001dd4ee8 pc=0x7884c5
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc001dd4fe8 sp=0xc001dd4fe0 pc=0x46e4c1
created by github.com/pterm/pterm.SpinnerPrinter.Start
        /home/wayne/go/pkg/mod/github.com/pterm/[email protected]/spinner_printer.go:140 +0x238

goroutine 2406 [chan receive]:
runtime.gopark(0xc0011f9420?, 0xc001ae4180?, 0x18?, 0x2f?, 0xc0004b2f68?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc0004b2ee8 sp=0xc0004b2ec8 pc=0x43cd36
runtime.chanrecv(0xc000563200, 0x0, 0x1)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/chan.go:583 +0x49b fp=0xc0004b2f78 sp=0xc0004b2ee8 pc=0x406dfb
runtime.chanrecv1(0xc001e4e100?, 0xc00078c318?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/chan.go:442 +0x18 fp=0xc0004b2fa0 sp=0xc0004b2f78 pc=0x4068f8
github.com/moby/spdystream.(*Connection).Serve.func1(0xc0004b2f98?)
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:322 +0x2b fp=0xc0004b2fc8 sp=0xc0004b2fa0 pc=0x1b078ab
github.com/moby/spdystream.(*Connection).Serve.func3()
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:324 +0x2a fp=0xc0004b2fe0 sp=0xc0004b2fc8 pc=0x1b0784a
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0004b2fe8 sp=0xc0004b2fe0 pc=0x46e4c1
created by github.com/moby/spdystream.(*Connection).Serve
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:321 +0x150

goroutine 2427 [select]:
runtime.gopark(0xc000b2fec0?, 0x2?, 0x0?, 0x0?, 0xc000b2fe84?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc002d8ece0 sp=0xc002d8ecc0 pc=0x43cd36
runtime.selectgo(0xc002d8eec0, 0xc000b2fe80, 0xc000f3ce10?, 0x0, 0x0?, 0x1)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/select.go:328 +0x7bc fp=0xc002d8ee20 sp=0xc002d8ece0 pc=0x44cbbc
k8s.io/client-go/tools/portforward.(*PortForwarder).forward(0xc002cb09a0)
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:231 +0x20d fp=0xc002d8ef10 sp=0xc002d8ee20 pc=0x1afeccd
k8s.io/client-go/tools/portforward.(*PortForwarder).ForwardPorts(0xc002cb09a0)
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:199 +0x18c fp=0xc002d8efa8 sp=0xc002d8ef10 pc=0x1afe96c
github.com/defenseunicorns/zarf/src/internal/k8s.(*Tunnel).establish.func1()
        /home/wayne/workspace/zarf/src/internal/k8s/tunnel.go:341 +0x26 fp=0xc002d8efe0 sp=0xc002d8efa8 pc=0x1b18d46
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc002d8efe8 sp=0xc002d8efe0 pc=0x46e4c1
created by github.com/defenseunicorns/zarf/src/internal/k8s.(*Tunnel).establish
        /home/wayne/workspace/zarf/src/internal/k8s/tunnel.go:340 +0xb8a

goroutine 1552 [chan send]:
runtime.gopark(0x1afea86?, 0xc002644e40?, 0x98?, 0xbf?, 0x1afe997?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc0024ebef0 sp=0xc0024ebed0 pc=0x43cd36
runtime.chansend(0xc001ae9620, 0xc0024ebfc0, 0x1, 0xc0024ebf50?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/chan.go:259 +0x42c fp=0xc0024ebf78 sp=0xc0024ebef0 pc=0x405fec
runtime.chansend1(0xc001a21ad0?, 0xc0005097d0?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/chan.go:145 +0x1d fp=0xc0024ebfa8 sp=0xc0024ebf78 pc=0x405b9d
github.com/defenseunicorns/zarf/src/internal/k8s.(*Tunnel).establish.func1()
        /home/wayne/workspace/zarf/src/internal/k8s/tunnel.go:341 +0x3f fp=0xc0024ebfe0 sp=0xc0024ebfa8 pc=0x1b18d5f
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0024ebfe8 sp=0xc0024ebfe0 pc=0x46e4c1
created by github.com/defenseunicorns/zarf/src/internal/k8s.(*Tunnel).establish
        /home/wayne/workspace/zarf/src/internal/k8s/tunnel.go:340 +0xb8a

goroutine 2415 [sync.Cond.Wait]:
runtime.gopark(0x46c42e?, 0x43cde7?, 0x40?, 0x66?, 0x43ce20?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc000096628 sp=0xc000096608 pc=0x43cd36
runtime.goparkunlock(...)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:369
sync.runtime_notifyListWait(0xc001232650, 0x1)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/sema.go:517 +0x14c fp=0xc000096670 sp=0xc000096628 pc=0x46a66c
sync.(*Cond).Wait(0xc00236a060?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/sync/cond.go:70 +0x8c fp=0xc0000966a8 sp=0xc000096670 pc=0x476b0c
github.com/moby/spdystream.(*PriorityFrameQueue).Pop(0xc0004f8e10)
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/priority.go:102 +0x99 fp=0xc000096718 sp=0xc0000966a8 pc=0x1b0ab79
github.com/moby/spdystream.(*Connection).frameHandler(0xc002cb0a50, 0xc002b3d140?, 0xc0003a5e00?)
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:414 +0x36 fp=0xc000096780 sp=0xc000096718 pc=0x1b07916
github.com/moby/spdystream.(*Connection).Serve.func2(0x0?)
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:331 +0x66 fp=0xc0000967c8 sp=0xc000096780 pc=0x1b07766
github.com/moby/spdystream.(*Connection).Serve.func4()
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:332 +0x2a fp=0xc0000967e0 sp=0xc0000967c8 pc=0x1b076ca
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000967e8 sp=0xc0000967e0 pc=0x46e4c1
created by github.com/moby/spdystream.(*Connection).Serve
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:327 +0x71

goroutine 1737 [IO wait]:
runtime.gopark(0x648840?, 0xb?, 0x0?, 0x0?, 0xd?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc00114ccf0 sp=0xc00114ccd0 pc=0x43cd36
runtime.netpollblock(0x4863a5?, 0x406220?, 0x0?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/netpoll.go:526 +0xf7 fp=0xc00114cd28 sp=0xc00114ccf0 pc=0x435537
internal/poll.runtime_pollWait(0x7f0d473e7208, 0x72)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/netpoll.go:305 +0x89 fp=0xc00114cd48 sp=0xc00114cd28 pc=0x468aa9
internal/poll.(*pollDesc).wait(0xc001fa8000?, 0xc0017a8000?, 0x0)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/internal/poll/fd_poll_runtime.go:84 +0x32 fp=0xc00114cd70 sp=0xc00114cd48 pc=0x4f91d2
internal/poll.(*pollDesc).waitRead(...)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc001fa8000, {0xc0017a8000, 0x8000, 0x8000})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/internal/poll/fd_unix.go:167 +0x25a fp=0xc00114cdf0 sp=0xc00114cd70 pc=0x4fa53a
net.(*netFD).Read(0xc001fa8000, {0xc0017a8000?, 0xc000572140?, 0xc0017a8000?})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/fd_posix.go:55 +0x29 fp=0xc00114ce38 sp=0xc00114cdf0 pc=0x5ec589
net.(*conn).Read(0xc000524000, {0xc0017a8000?, 0x1e92?, 0xc000f2f638?})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/net.go:183 +0x45 fp=0xc00114ce80 sp=0xc00114ce38 pc=0x5fece5
io.copyBuffer({0x7f0d47129b00, 0xc000572140}, {0x3900960, 0xc000524000}, {0x0, 0x0, 0x0})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/io/io.go:427 +0x1b2 fp=0xc00114cf00 sp=0xc00114ce80 pc=0x47ac52
io.Copy(...)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/io/io.go:386
k8s.io/client-go/tools/portforward.(*PortForwarder).handleConnection.func3()
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:390 +0x105 fp=0xc00114cfe0 sp=0xc00114cf00 pc=0x1b00ba5
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00114cfe8 sp=0xc00114cfe0 pc=0x46e4c1
created by k8s.io/client-go/tools/portforward.(*PortForwarder).handleConnection
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:385 +0x92a

goroutine 2456 [IO wait]:
runtime.gopark(0x648840?, 0xb?, 0x0?, 0x0?, 0xf?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc0006dbcf0 sp=0xc0006dbcd0 pc=0x43cd36
runtime.netpollblock(0x4863a5?, 0x406220?, 0x0?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/netpoll.go:526 +0xf7 fp=0xc0006dbd28 sp=0xc0006dbcf0 pc=0x435537
internal/poll.runtime_pollWait(0x7f0d473e74d8, 0x72)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/netpoll.go:305 +0x89 fp=0xc0006dbd48 sp=0xc0006dbd28 pc=0x468aa9
internal/poll.(*pollDesc).wait(0xc001ae4080?, 0xc00110a000?, 0x0)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/internal/poll/fd_poll_runtime.go:84 +0x32 fp=0xc0006dbd70 sp=0xc0006dbd48 pc=0x4f91d2
internal/poll.(*pollDesc).waitRead(...)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc001ae4080, {0xc00110a000, 0x8000, 0x8000})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/internal/poll/fd_unix.go:167 +0x25a fp=0xc0006dbdf0 sp=0xc0006dbd70 pc=0x4fa53a
net.(*netFD).Read(0xc001ae4080, {0xc00110a000?, 0xc000ad20a0?, 0xc00110a000?})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/fd_posix.go:55 +0x29 fp=0xc0006dbe38 sp=0xc0006dbdf0 pc=0x5ec589
net.(*conn).Read(0xc002102000, {0xc00110a000?, 0x118?, 0xc000562900?})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/net.go:183 +0x45 fp=0xc0006dbe80 sp=0xc0006dbe38 pc=0x5fece5
io.copyBuffer({0x7f0d47129b00, 0xc000ad20a0}, {0x3900960, 0xc002102000}, {0x0, 0x0, 0x0})
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/io/io.go:427 +0x1b2 fp=0xc0006dbf00 sp=0xc0006dbe80 pc=0x47ac52
io.Copy(...)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/io/io.go:386
k8s.io/client-go/tools/portforward.(*PortForwarder).handleConnection.func3()
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:390 +0x105 fp=0xc0006dbfe0 sp=0xc0006dbf00 pc=0x1b00ba5
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006dbfe8 sp=0xc0006dbfe0 pc=0x46e4c1
created by k8s.io/client-go/tools/portforward.(*PortForwarder).handleConnection
        /home/wayne/go/pkg/mod/k8s.io/[email protected]/tools/portforward/portforward.go:385 +0x92a

goroutine 2409 [sync.Cond.Wait]:
runtime.gopark(0xc00121af60?, 0xc000ad20a0?, 0xe0?, 0x10?, 0x5335258?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc000f09628 sp=0xc000f09608 pc=0x43cd36
runtime.goparkunlock(...)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:369
sync.runtime_notifyListWait(0xc001232590, 0x8)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/sema.go:517 +0x14c fp=0xc000f09670 sp=0xc000f09628 pc=0x46a66c
sync.(*Cond).Wait(0x406850?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/sync/cond.go:70 +0x8c fp=0xc000f096a8 sp=0xc000f09670 pc=0x476b0c
github.com/moby/spdystream.(*PriorityFrameQueue).Pop(0xc0004f8d80)
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/priority.go:102 +0x99 fp=0xc000f09718 sp=0xc000f096a8 pc=0x1b0ab79
github.com/moby/spdystream.(*Connection).frameHandler(0xc002cb0a50, 0x170b800?, 0xc0024e1a50?)
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:414 +0x36 fp=0xc000f09780 sp=0xc000f09718 pc=0x1b07916
github.com/moby/spdystream.(*Connection).Serve.func2(0xc000f09788?)
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:331 +0x66 fp=0xc000f097c8 sp=0xc000f09780 pc=0x1b07766
github.com/moby/spdystream.(*Connection).Serve.func4()
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:332 +0x2a fp=0xc000f097e0 sp=0xc000f097c8 pc=0x1b076ca
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000f097e8 sp=0xc000f097e0 pc=0x46e4c1
created by github.com/moby/spdystream.(*Connection).Serve
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:327 +0x71

goroutine 2408 [chan receive]:
runtime.gopark(0xc002471f80?, 0x38f195c?, 0x69?, 0x6e?, 0xc000f0a730?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc000f0a6e8 sp=0xc000f0a6c8 pc=0x43cd36
runtime.chanrecv(0xc000563200, 0x0, 0x1)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/chan.go:583 +0x49b fp=0xc000f0a778 sp=0xc000f0a6e8 pc=0x406dfb
runtime.chanrecv1(0x443d05?, 0x6f72746e6f632d65?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/chan.go:442 +0x18 fp=0xc000f0a7a0 sp=0xc000f0a778 pc=0x4068f8
github.com/moby/spdystream.(*Connection).Serve.func1(0xc000f0a788?)
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:322 +0x2b fp=0xc000f0a7c8 sp=0xc000f0a7a0 pc=0x1b078ab
github.com/moby/spdystream.(*Connection).Serve.func3()
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:324 +0x2a fp=0xc000f0a7e0 sp=0xc000f0a7c8 pc=0x1b0784a
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000f0a7e8 sp=0xc000f0a7e0 pc=0x46e4c1
created by github.com/moby/spdystream.(*Connection).Serve
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:321 +0x150

goroutine 2407 [sync.Cond.Wait]:
runtime.gopark(0xc002471da0?, 0x43cde7?, 0x40?, 0xde?, 0x43ce20?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc000f2de28 sp=0xc000f2de08 pc=0x43cd36
runtime.goparkunlock(...)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:369
sync.runtime_notifyListWait(0xc001232550, 0x2)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/sema.go:517 +0x14c fp=0xc000f2de70 sp=0xc000f2de28 pc=0x46a66c
sync.(*Cond).Wait(0x406850?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/sync/cond.go:70 +0x8c fp=0xc000f2dea8 sp=0xc000f2de70 pc=0x476b0c
github.com/moby/spdystream.(*PriorityFrameQueue).Pop(0xc0004f8d50)
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/priority.go:102 +0x99 fp=0xc000f2df18 sp=0xc000f2dea8 pc=0x1b0ab79
github.com/moby/spdystream.(*Connection).frameHandler(0xc002cb0a50, 0x8feebe?, 0xc0035ea480?)
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:414 +0x36 fp=0xc000f2df80 sp=0xc000f2df18 pc=0x1b07916
github.com/moby/spdystream.(*Connection).Serve.func2(0xc000f2df88?)
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:331 +0x66 fp=0xc000f2dfc8 sp=0xc000f2df80 pc=0x1b07766
github.com/moby/spdystream.(*Connection).Serve.func4()
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:332 +0x2a fp=0xc000f2dfe0 sp=0xc000f2dfc8 pc=0x1b076ca
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000f2dfe8 sp=0xc000f2dfe0 pc=0x46e4c1
created by github.com/moby/spdystream.(*Connection).Serve
        /home/wayne/go/pkg/mod/github.com/moby/[email protected]/connection.go:327 +0x71

goroutine 2481 [select]:
runtime.gopark(0xc002d8af68?, 0x4?, 0x3?, 0x0?, 0xc002d8adb0?)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/proc.go:363 +0xd6 fp=0xc002d8ac00 sp=0xc002d8abe0 pc=0x43cd36
runtime.selectgo(0xc002d8af68, 0xc002d8ada8, 0xc00045ed00?, 0x0, 0x91b1862249958f01?, 0x1)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/select.go:328 +0x7bc fp=0xc002d8ad40 sp=0xc002d8ac00 pc=0x44cbbc
net/http.(*persistConn).readLoop(0xc00001c360)
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/http/transport.go:2213 +0xd85 fp=0xc002d8afc8 sp=0xc002d8ad40 pc=0x718825
net/http.(*Transport).dialConn.func5()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/http/transport.go:1751 +0x26 fp=0xc002d8afe0 sp=0xc002d8afc8 pc=0x716426
runtime.goexit()
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc002d8afe8 sp=0xc002d8afe0 pc=0x46e4c1
created by net/http.(*Transport).dialConn
        /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/src/net/http/transport.go:1751 +0x173e

This may just be a flake though with how go is installed on my machine with homebrew.

@jeff-mccoy
Copy link
Contributor Author

Yeah that's super strange, there are no code changes in this PR, just a webhook update and zarf package update.

@Racer159
Copy link
Contributor

Racer159 commented Aug 10, 2022

Yeah I think it has to do with the time it takes to sync the images (seemingly). But I would have to do more digging to figure it out. Definitely think it was preexisting.

@jeff-mccoy jeff-mccoy enabled auto-merge (squash) August 10, 2022 18:59
Copy link
Contributor

@Racer159 Racer159 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎆

@jeff-mccoy jeff-mccoy merged commit 12fbd67 into master Aug 10, 2022
@jeff-mccoy jeff-mccoy deleted the big-bang-updates branch August 10, 2022 19:03
Noxsios pushed a commit that referenced this pull request Mar 8, 2023
- BB 1.39 upgrade
- Swap Tempo for Jaeger
- Fixes Klipper svclb not working in new version of K3s that we are using #557
- Add domain variable for package deployments
- Organized package components better
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Klipper svclb not working in new version of K3s that we are using
2 participants