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

TypeError: Converting circular structure to JSON #468

Closed
remidebette opened this issue Feb 10, 2025 · 2 comments
Closed

TypeError: Converting circular structure to JSON #468

remidebette opened this issue Feb 10, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@remidebette
Copy link

TL;DR

Hi,

In the context of using github action runners in kubernetes sith scalesets, on our premisses, we recently saw this error happening at checkout.
It is happening randomly, with most runners working fine

What is the meaning of the error?

Image

Expected behavior

All workflows should properly complete

Observed behavior

No response

Action YAML

I don't think the workflows are relevant, since most times it simply works.
But i can provide them if needed

Log output

Error: TypeError: Converting circular structure to JSON
    --> starting at object with constructor 'ClientRequest'
    |     property 'socket' -> object with constructor 'TLSSocket'
    --- property '_httpMessage' closes the circle
Error: Process completed with exit code 1.
Error: Executing the custom container implementation failed. Please contact your self hosted runner administrator.

Additional information

We are using github scaleset runners in kubernetes mode with version 0.10.1

@remidebette remidebette added the bug Something isn't working label Feb 10, 2025
Copy link

Hi there @remidebette 👋!

Thank you for opening an issue. Our team will triage this as soon as we can. Please take a moment to review the troubleshooting steps which lists common error messages and their resolution steps.

@sethvargo
Copy link
Member

Are these self-hosted runners? Line 12 is not part of google-github-actions/auth (/home/runner/k8s/index.js). As per the error message, you need to talk to your administrator:

Executing the custom container implementation failed. Please contact your self hosted runner administrator.

We cannot debug configuration issues with GitHub Actions self-hosted runners (sorry)!

@sethvargo sethvargo closed this as not planned Won't fix, can't repro, duplicate, stale Feb 10, 2025
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