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

Error Thrown by Wireit GitHub Actions Cache on Node.js Version 20 running on GitHub Enterprise Server #981

Open
koolshams opened this issue Nov 27, 2023 · 0 comments

Comments

@koolshams
Copy link

koolshams commented Nov 27, 2023

Environment

Node: v18.18.2 => v20.9.0
GitHub Enterprise Server 3.8.11
Wireit: 0.14.1

we use github action cache

- uses: google/wireit@setup-github-actions-caching/v1

Upon running tests, we encounter the following error:

Failed to download GitHub Actions cache tarball: GitHub Cache download TCP error

The challenge lies in the limited information provided by this error message. The code snippet here reveals that only an error message is logged, without details such as the actual URL or specific error messages. This lack of detailed logging makes it challenging to diagnose and resolve the issue effectively.

Notably, reverting to Node.js version 18.18.2 circumvents this error, indicating a potential compatibility issue with Node.js version 20.

I tried with different logging settings and even tried with github debug logging. I see WIRE it environment variables are set properly.

Your support in resolving this matter is greatly appreciated. Thank you.

@koolshams koolshams changed the title wireit github actions cache throw error on github enterprise server on nodejs version 20 Error Thrown by Wireit GitHub Actions Cache on Node.js Version 20 running on GitHub Enterprise Server Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant