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

Unclear what went wrong (massive stack trace) #270

Closed
sourishkrout opened this issue Mar 30, 2023 · 2 comments
Closed

Unclear what went wrong (massive stack trace) #270

sourishkrout opened this issue Mar 30, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@sourishkrout
Copy link

TL;DR

CI job stopped working due to what was likely an intermittent error (resolved itself after some time) on GCP/GKE's side. Unclear what happened since GH action just traced its own source code.

Expected behavior

An error message that includes an indicator of what went wrong, even if it just surfaces the upstream error message.

At the minimum, it'd be great not to trace all of the source file. Turns out there wasn't a needle in this haystack.

Observed behavior

Appears on error the GitHub action traces it's own source file? Fwiw, the "stack trace" contains no trace of an underlying error.

Action YAML

https://github.com/stateful/linkerd-website/actions/runs/4545065193/workflow

Log output

https://gist.github.com/sourishkrout/03222ab313752d3aa5ac59224ac348a6

Additional information

No response

@sourishkrout sourishkrout added the bug Something isn't working label Mar 30, 2023
@sethvargo
Copy link
Member

Hi @sourishkrout - we do our best to catch errors and return human friendly ones. The entire function is wrapped in a try-catch. Unfortunately this error was thrown before it made it to our code execution (it's like GitHub Actions failed to parse the javascript). I don't really think there's anything we can do here, since it never executed our code.

@sethvargo
Copy link
Member

Closing due to lack of response.

@sethvargo sethvargo closed this as not planned Won't fix, can't repro, duplicate, stale May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants