eolivelli opened a new issue, #2722: URL: https://github.com/apache/uniffle/issues/2722
### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [x] I have searched in the [issues](https://github.com/apache/incubator-uniffle/issues?q=is%3Aissue) and found no similar issues. ### Describe the bug I have cloned the repository and I wanted to deploy Uniffle on Kubernetes. I tried to build the operator, but in my Ubuntu box I have go 1.25 (latest). The workaround is to downgrade Go to 1.19. One problem is that 1.19 is so old that brew and other tools don't allow to install it easily (I had to go in the Archives and down load the old version) ``` ./build-operator.sh Build and Test kubernetes operator... ./hack/update-codegen.sh Generating deepcopy funcs Generating clientset for uniffle:v1alpha1 at github.com/apache/incubator-uniffle/deploy/kubernetes/operator/pkg/generated/clientset Generating listers for uniffle:v1alpha1 at github.com/apache/incubator-uniffle/deploy/kubernetes/operator/pkg/generated/listers Generating informers for uniffle:v1alpha1 at github.com/apache/incubator-uniffle/deploy/kubernetes/operator/pkg/generated/informers /home/eolivelli/dev/uniffle/uniffle/deploy/kubernetes/operator/local/controller-gen rbac:roleName=manager-role crd webhook paths="./..." output:crd:artifacts:config=config/crd/bases panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xa0b7af] goroutine 188 [running]: go/types.(*Checker).handleBailout(0xc0001a3800, 0xc001bcfd40) /usr/lib/go-1.22/src/go/types/check.go:367 +0x88 panic({0xbc51a0?, 0x12b0ca0?}) /usr/lib/go-1.22/src/runtime/panic.go:770 +0x132 go/types.(*StdSizes).Sizeof(0x0, {0xdc0078, 0x12b94c0}) ``` ### Affects Version(s) 0.10.0 ### Uniffle Server Log Output ```logtalk ``` ### Uniffle Engine Log Output ```logtalk ``` ### Uniffle Server Configurations ```yaml ``` ### Uniffle Engine Configurations ```yaml ``` ### Additional context _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
