Dave Protasowski

Results 1317 comments of Dave Protasowski

Hey folks - can you post a gist link with logs. Generally we've seen errors like this when the API server is under-provisioned. If you have a way to reproduce...

So this isn't specific to that code in `pkg/commands/resolver.go` I'm seeing this when the docker credential helper process (`docker-credential-gcloud`) isn't running but `ko` is still waiting for it to return

``` Goroutine 58 - User: /usr/local/Cellar/go/1.17.6/libexec/src/runtime/sys_darwin.go:77 syscall.rawSyscall (0x1062327) 0 0x0000000001063580 in runtime.systemstack_switch at /usr/local/Cellar/go/1.17.6/libexec/src/runtime/asm_amd64.s:350 1 0x0000000001053a86 in runtime.libcCall at /usr/local/Cellar/go/1.17.6/libexec/src/runtime/sys_libc.go:49 2 0x0000000001062327 in syscall.rawSyscall at /usr/local/Cellar/go/1.17.6/libexec/src/runtime/sys_darwin.go:77 3 0x0000000001068046 in syscall.rawSyscall...

~Bumping from go1.17.6 to go1.17.8 and rebuilding `ko` seems to have worked~ I wonder if this is related to https://github.com/golang/go/issues/50246

Made an go issue here: https://github.com/golang/go/issues/52086

This is fixed upstream - we just need to wait for a release and rebuild `ko` https://github.com/golang/go/issues/52086#issuecomment-1320328614