-
Notifications
You must be signed in to change notification settings - Fork 343
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
runner
error logs, destructure id of undefined
#990
Labels
Comments
dacbd
added
cml-runner
Subcommand
ci-github
flaky
Heisenbugs
p2-nice-to-have
Low priority
labels
Apr 27, 2022
This error doesn't break any functionality as far as I can tell. |
Surprised of not seeing the stack trace; it should be part of all the JSON logs. 🤔 Line 18 in 352fba4
|
This was referenced May 23, 2022
this error is being caught the introduction of #1030? and now seems to be killing the runner process of legitimate jobs:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Chasing a different error I have finally uncovered the origin of:
Cannot destructure property 'id' of '(intermediate value)' as it is undefined.
of more commonly seen as:
When the
cml runner
flag--single
is used, the self-hosted runner is started withephemeral
and automatically de-registers itself when its one job is complete so when cml goes through the shutdown process to also tries and de-register itself the GitHub API returns no results because it's already gone....The text was updated successfully, but these errors were encountered: