iterative / iterative/cml

`runner` error logs, destructure id of `undefined`

Open
#990 4 comments 1 reaction 0 assignees View on GitHub
ci-github cml-runner flaky p2-nice-to-have
Dominant language
JavaScript
Stars
4.2k
Forks
345
PR merge metrics
No merged PRs in 30d

Description

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:
```
{"level":"error","message":"\tFailed: Cannot destructure property 'id' of '(intermediate value)' as it is undefined."}
```

When the `cml runner` flag `--single` is used, the self-hosted runner is started with `ephemeral` 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....

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.