-
Notifications
You must be signed in to change notification settings - Fork 18k
go 1.16: unexplained crash on go test
or go run
#45714
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
Comments
Please clearify whether the output you showed came from What happens when you try |
I believe there is something in the |
I realize I omitted the URL to the build that is failing: https://github.com/argoproj-labs/argo-dataflow/actions/workflows/go.yml |
I meant doing a
You might get a more useful exit satus code that way. |
I also omitted to mention - this only fails on Github Actions - not on Linux or Darwin. |
|
If nothing seems to make sense, you can try running |
Ok. I'm pretty sure I've tracked this to a call to |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
I should be able to run tests fine. Instead I get
exit code 1
and no other diagnostics.What did you see instead?
The text was updated successfully, but these errors were encountered: