lburgazzoli commented on PR #3977: URL: https://github.com/apache/camel-k/pull/3977#issuecomment-1383850078
This is what I see: ``` ➜ make generate Installing k8s.io/code-generator tools with version v0.25.2 #go install k8s.io/code-generator/cmd/[email protected] go install github.com/astefanutti/code-generator/cmd/applyconfiguration-gen@pr-144 go: finding module for package k8s.io/code-generator/cmd/applyconfiguration-gen/generators go: finding module for package k8s.io/code-generator/cmd/applyconfiguration-gen/args go: found k8s.io/code-generator/cmd/applyconfiguration-gen/args in k8s.io/code-generator v0.26.0 go: found k8s.io/code-generator/cmd/applyconfiguration-gen/generators in k8s.io/code-generator v0.26.0 go install k8s.io/code-generator/cmd/[email protected] go install k8s.io/code-generator/cmd/[email protected] go install k8s.io/code-generator/cmd/[email protected] ./script/gen_client.sh Generating Go client code... F0116 11:45:08.040686 39309 main.go:51] Error: Failed executing generator: some packages had errors: template: /Users/luca-rh/.cache/go/pkg/mod/k8s.io/[email protected]/cmd/applyconfiguration-gen/generators/applyconfiguration.go:220:1:28: executing "/Users/luca-rh/.cache/go/pkg/mod/k8s.io/[email protected]/cmd/applyconfiguration-gen/generators/applyconfiguration.go:220" at <raw>: error calling raw: runtime error: invalid memory address or nil pointer dereference template: /Users/luca-rh/.cache/go/pkg/mod/k8s.io/[email protected]/cmd/applyconfiguration-gen/generators/applyconfiguration.go:220:1:28: executing "/Users/luca-rh/.cache/go/pkg/mod/k8s.io/[email protected]/cmd/applyconfiguration-gen/generators/applyconfiguration.go:220" at <raw>: error calling raw: runtime error: invalid memory address or nil pointer dereference ./script/gen_crd.sh ./script/gen_doc.sh Generating API documentation... Generating CRD API documentation... I0116 11:45:21.152511 39774 main.go:136] parsing go packages in directory github.com/apache/camel-k/pkg/apis/camel/v1 I0116 11:45:24.586035 39774 main.go:240] using package=github.com/apache/camel-k/pkg/apis/camel/v1 I0116 11:45:24.586054 39774 main.go:240] using package=github.com/apache/camel-k/pkg/apis/camel/v1/trait W0116 11:45:24.612611 39774 main.go:469] not found external link source for type encoding/xml.Name I0116 11:45:24.616375 39774 main.go:176] written to ./script/gen_crd/../../docs/modules/ROOT/partials/apis/camel-k-crds.adoc I0116 11:45:25.044803 39872 main.go:136] parsing go packages in directory github.com/apache/camel-k/pkg/apis/camel/v1alpha1 I0116 11:45:28.453325 39872 main.go:240] using package=github.com/apache/camel-k/pkg/apis/camel/v1alpha1 W0116 11:45:28.462888 39872 main.go:469] not found external link source for type encoding/json.Number W0116 11:45:28.462939 39872 main.go:469] not found external link source for type encoding/json.Number W0116 11:45:28.463025 39872 main.go:469] not found external link source for type encoding/json.Number I0116 11:45:28.464208 39872 main.go:176] written to ./script/gen_crd/../../docs/modules/ROOT/partials/apis/kamelets-crds.adoc Generating CRD API documentation... Done. Generating API documentation... done! Generating traits documentation... ``` -- 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]
