-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[turborepo] turbo build
hangs on linux
#5908
Comments
I was not able to reproduce this, using Ubuntu 20.04, pnpm, and All works as expected:
Do you have different steps to reproduce the issue? |
Can you try pinning to 1.10.3? |
Installed 1.10.3 and tried again with
I can't reproduce it when creating a new repo, so it's probably something with how I've set it up (nothing weird, just a normal monorepo with a few apps/packages) |
I am on arch with node v18.17.1 and used |
Well, since we're here, in 1.10 we shipped better handling for Your
That (shouldn't be) related to this change, but with you patiently getting us more information I'm pleased that we can at least help with one thing while looking for the other issue. 😅 |
Actually, looking at this again, |
Tried with your json file, but it didn't seem to help, still stuck running
This was with 1.10.3. Also tried removing "globalDotEnv" but no difference. |
I also got this a few times when running the commands:
None of the specified .pid-files exist and running |
Hi! I have a similar issue (Turbo just hangs), and after a manual "bisect" over recent versions, for me the issue is introduced in v1.10.2. Please let me know if I can help investigate this further if needed. --no-daemon and --no-cache don't affect it in my case, daemon doesn't fail, it just doesn't do anything. CPU and RAM consumption is next to zero |
I'm also seeing this, on macOS.
Update: I found the problem. There's a directory under my app directory with many PNG files. If that directory is not in |
@alvesvaren Do you have multiple workspaces with the |
It's just one package that has that script defined. It hangs when I run any pipeline, not just db:generate, for example when running We have refactored a lot and created a new turborepo, which fixed it in our project, but the old turborepo is still broken |
Ok, I'm going to close this as it seems like you have a working setup. Happy to reopen if you've got something from the old setup that we can repro though. It sounds like there's either some large directory tree that's being traversed, or some filesystem oddity. |
What version of Turborepo are you using?
1.10.13
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Linux
Describe the Bug
Turbo hangs on all tasks for me, (at least for ~5 minutes, haven't waited longer than that).
I tried v1.9.5 and with that one it runs basically instantly.
Expected Behavior
Turbo tasks run as usual
To Reproduce
turbo build
)Reproduction Repo
No response
TURBO-1398
The text was updated successfully, but these errors were encountered: