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

Multiple modules failing in CI [Could not download Node.js] #22676

Closed
imjalpreet opened this issue May 6, 2024 · 4 comments · Fixed by #22683
Closed

Multiple modules failing in CI [Could not download Node.js] #22676

imjalpreet opened this issue May 6, 2024 · 4 comments · Fixed by #22683

Comments

@imjalpreet
Copy link
Member

imjalpreet commented May 6, 2024

Multiple modules failing due to the below error

Error:  Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.15.0:install-node-and-yarn (install node and yarn) on project presto-main: Could not download Node.js: Could not download https://nodejs.org/dist/v18.20.2/node-v18.20.2-linux-x64.tar.gz: Premature end of Content-Length delimited message body (expected: 44,323,820; received: 10,018,816) -> [Help 1]

Example: https://github.com/prestodb/presto/actions/runs/8966323942/job/24621616088?pr=22675
https://github.com/prestodb/presto/actions/runs/8965297597/job/24618540265?pr=22674

@imjalpreet imjalpreet added bug and removed bug labels May 6, 2024
@imjalpreet
Copy link
Member Author

It looks intermittent, I will keep this issue open for now.

@imjalpreet imjalpreet changed the title Multiple modules failing in CI Multiple modules failing in CI [Could not download Node.js] May 6, 2024
@tdcmeehan
Copy link
Contributor

@yhwang This is probably because of #22645. I wonder if we can retry somehow in the plugin.

@yhwang
Copy link
Member

yhwang commented May 6, 2024

definitely from the PR, since it's caused by the frontend-maven-plugin. If the CI hosts reached the rate limit ( don't know if that's the reason) I guess retry may still fail. I don't see retry in the plugin doc.
Wondering if we can prep the the node/yarn on the GH action and skip the download to eliminate the download.

@yhwang
Copy link
Member

yhwang commented May 6, 2024

by looking into the error message:

Premature end of Content-Length delimited message body (expected: 44,323,820; received: 10,018,816)

@tdcmeehan your suggestion may work. seems not rate limit issue. let me figure out how to do retry for the plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants