yarnpkg / yarn

The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
https://classic.yarnpkg.com
Other
41.4k stars 2.72k forks source link

Yarn --frozen-lockfile stuck in CI, need better debug logs #9085

Open sudhakar-selva opened 1 month ago

sudhakar-selva commented 1 month ago

"Yarn --frozen-lockfile" is stuck in CI at "[4/4] Building fresh packages...", I have tried adding verbose flag (PFA), but i dont see any errors.

Screenshot 2024-07-26 at 4 40 21 PM

please share how to debug this? issue is due to some build script but unable to identify the source

chrisdenton-ct commented 1 month ago

I have encountered the same issue, which started yesterday.

Seacant commented 1 month ago

We are also running into a freeze at the same step in our CI (in AWS), starting yesterday.

mmuller88 commented 1 month ago

We too. Trying to downgrade. I switched to YARN v.4 (berry) and updated the puppeteer which solved the issue for me. Though I'm not sure which from both did the trickt. Maybe boths but probably the puppeteer update.