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

gosdk cesql parser throws an int overflow warnings when building for arm on nightly #6010

Closed
devguyio opened this issue Dec 22, 2021 · 0 comments · Fixed by #6032
Closed
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone

Comments

@devguyio
Copy link
Contributor

Describe the bug
Nightly job shows following error

2021/12/22 11:07:38 Building knative.dev/eventing/cmd/mtping for linux/amd64
2021/12/22 11:07:38 Building knative.dev/eventing/cmd/webhook for linux/amd64
2021/12/22 11:07:38 Building knative.dev/eventing/cmd/controller for linux/amd64
2021/12/22 11:07:38 Building knative.dev/eventing/cmd/apiserver_receive_adapter for linux/amd64
2021/12/22 11:07:45 Building knative.dev/eventing/cmd/mtping for linux/arm
2021/12/22 11:07:45 Building knative.dev/eventing/cmd/apiserver_receive_adapter for linux/arm
2021/12/22 11:07:46 Building knative.dev/eventing/cmd/webhook for linux/arm
2021/12/22 11:07:47 Building knative.dev/eventing/cmd/controller for linux/arm
2021/12/22 11:11:50 Unexpected error running "go build": exit status 2
# github.com/cloudevents/sdk-go/sql/v2/gen
vendor/github.com/cloudevents/sdk-go/sql/v2/gen/cesqlparser_parser.go:2135: constant 4282392833 overflows int
2021/12/22 11:11:50 Unexpected error running "go build": signal: killed
2021/12/22 11:11:50 Unexpected error running "go build": signal: killed
# github.com/cloudevents/sdk-go/sql/v2/gen
vendor/github.com/cloudevents/sdk-go/sql/v2/gen/cesqlparser_parser.go:2135: constant 4282392833 overflows int
2021/12/22 11:11:50 Unexpected error running "go build": signal: killed
# github.com/cloudevents/sdk-go/sql/v2/gen
vendor/github.com/cloudevents/sdk-go/sql/v2/gen/cesqlparser_parser.go:2135: constant 4282392833 overflows int

This seems to be related to antlr/antlr4#2433

@devguyio devguyio added kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Dec 22, 2021
@devguyio devguyio self-assigned this Dec 22, 2021
@devguyio devguyio added this to the v1.2.0 milestone Dec 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant