anybody know what's up with
Error: failed to serve module: Post "http://dagger/query": command [docker exec -i dagger-engine.dev buildctl dial-stdio] has exited with exit status 137, make s
ure the URL is valid, and Docker 18.09 or later is installed on the remote host: stderr=
? I just updated the cli, rebased, and then this started failing in my ./hack/dev builds. possible it's something on my end though. I already reset my docker engine. The build looks like it's hanging on loadPackage, codegenning php?
● Container.withExec(args: ["codegen", "--output", "/src", "--module-context-path", "/src/sdk/php/runtime", "--module-name", "php-sdk", "--introspect
┃ go: downloading github.com/google/go-cmp v0.6.0
┃ go: downloading github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
┃ go: downloading gopkg.in/yaml.v3 v3.0.1
┃ go: downloading github.com/davecgh/go-spew v1.1.1
┃ go: downloading github.com/pmezard/go-difflib v1.0.0
┃ go: downloading github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
┃ needs another pass...
┃ starting GOROOT= GOPATH=/go GO111MODULE=off GOPROXY= PWD=/src/sdk/php/runtime go list -e -f {{context.ReleaseTags}} -- unsafe
┃ starting GOROOT= GOPATH=/go GO111MODULE= GOPROXY= PWD=/src/sdk/php/runtime go list -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
┃ 1.169823ms for GOROOT= GOPATH=/go GO111MODULE=off GOPROXY= PWD=/src/sdk/php/runtime go list -e -f {{context.ReleaseTags}} -- unsafe
┃ starting GOROOT= GOPATH=/go GO111MODULE= GOPROXY= PWD=/src/sdk/php/runtime go list -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,Ignore
┃ dOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Export,
┃ Module -compiled=true -test=false -export=true -deps=true -find=false -pgo=off -- .
┃ 1.628778ms for GOROOT= GOPATH=/go GO111MODULE= GOPROXY= PWD=/src/sdk/php/runtime go list -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
┃ 621.894484ms for GOROOT= GOPATH=/go GO111MODULE= GOPROXY= PWD=/src/sdk/php/runtime go list -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFile
┃ s,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap
┃ ,Export,Module -compiled=true -test=false -export=true -deps=true -find=false -pgo=off -- .
● loadPackage 4m56.5s
✔ creating dagger metadata 0.0s
● exec codegen --output /src --module-context-path /src/sdk/php/runtime --module-name php-sdk --introspection-json-path /schema.json