prestodb / presto

The official home of the Presto distributed SQL query engine for big data
http://prestodb.io
Apache License 2.0
16.04k stars 5.38k forks source link

Flaky CI behaviour due to 'yarn' failed #22842

Open imjalpreet opened 5 months ago

imjalpreet commented 5 months ago

Stacktrace

Error:  Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.15.0:yarn (yarn install) on project presto-ui: Failed to run task: 'yarn ' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) -> [Help 1]

One instance of this: https://github.com/prestodb/presto/actions/runs/9253339283/job/25452821013?pr=22675

Build succeeded after re-running the test suite.

imjalpreet commented 5 months ago

Created this Issue to track this error in case it is observed again.

abhibongale commented 1 month ago

@imjalpreet I have encountered same issue on this instance: https://github.com/prestodb/presto/actions/runs/11065357663/job/30744639656

Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.15.0:yarn (yarn install) on project presto-ui: Failed to run task: 'yarn ' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) -> [Help 1]

please let me know If you more information.